Home
last modified time | relevance | path

Searched refs:PO (Results 1 – 25 of 662) sorted by relevance

12345678910>>...27

/external/llvm/lib/Target/PowerPC/
Dp9-instrs.txt12 [PO RT d1 d0 XO d2] addpcis RT,D
18 [PO VRT EO VRB 1 PS XO] bcdcfn. VRT,VRB,PS
21 [PO VRT EO VRB 1 PS XO] bcdcfz. VRT,VRB,PS
24 [PO VRT EO VRB 1 / XO] bcdctn. VRT,VRB
27 [PO VRT EO VRB 1 PS XO] bcdctz. VRT,VRB,PS
30 [PO VRT EO VRB 1 PS XO] bcdcfsq. VRT,VRB,PS
33 [PO VRT EO VRB 1 / XO] bcdctsq. VRT,VRB
38 [PO VRT VRA VRB XO] bcdcpsgn. VRT,VRA,VRB
41 [PO VRT EO VRB 1 PS XO] bcdsetsgn. VRT,VRB,PS
44 [PO VRT VRA VRB 1 PS XO] bcds. VRT,VRA,VRB,PS
[all …]
/external/llvm-project/llvm/lib/Analysis/
DMemDerefPrinter.cpp59 Value *PO = LI->getPointerOperand(); in runOnFunction() local
60 if (isDereferenceablePointer(PO, LI->getType(), DL)) in runOnFunction()
61 Deref.push_back(PO); in runOnFunction()
63 PO, LI->getType(), MaybeAlign(LI->getAlignment()), DL)) in runOnFunction()
64 DerefAndAligned.insert(PO); in runOnFunction()
93 Value *PO = LI->getPointerOperand(); in run() local
94 if (isDereferenceablePointer(PO, LI->getType(), DL)) in run()
95 Deref.push_back(PO); in run()
97 PO, LI->getType(), MaybeAlign(LI->getAlignment()), DL)) in run()
98 DerefAndAligned.insert(PO); in run()
/external/llvm-project/libcxx/test/std/language.support/cmp/cmp.common/
Dcommon_comparison_category.pass.cpp39 using PO = std::partial_ordering; in main() typedef
59 test_cat<WE, SE, SO, PO>(); in main()
73 test_cat<PO, PO>(); in main()
74 test_cat<PO, SO, PO, SO>(); in main()
75 test_cat<PO, WO, PO, SO>(); in main()
/external/libcxx/test/std/language.support/cmp/cmp.common/
Dcommon_comparison_category.pass.cpp40 using PO = std::partial_ordering; in main() typedef
60 test_cat<WE, SE, SO, PO>(); in main()
74 test_cat<PO, PO>(); in main()
75 test_cat<PO, SO, PO, SO>(); in main()
76 test_cat<PO, WO, PO, SO>(); in main()
/external/llvm/lib/Analysis/
DMemDerefPrinter.cpp58 Value *PO = LI->getPointerOperand(); in runOnFunction() local
59 if (isDereferenceablePointer(PO, DL)) in runOnFunction()
60 Deref.push_back(PO); in runOnFunction()
61 if (isDereferenceableAndAlignedPointer(PO, LI->getAlignment(), DL)) in runOnFunction()
62 DerefAndAligned.insert(PO); in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DMemDerefPrinter.cpp56 Value *PO = LI->getPointerOperand(); in runOnFunction() local
57 if (isDereferenceablePointer(PO, LI->getType(), DL)) in runOnFunction()
58 Deref.push_back(PO); in runOnFunction()
60 PO, LI->getType(), MaybeAlign(LI->getAlignment()), DL)) in runOnFunction()
61 DerefAndAligned.insert(PO); in runOnFunction()
/external/llvm-project/polly/lib/External/isl/interface/
Dextract_interface.cc425 PreprocessorOptions &PO = Clang->getPreprocessorOpts(); in set_lang_defaults() local
428 CompilerInvocation::setLangDefaults(Clang->getLangOpts(), IK_C, T, PO, in set_lang_defaults()
546 PreprocessorOptions &PO = Clang->getPreprocessorOpts(); in main() local
552 PO.addMacroDef("__isl_give=__attribute__((annotate(\"isl_give\")))"); in main()
553 PO.addMacroDef("__isl_keep=__attribute__((annotate(\"isl_keep\")))"); in main()
554 PO.addMacroDef("__isl_take=__attribute__((annotate(\"isl_take\")))"); in main()
555 PO.addMacroDef("__isl_export=__attribute__((annotate(\"isl_export\")))"); in main()
556 PO.addMacroDef("__isl_overload=" in main()
559PO.addMacroDef("__isl_constructor=__attribute__((annotate(\"isl_constructor\"))) __attribute__((an… in main()
560PO.addMacroDef("__isl_subclass(super)=__attribute__((annotate(\"isl_subclass(\" #super \")\"))) __… in main()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMBasicBlockInfo.h91 unsigned PO = Offset + Size; member
94 return PO;
96 return PO + UnknownPadding(PA, internalKnownBits());
/external/llvm-project/llvm/lib/Target/ARM/
DARMBasicBlockInfo.h91 unsigned PO = Offset + Size; member
94 return PO;
96 return PO + UnknownPadding(PA, internalKnownBits());
/external/llvm-project/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp153 if (PseudoObjectExpr *PO = dyn_cast<PseudoObjectExpr>(E)) in isZeroingPropIvar() local
154 return isZeroingPropIvar(PO); in isZeroingPropIvar()
190 bool isZeroingPropIvar(PseudoObjectExpr *PO) { in isZeroingPropIvar() argument
191 BinaryOperator *BO = dyn_cast<BinaryOperator>(PO->getSyntacticForm()); in isZeroingPropIvar()
/external/clang/lib/ARCMigrate/
DTransZeroOutPropsInDealloc.cpp156 if (PseudoObjectExpr *PO = dyn_cast<PseudoObjectExpr>(E)) in isZeroingPropIvar() local
157 return isZeroingPropIvar(PO); in isZeroingPropIvar()
193 bool isZeroingPropIvar(PseudoObjectExpr *PO) { in isZeroingPropIvar() argument
194 BinaryOperator *BO = dyn_cast<BinaryOperator>(PO->getSyntacticForm()); in isZeroingPropIvar()
/external/elfutils/po/
DMakevars1 # Makefile variables for PO directory in any package using GNU gettext.
57 # This tells whether or not to regenerate a PO file when $(DOMAIN).pot
64 # regenerate PO files on "make dist". Possible values are "yes" and
65 # "no". Set this to no if the POT file and PO files are maintained
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DBranchRelaxation.cpp68 const unsigned PO = Offset + Size; in postOffset() local
71 return PO; in postOffset()
75 return PO + offsetToAlignment(PO, Alignment); in postOffset()
79 return PO + Alignment.value() + offsetToAlignment(PO, Alignment); in postOffset()
/external/icu/icu4c/source/data/brkitr/rules/
Dline_loose_cj.txt25 # * before suffix characters with LineBreak class PO and EastAsianWidth A,F,W;
76 $PO = [[:LineBreak = Postfix_Numeric:] - $POX];
136 …LF $NL $ZW $SP $CL $CP $EX $HL $IS $SY $WJ $GL $OP30 $QU $BA $HY $NS $IN $NU $PR $PO $POX $ALPlus];
330 ($ID | $EB | $EM) $CM* $PO;
337 ($PR | $PO | $POX) $CM* ($ALPlus | $HL);
338 ($ALPlus | $HL) $CM* ($PR | $PO | $POX); # TODO: should this be ($PR | $PRX | $PO)
339 ^$CM+ ($PR | $PO | $POX); # Rule 10, any otherwise unattached CM behaves as AL
345 (($PR | $PO | $POX) $CM*)? (($OP | $HY) $CM*)? ($IS $CM*)? $NU ($CM* ($NU | $SY | $IS))*
346 ($CM* ($CL | $CP))? ($CM* ($PR | $PRX | $PO))?;
357 ($JL | $JV | $JT | $H2 | $H3) $CM* $PO;
/external/icu/icu4c/source/test/testdata/break_rules/
Dline.txt58 PO = [:LineBreak = Postfix_Numeric:];
103 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
188 LB23a.2: (ID | EB | EM) CM* PO;
190 LB24.2: (PR | PO) CM* (AL | HL);
191 LB24.3: (AL | HL | CM) CM* (PR | PO);
199 LB27.2: (JL | JV | JT | H2 | H3) CM* PO;
Dline_loose_cj.txt28 # * before suffix characters with LineBreak class PO and EastAsianWidth A,F,W;
75 PO = [[:LineBreak = Postfix_Numeric:] - POX];
122 LB25: ((PR | PO | POX)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))…
212 LB23a.2: (ID | EB | EM) CM* PO;
214 LB24.2: (PR | PO | POX) CM* (AL | HL);
215 LB24.3: (AL | HL | CM) CM* (PR | PO | POX);
223 LB27.2: (JL | JV | JT | H2 | H3) CM* PO;
Dline_cj.txt51 PO = [:LineBreak = Postfix_Numeric:];
103 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
188 LB23a.2: (ID | EB | EM) CM* PO;
190 LB24.2: (PR | PO) CM* (AL | HL);
191 LB24.3: (AL | HL | CM) CM* (PR | PO);
199 LB27.2: (JL | JV | JT | H2 | H3) CM* PO;
Dline_normal.txt60 PO = [:LineBreak = Postfix_Numeric:];
105 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
190 LB23a.2: (ID | EB | EM) CM* PO;
192 LB24.2: (PR | PO) CM* (AL | HL);
193 LB24.3: (AL | HL | CM) CM* (PR | PO);
201 LB27.2: (JL | JV | JT | H2 | H3) CM* PO;
Dline_loose.txt59 PO = [:LineBreak = Postfix_Numeric:];
104 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
190 LB23a.2: (ID | EB | EM) CM* PO;
192 LB24.2: (PR | PO) CM* (AL | HL);
193 LB24.3: (AL | HL | CM) CM* (PR | PO);
201 LB27.2: (JL | JV | JT | H2 | H3) CM* PO;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/rbbi/break_rules/
Dline.txt51 PO = [:LineBreak = Postfix_Numeric:];
96 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
181 LB23a.2: (ID | EB | EM) CM* PO;
183 LB24.2: (PR | PO) CM* (AL | HL);
184 LB24.3: (AL | HL | CM) CM* (PR | PO);
192 LB27.2: (JL | JV | JT | H2 | H3) CM* PO;
Dline_loose_cj.txt28 # * before suffix characters with LineBreak class PO and EastAsianWidth A,F,W;
75 PO = [[:LineBreak = Postfix_Numeric:] - POX];
122 LB25: ((PR | PO | POX)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))…
212 LB23a.2: (ID | EB | EM) CM* PO;
214 LB24.2: (PR | PO | POX) CM* (AL | HL);
215 LB24.3: (AL | HL | CM) CM* (PR | PO | POX);
223 LB27.2: (JL | JV | JT | H2 | H3) CM* PO;
Dline_cj.txt51 PO = [:LineBreak = Postfix_Numeric:];
103 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
188 LB23a.2: (ID | EB | EM) CM* PO;
190 LB24.2: (PR | PO) CM* (AL | HL);
191 LB24.3: (AL | HL | CM) CM* (PR | PO);
199 LB27.2: (JL | JV | JT | H2 | H3) CM* PO;
Dline_loose.txt59 PO = [:LineBreak = Postfix_Numeric:];
104 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
190 LB23a.2: (ID | EB | EM) CM* PO;
192 LB24.2: (PR | PO) CM* (AL | HL);
193 LB24.3: (AL | HL | CM) CM* (PR | PO);
201 LB27.2: (JL | JV | JT | H2 | H3) CM* PO;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/break_rules/
Dline.txt51 PO = [:LineBreak = Postfix_Numeric:];
96 LB25: ((PR | PO)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))? (CM*…
181 LB23a.2: (ID | EB | EM) CM* PO;
183 LB24.2: (PR | PO) CM* (AL | HL);
184 LB24.3: (AL | HL | CM) CM* (PR | PO);
192 LB27.2: (JL | JV | JT | H2 | H3) CM* PO;
Dline_loose_cj.txt28 # * before suffix characters with LineBreak class PO and EastAsianWidth A,F,W;
75 PO = [[:LineBreak = Postfix_Numeric:] - POX];
122 LB25: ((PR | PO | POX)CM*)? ((OP | HY)CM*)? (IS CM*)? NU (CM*(NU | SY | IS))* (CM*(CL | CP))…
212 LB23a.2: (ID | EB | EM) CM* PO;
214 LB24.2: (PR | PO | POX) CM* (AL | HL);
215 LB24.3: (AL | HL | CM) CM* (PR | PO | POX);
223 LB27.2: (JL | JV | JT | H2 | H3) CM* PO;

12345678910>>...27