Home
last modified time | relevance | path

Searched refs:LoopEnd (Results 1 – 12 of 12) sorted by relevance

/external/webp/src/dsp/
Dlossless_enc_mips32.c110 const uint32_t* const LoopEnd = &population[length]; in ExtraCost_MIPS32() local
129 : [LoopEnd]"r"(LoopEnd) in ExtraCost_MIPS32()
157 const uint32_t* const LoopEnd = &X[length]; in ExtraCostCombined_MIPS32() local
182 : [LoopEnd]"r"(LoopEnd) in ExtraCostCombined_MIPS32()
334 : [LoopEnd]"r"(LoopEnd) \
351 const uint32_t* const LoopEnd = pa + end; in AddVector_MIPS32() local
362 const uint32_t* const LoopEnd = pa + end; in AddVectorEq_MIPS32() local
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp231 void wireFlow(bool ExitUseAllowed, BasicBlock *LoopEnd);
233 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);
787 BasicBlock *LoopEnd) { in wireFlow() argument
812 while (!Order.empty() && !Visited.count(LoopEnd) && in wireFlow()
814 handleLoops(false, LoopEnd); in wireFlow()
823 BasicBlock *LoopEnd) { in handleLoops() argument
828 wireFlow(ExitUseAllowed, LoopEnd); in handleLoops()
835 LoopEnd = Loops[Node->getEntry()]; in handleLoops()
836 wireFlow(false, LoopEnd); in handleLoops()
837 while (!Visited.count(LoopEnd)) { in handleLoops()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp245 void wireFlow(bool ExitUseAllowed, BasicBlock *LoopEnd);
247 void handleLoops(bool ExitUseAllowed, BasicBlock *LoopEnd);
781 BasicBlock *LoopEnd) { in wireFlow() argument
805 while (!Order.empty() && !Visited.count(LoopEnd) && in wireFlow()
807 handleLoops(false, LoopEnd); in wireFlow()
816 BasicBlock *LoopEnd) { in handleLoops() argument
821 wireFlow(ExitUseAllowed, LoopEnd); in handleLoops()
828 LoopEnd = Loops[Node->getEntry()]; in handleLoops()
829 wireFlow(false, LoopEnd); in handleLoops()
830 while (!Visited.count(LoopEnd)) { in handleLoops()
[all …]
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_pair_regalloc.c72 int LoopEnd; member
232 s->LoopEnd > inst->IP ? s->LoopEnd : inst->IP; in scan_read_callback()
551 if (endloop->IP > s->LoopEnd) { in do_advanced_regalloc()
552 s->LoopEnd = endloop->IP; in do_advanced_regalloc()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp4874 MachineBasicBlock *LoopEntry, MachineBasicBlock *LoopEnd) const { in convertNonUniformLoopRegion()
4875 MachineBasicBlock::iterator TI = LoopEnd->getFirstTerminator(); in convertNonUniformLoopRegion()
4877 assert(TI != LoopEnd->end()); in convertNonUniformLoopRegion()
4880 MachineFunction *MF = LoopEnd->getParent(); in convertNonUniformLoopRegion()
4881 MachineRegisterInfo &MRI = LoopEnd->getParent()->getRegInfo(); in convertNonUniformLoopRegion()
4892 if (*PI == LoopEnd) { in convertNonUniformLoopRegion()
4914 LoopEnd->erase(TI); in convertNonUniformLoopRegion()
4915 LoopEnd->insert(LoopEnd->end(), SIIFBREAK); in convertNonUniformLoopRegion()
4916 LoopEnd->insert(LoopEnd->end(), SILOOP); in convertNonUniformLoopRegion()
DSIInstrInfo.h848 MachineBasicBlock *LoopEnd) const;
/external/google-benchmark/
DREADME.md321 je .LoopEnd
325 .LoopEnd:
340 jmp .LoopEnd
345 .LoopEnd:
/external/clang/lib/Analysis/
DThreadSafety.cpp759 Context LoopEnd = CurrBlockInfo->ExitContext; in traverseCFG() local
760 intersectBackEdge(LoopBegin, LoopEnd); in traverseCFG()
2338 CFGBlockInfo *LoopEnd = &BlockInfo[CurrBlockID]; in runAnalysis() local
2339 intersectAndWarn(LoopEnd->ExitSet, PreLoop->EntrySet, in runAnalysis()
/external/libcxx/utils/google-benchmark/
DREADME.md321 je .LoopEnd
325 .LoopEnd:
340 jmp .LoopEnd
345 .LoopEnd:
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp669 MachineBasicBlock *LoopEnd = L.getBottomBlock(); in analyzeLoop() local
670 MachineBasicBlock::iterator I = LoopEnd->getFirstTerminator(); in analyzeLoop()
672 if (I != LoopEnd->end() && isEndLoopN(I->getOpcode())) { in analyzeLoop()
714 unsigned LoopEnd = createVR(MF, MVT::i1); in reduceLoopCount() local
715 MachineInstr *NewCmp = BuildMI(&MBB, DL, get(Hexagon::C2_cmpgtui), LoopEnd). in reduceLoopCount()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.cpp687 MachineBasicBlock *LoopEnd = L.getBottomBlock(); in analyzeLoop() local
688 MachineBasicBlock::iterator I = LoopEnd->getFirstTerminator(); in analyzeLoop()
690 if (I != LoopEnd->end() && isEndLoopN(I->getOpcode())) { in analyzeLoop()
733 unsigned LoopEnd = createVR(MF, MVT::i1); in reduceLoopCount() local
734 MachineInstr *NewCmp = BuildMI(&MBB, DL, get(Hexagon::C2_cmpgtui), LoopEnd). in reduceLoopCount()
/external/clang/lib/CodeGen/
DCGObjC.cpp1470 JumpDest LoopEnd = getJumpDestInCurrentScope("forcoll.end"); in EmitObjCForCollectionStmt() local
1674 BreakContinueStack.push_back(BreakContinue(LoopEnd, AfterBody)); in EmitObjCForCollectionStmt()
1738 EmitBlock(LoopEnd.getBlock()); in EmitObjCForCollectionStmt()