Searched refs:LoopEntry (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyFixIrreducibleControlFlow.cpp | 105 const BlockSet &getLoopEnterers(MachineBasicBlock *LoopEntry) const { in getLoopEnterers() 106 assert(inRegion(LoopEntry)); in getLoopEnterers() 107 auto I = LoopEnterers.find(LoopEntry); in getLoopEnterers() 252 for (auto *LoopEntry : Graph.getLoopEntries()) { in processRegion() local 273 MutualLoopEntries.insert(LoopEntry); in processRegion() 275 if (OtherLoopEntry != LoopEntry && in processRegion() 276 Graph.canReach(LoopEntry, OtherLoopEntry) && in processRegion() 277 Graph.canReach(OtherLoopEntry, LoopEntry)) { in processRegion() 299 for (auto *LoopEntry : Graph.getLoopEntries()) { in processRegion() local 300 LoopBlocks InnerBlocks(LoopEntry, Graph.getLoopEnterers(LoopEntry)); in processRegion() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopIdiomRecognize.cpp | 1164 static Value *matchCondition(BranchInst *BI, BasicBlock *LoopEntry, in matchCondition() argument 1183 if ((Pred == ICmpInst::ICMP_NE && TrueSucc == LoopEntry) || in matchCondition() 1184 (Pred == ICmpInst::ICMP_EQ && FalseSucc == LoopEntry)) in matchCondition() 1193 BasicBlock *LoopEntry) { in getRecurrenceVar() argument 1195 if (PhiX && PhiX->getParent() == LoopEntry && in getRecurrenceVar() 1230 BasicBlock *LoopEntry; in detectPopcountIdiom() local 1238 LoopEntry = *(CurLoop->block_begin()); in detectPopcountIdiom() 1243 dyn_cast<BranchInst>(LoopEntry->getTerminator()), LoopEntry)) in detectPopcountIdiom() 1275 PhiX = getRecurrenceVar(VarX1, DefX2, LoopEntry); in detectPopcountIdiom() 1282 for (BasicBlock::iterator Iter = LoopEntry->getFirstNonPHI()->getIterator(), in detectPopcountIdiom() [all …]
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/asm686/ |
D | match.S | 197 jmp LoopEntry 228 LoopEntry: movzwl -1(%esi,%ecx), %eax label
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/asm686/ |
D | match.S | 197 jmp LoopEntry 228 LoopEntry: movzwl -1(%esi,%ecx), %eax label
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/amd64/ |
D | amd64-match.S | 233 jmp LoopEntry 256 LoopEntry: cmpw -1(%windowbestlen, %curmatch), %scanendw label
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/amd64/ |
D | amd64-match.S | 233 jmp LoopEntry 256 LoopEntry: cmpw -1(%windowbestlen, %curmatch), %scanendw label
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/gcc_gvmat64/ |
D | gvmat64.S | 397 LoopEntry: label
|
/third_party/zlib/contrib/gcc_gvmat64/ |
D | gvmat64.S | 397 LoopEntry: label
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/gcc_gvmat64/ |
D | gvmat64.S | 397 LoopEntry: label
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.h | 957 void convertNonUniformLoopRegion(MachineBasicBlock *LoopEntry,
|
D | SIInstrInfo.cpp | 6100 MachineBasicBlock *LoopEntry, MachineBasicBlock *LoopEnd) const { in convertNonUniformLoopRegion() argument 6115 for (MachineBasicBlock::pred_iterator PI = LoopEntry->pred_begin(), in convertNonUniformLoopRegion() 6116 E = LoopEntry->pred_end(); in convertNonUniformLoopRegion() 6137 .addMBB(LoopEntry); in convertNonUniformLoopRegion() 6139 LoopEntry->insert(LoopEntry->begin(), HeaderPhi); in convertNonUniformLoopRegion()
|