Home
last modified time | relevance | path

Searched refs:LIP (Results 1 – 25 of 29) sorted by relevance

12

/external/llvm/lib/CodeGen/
DSplitKit.cpp52 std::pair<SlotIndex, SlotIndex> &LIP = LastInsertPoint[Num]; in computeLastInsertPoint() local
62 if (!LIP.first.isValid()) { in computeLastInsertPoint()
65 LIP.first = MBBEnd; in computeLastInsertPoint()
67 LIP.first = LIS.getInstructionIndex(*FirstTerm); in computeLastInsertPoint()
71 return LIP.first; in computeLastInsertPoint()
73 LIP.second = LIP.first; in computeLastInsertPoint()
78 LIP.second = LIS.getInstructionIndex(*I); in computeLastInsertPoint()
86 if (!LIP.second) in computeLastInsertPoint()
87 return LIP.first; in computeLastInsertPoint()
92 return LIP.first; in computeLastInsertPoint()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSplitKit.cpp79 std::pair<SlotIndex, SlotIndex> &LIP = LastInsertPoint[Num]; in computeLastInsertPoint() local
89 if (!LIP.first.isValid()) { in computeLastInsertPoint()
92 LIP.first = MBBEnd; in computeLastInsertPoint()
94 LIP.first = LIS.getInstructionIndex(*FirstTerm); in computeLastInsertPoint()
98 return LIP.first; in computeLastInsertPoint()
100 LIP.second = LIP.first; in computeLastInsertPoint()
105 LIP.second = LIS.getInstructionIndex(*I); in computeLastInsertPoint()
113 if (!LIP.second) in computeLastInsertPoint()
114 return LIP.first; in computeLastInsertPoint()
119 return LIP.first; in computeLastInsertPoint()
[all …]
/external/llvm-project/llvm/lib/CodeGen/
DSplitKit.cpp67 std::pair<SlotIndex, SlotIndex> &LIP = LastInsertPoint[Num]; in computeLastInsertPoint() local
82 if (!LIP.first.isValid()) { in computeLastInsertPoint()
85 LIP.first = MBBEnd; in computeLastInsertPoint()
87 LIP.first = LIS.getInstructionIndex(*FirstTerm); in computeLastInsertPoint()
96 return LIP.first; in computeLastInsertPoint()
100 LIP.second = LIS.getInstructionIndex(*I); in computeLastInsertPoint()
108 if (!LIP.second) in computeLastInsertPoint()
109 return LIP.first; in computeLastInsertPoint()
114 return LIP.first; in computeLastInsertPoint()
119 return LIP.first; in computeLastInsertPoint()
[all …]
/external/llvm-project/llvm/lib/Transforms/Scalar/
DIndVarSimplify.cpp1381 auto LIP = SE->getLoopInvariantExitCondDuringFirstIterations(Pred, LHSS, RHSS, in optimizeLoopExitWithUnknownExitCount() local
1383 if (!LIP) in optimizeLoopExitWithUnknownExitCount()
1387 if (SE->isKnownPredicateAt(LIP->Pred, LIP->LHS, LIP->RHS, BI)) in optimizeLoopExitWithUnknownExitCount()
1390 replaceWithInvariantCond(L, ExitingBB, LIP->Pred, LIP->LHS, LIP->RHS, in optimizeLoopExitWithUnknownExitCount()
DLoopInterchange.cpp551 LoopInterchangeProfitability LIP(OuterLoop, InnerLoop, SE, ORE); in processLoop() local
552 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
DLICM.cpp1840 SmallVectorImpl<Instruction *> &LIP, in LoopPromoter() argument
1846 LoopExitBlocks(LEB), LoopInsertPts(LIP), MSSAInsertPts(MSSAIP), in LoopPromoter()
/external/python/cpython3/Modules/_decimal/libmpdec/literature/
DREFERENCES.txt12 lara.inist.fr/bitstream/2332/518/1/LIP-RR2005-09.pdf
/external/llvm-project/llvm/lib/Transforms/Utils/
DSimplifyIndVar.cpp197 auto LIP = SE->getLoopInvariantPredicate(Pred, S, X, L); in makeIVComparisonInvariant() local
198 if (!LIP) in makeIVComparisonInvariant()
200 ICmpInst::Predicate InvariantPredicate = LIP->Pred; in makeIVComparisonInvariant()
201 const SCEV *InvariantLHS = LIP->LHS; in makeIVComparisonInvariant()
202 const SCEV *InvariantRHS = LIP->RHS; in makeIVComparisonInvariant()
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp793 SmallVectorImpl<Instruction *> &LIP, PredIteratorCache &PIC, in LoopPromoter() argument
797 LoopExitBlocks(LEB), LoopInsertPts(LIP), PredCache(PIC), AST(ast), in LoopPromoter()
DLoopInterchange.cpp586 LoopInterchangeProfitability LIP(OuterLoop, InnerLoop, SE); in processLoop() local
587 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopInterchange.cpp565 LoopInterchangeProfitability LIP(OuterLoop, InnerLoop, SE, ORE); in processLoop() local
566 if (!LIP.isProfitable(InnerLoopId, OuterLoopId, DependencyMatrix)) { in processLoop()
DLICM.cpp1781 SmallVectorImpl<Instruction *> &LIP, in LoopPromoter() argument
1787 LoopExitBlocks(LEB), LoopInsertPts(LIP), MSSAInsertPts(MSSAIP), in LoopPromoter()
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp3541 auto *LIP = std::next(I, LastIter); in EmitOMPTaskLoopBasedDirective() local
3547 mapParam(CGF, cast<DeclRefExpr>(S.getIsLastIterVariable()), *LIP, in EmitOMPTaskLoopBasedDirective()
3584 CGF.GetAddrOfLocalVar(*LIP), /*Volatile=*/false, in EmitOMPTaskLoopBasedDirective()
3585 (*LIP)->getType(), S.getLocStart()))); in EmitOMPTaskLoopBasedDirective()
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp6460 auto *LIP = std::next(I, LastIter); in EmitOMPTaskLoopBasedDirective() local
6466 mapParam(CGF, cast<DeclRefExpr>(S.getIsLastIterVariable()), *LIP, in EmitOMPTaskLoopBasedDirective()
6515 CGF.GetAddrOfLocalVar(*LIP), /*Volatile=*/false, in EmitOMPTaskLoopBasedDirective()
6516 (*LIP)->getType(), S.getBeginLoc()))); in EmitOMPTaskLoopBasedDirective()
6518 CGF.EmitOMPLinearClauseFinal(S, [LIP, &S](CodeGenFunction &CGF) { in EmitOMPTaskLoopBasedDirective()
6520 CGF.EmitLoadOfScalar(CGF.GetAddrOfLocalVar(*LIP), /*Volatile=*/false, in EmitOMPTaskLoopBasedDirective()
6521 (*LIP)->getType(), S.getBeginLoc())); in EmitOMPTaskLoopBasedDirective()
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
DsubdivisionData.txt3839 RU-LIP Lipetskaya oblast
D2013-1_UNLOCODE_CodeListPart3.csv2086 ,"PL","LIP","Lipno","Lipno","WL","-23-----","RL","0307",,"5250N 01912E",
4157 ,"RO","LIP","Lipova","Lipova","AR","--3-----","RL","1207",,"4605N 02141E",
4498 ,"RS","LIP","Lipljan","Lipljan","25","-23-----","RL","0907",,"4231N 02108E",
5286 ,"RU","YLT","Yelets","Yelets","LIP","-23-----","RL","0307",,"5236N 03831E",
7595 ,"SK","LIP","Lipany","Lipany","PV","-----6--","RL","1007",,"4909N 02058E",
18611 ,"US","LIP","Lincoln Park","Lincoln Park","MI","--3-----","RQ","9307",,,
D2013-1_UNLOCODE_CodeListPart1.csv7143 ,"BR","LIP","Lins","Lins","SP","---4----","AI","9912",,,
13647 ,"CN","LIP","Liping","Liping","52","--34----","RL","0907","HZH","3247N 10640E",
15675 "+","CZ","LIP","Lipno","Lipno","PL","--3-----","RL","1301",,"4948N 01310E",
21690 ,"DE","LIP","Lippstadt","Lippstadt","NW","-23-----","AF","9501",,,
37910 ,"FR","LIP","Lipsheim","Lipsheim","67","-23-----","RL","0407",,"4829N 00740E",
D2013-1_UNLOCODE_CodeListPart2.csv6124 ,"GR","LIP","Lipso�","Lipsoi","81","1-------","AI","0407",,"3717N 02646E",
12838 ,"IT","LIP","Lipari","Lipari","ME","1-------","AI","1207",,"3827N 01457E",""
/external/cldr/tools/java/org/unicode/cldr/util/data/
Deurope2677 # 48 RU-LIP Lipetsk Oblast
DApproximateWidth.txt4339 A1BA; 6; # YI SYLLABLE LIP
/external/cldr/common/uca/
Dallkeys_CLDR.txt470 1DA54 ; [.0000.0000.0000] # SIGNWRITING LIP LOWER OVER UPPER
471 1DA55 ; [.0000.0000.0000] # SIGNWRITING LIP UPPER OVER LOWER
25834 A1BA ; [.461B.0020.0002] # YI SYLLABLE LIP
DUCA_Rules.txt469 = �� # 8.0 [Mn] [0000.0000.0000] U+1DA54 SIGNWRITING LIP LOWER OVER UPPER
470 = �� # 8.0 [Mn] [0000.0000.0000] U+1DA55 SIGNWRITING LIP UPPER OVER LOWER
23906 < ꆺ # 3.0 [Yiii] [461B.0020.0002] U+A1BA YI SYLLABLE LIP
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/unicode/
DUnicodeData.txt12650 A1BA;YI SYLLABLE LIP;Lo;0;L;;;;;N;;;;;
29598 1DA54;SIGNWRITING LIP LOWER OVER UPPER;Mn;0;NSM;;;;;N;;;;;
29599 1DA55;SIGNWRITING LIP UPPER OVER LOWER;Mn;0;NSM;;;;;N;;;;;
/external/icu/icu4c/source/data/unidata/
DUnicodeData.txt12650 A1BA;YI SYLLABLE LIP;Lo;0;L;;;;;N;;;;;
29598 1DA54;SIGNWRITING LIP LOWER OVER UPPER;Mn;0;NSM;;;;;N;;;;;
29599 1DA55;SIGNWRITING LIP UPPER OVER LOWER;Mn;0;NSM;;;;;N;;;;;
/external/icu/android_icu4j/src/main/tests/android/icu/dev/data/unicode/
DUnicodeData.txt12650 A1BA;YI SYLLABLE LIP;Lo;0;L;;;;;N;;;;;
29598 1DA54;SIGNWRITING LIP LOWER OVER UPPER;Mn;0;NSM;;;;;N;;;;;
29599 1DA55;SIGNWRITING LIP UPPER OVER LOWER;Mn;0;NSM;;;;;N;;;;;

12