Home
last modified time | relevance | path

Searched defs:LoopBB (Results 1 – 25 of 56) sorted by relevance

123

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp52 BasicBlock *LoopBB = in createMemCpyLoopKnownSize() local
176 BasicBlock *LoopBB = in createMemCpyLoopUnknownSize() local
328 BasicBlock *LoopBB = in createMemMoveLoop() local
376 BasicBlock *LoopBB in createMemSetLoop() local
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp416 MachineBasicBlock &LoopBB, in splitLoadM0BlockLiveIns()
444 void SILowerControlFlow::emitLoadM0FromVGPRLoop(MachineBasicBlock &LoopBB, in emitLoadM0FromVGPRLoop()
508 MachineBasicBlock *LoopBB = MF->CreateMachineBasicBlock(); in splitBlock() local
564 MachineBasicBlock *LoopBB; in loadM0() local
/aosp_15_r20/external/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp69 BasicBlock *LoopBB = BasicBlock::Create(Context, "loadstoreloop", &F, NewBB); in convertMemCpyToLoop() local
169 BasicBlock *LoopBB = in convertMemMoveToLoop() local
214 BasicBlock *LoopBB = BasicBlock::Create(Context, "loadstoreloop", &F, NewBB); in convertMemSetToLoop() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLowerMemIntrinsics.cpp58 BasicBlock *LoopBB = in createMemCpyLoopKnownSize() local
226 BasicBlock *LoopBB = in createMemCpyLoopUnknownSize() local
428 BasicBlock *LoopBB = in createMemMoveLoop() local
478 BasicBlock *LoopBB in createMemSetLoop() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp695 LoopBlock &LoopBB, uint32_t BBWeight, in updateEstimatedBlockWeight()
733 const LoopBlock &LoopBB, DominatorTree *DT, PostDominatorTree *PDT, in propagateEstimatedBlockWeight()
830 const LoopBlock LoopBB = LoopWorkList.pop_back_val(); in computeEestimateBlockWeight() local
863 const LoopBlock LoopBB = getLoopBlock(BB); in computeEestimateBlockWeight() local
880 const LoopBlock LoopBB = getLoopBlock(BB); in calcEstimatedHeuristics() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp778 auto LoopBB = BasicBlock::Create(Ctx, "partword.cmpxchg.loop", F, FailureBB); in expandPartwordCmpXchg() local
886 BasicBlock *LoopBB = BasicBlock::Create(Ctx, "atomicrmw.start", F, ExitBB); in insertRMWLLSCLoop() local
1237 BasicBlock *LoopBB = BasicBlock::Create(Ctx, "atomicrmw.start", F, ExitBB); in insertRMWCmpXchgLoop() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AVR/
H A DAVRShiftExpand.cpp87 BasicBlock *LoopBB = BasicBlock::Create(Ctx, "shift.loop", F, EndBB); in expand() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp861 auto LoopBB = BasicBlock::Create(Ctx, "partword.cmpxchg.loop", F, FailureBB); in expandPartwordCmpXchg() local
1025 BasicBlock *LoopBB = BasicBlock::Create(Ctx, "atomicrmw.start", F, ExitBB); in insertRMWLLSCLoop() local
1371 BasicBlock *LoopBB = BasicBlock::Create(Ctx, "atomicrmw.start", F, ExitBB); in insertRMWCmpXchgLoop() local
H A DModuloSchedule.cpp52 static unsigned getInitPhiReg(MachineInstr &Phi, MachineBasicBlock *LoopBB) { in getInitPhiReg()
60 static unsigned getLoopPhiReg(MachineInstr &Phi, MachineBasicBlock *LoopBB) { in getLoopPhiReg()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp986 auto LoopBB = BasicBlock::Create(Ctx, "partword.cmpxchg.loop", F, FailureBB); in expandPartwordCmpXchg() local
1153 BasicBlock *LoopBB = BasicBlock::Create(Ctx, "atomicrmw.start", F, ExitBB); in insertRMWLLSCLoop() local
1518 BasicBlock *LoopBB = BasicBlock::Create(Ctx, "atomicrmw.start", F, ExitBB); in insertRMWCmpXchgLoop() local
H A DModuloSchedule.cpp52 static unsigned getInitPhiReg(MachineInstr &Phi, MachineBasicBlock *LoopBB) { in getInitPhiReg()
60 static unsigned getLoopPhiReg(MachineInstr &Phi, MachineBasicBlock *LoopBB) { in getLoopPhiReg()
1296 MachineBasicBlock *LoopBB, LiveIntervals *LIS) in KernelRewriter()
/aosp_15_r20/external/llvm/unittests/Analysis/
H A DScalarEvolutionTest.cpp245 BasicBlock *LoopBB = BasicBlock::Create(Context, "loop", F); in TEST_F() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp361 auto LoopBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandSetTagLoop() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1022 for (auto *LoopBB : L.blocks()) in buildClonedLoopBlocks() local
1094 for (auto *LoopBB : L.blocks()) in buildClonedLoopBlocks() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp684 BasicBlock *LoopBB = BasicBlock::Create(TheContext, "loop", TheFunction); in codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp795 BasicBlock *LoopBB = BasicBlock::Create(TheContext, "loop", TheFunction); in codegen() local
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp334 BasicBlock *LoopBB = (*LoopI)->getEntry(); in orderNodes() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp664 auto LoopBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandSetTagLoop() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DSimpleLoopUnswitch.cpp1148 for (auto *LoopBB : L.blocks()) in buildClonedLoopBlocks() local
1223 for (auto *LoopBB : L.blocks()) in buildClonedLoopBlocks() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp909 BasicBlock *LoopBB = BasicBlock::Create(TheContext, "loop", TheFunction); in codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp909 BasicBlock *LoopBB = BasicBlock::Create(TheContext, "loop", TheFunction); in codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp909 BasicBlock *LoopBB = BasicBlock::Create(TheContext, "loop", TheFunction); in codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp910 BasicBlock *LoopBB = BasicBlock::Create(TheContext, "loop", TheFunction); in codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp803 BasicBlock *LoopBB = BasicBlock::Create(TheContext, "loop", TheFunction); in Codegen() local
/aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp905 BasicBlock *LoopBB = BasicBlock::Create(TheContext, "loop", TheFunction); in codegen() local

123