Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
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
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
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
DModuloSchedule.cpp52 static unsigned getInitPhiReg(MachineInstr &Phi, MachineBasicBlock *LoopBB) { in getInitPhiReg()
60 static unsigned getLoopPhiReg(MachineInstr &Phi, MachineBasicBlock *LoopBB) { in getLoopPhiReg()
DMachineBlockPlacement.cpp2569 for (const MachineBasicBlock *LoopBB : LoopBlockSet) in buildLoopChains() local
DMachinePipeliner.cpp597 static unsigned getLoopPhiReg(MachineInstr &Phi, MachineBasicBlock *LoopBB) { in getLoopPhiReg()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ExpandPseudoInsts.cpp361 auto LoopBB = MF->CreateMachineBasicBlock(MBB.getBasicBlock()); in expandSetTagLoop() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSimpleLoopUnswitch.cpp1022 for (auto *LoopBB : L.blocks()) in buildClonedLoopBlocks() local
1094 for (auto *LoopBB : L.blocks()) in buildClonedLoopBlocks() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp784 MachineBasicBlock *LoopBB = MF->CreateMachineBasicBlock(); in executeInWaterfallLoop() local
2017 MachineBasicBlock *LoopBB = Extract1->getParent(); in applyMappingImpl() local
DSIISelLowering.cpp3075 MachineBasicBlock *LoopBB = MF->CreateMachineBasicBlock(); in splitBlockForLoop() local
3127 MachineBasicBlock *LoopBB; in emitGWSMemViolTestLoop() local
3174 MachineBasicBlock &LoopBB, in emitLoadM0FromVGPRLoop()
3304 MachineBasicBlock *LoopBB; in loadM0FromVGPR() local
3449 MachineBasicBlock *LoopBB = InsPt->getParent(); in emitIndirectSrc() local
3561 MachineBasicBlock *LoopBB = InsPt->getParent(); in emitIndirectDst() local
DSIInstrInfo.cpp4329 MachineBasicBlock &OrigBB, MachineBasicBlock &LoopBB, in emitLoadSRsrcFromVGPRLoop()
4439 MachineBasicBlock *LoopBB = MF.CreateMachineBasicBlock(); in loadSRsrcFromVGPR() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelLowering.cpp1499 MachineBasicBlock *LoopBB = F->CreateMachineBasicBlock(LLVM_BB); in insertShift() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelLowering.cpp1483 MachineBasicBlock *LoopBB = F->CreateMachineBasicBlock(LLVM_BB); in EmitShiftInstr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h725 analyzeLoopForPipelining(MachineBasicBlock *LoopBB) const { in analyzeLoopForPipelining()