/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerGlobalDtors.cpp | 161 BasicBlock *EntryBB = BasicBlock::Create(C, "entry", RegisterCallDtors); in runOnModule() local 167 Value *Res = CallInst::Create(AtExit, Args, "call", EntryBB); in runOnModule() 168 Value *Cmp = new ICmpInst(*EntryBB, ICmpInst::ICMP_NE, Res, in runOnModule() 170 BranchInst::Create(FailBB, RetBB, Cmp, EntryBB); in runOnModule()
|
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 893 BasicBlock &EntryBB = F.getEntryBlock(); in runSjLjOnFunction() local 896 &*EntryBB.getFirstInsertionPt()); in runSjLjOnFunction() 1091 if (I->getParent() != &EntryBB) in runSjLjOnFunction() 1099 if (I->getParent() != &EntryBB) in runSjLjOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | SjLjEHPrepare.cpp | 173 BasicBlock *EntryBB = &F.front(); in setupFunctionContext() local 181 Alignment, "fn_context", &EntryBB->front()); in setupFunctionContext() 208 IRBuilder<> Builder(EntryBB->getTerminator()); in setupFunctionContext() 386 BasicBlock *EntryBB = &F.front(); in setupEntryBlockAndCallSites() local 387 IRBuilder<> Builder(EntryBB->getTerminator()); in setupEntryBlockAndCallSites() 443 CallInst::Create(RegisterFn, FuncCtx, "", EntryBB->getTerminator()); in setupEntryBlockAndCallSites()
|
D | MachineOutliner.cpp | 1130 BasicBlock *EntryBB = BasicBlock::Create(C, "entry", F); in createOutlinedFunction() local 1131 IRBuilder<> Builder(EntryBB); in createOutlinedFunction()
|
D | BranchFolding.cpp | 970 MachineBasicBlock *EntryBB = in TryTailMergeBlocks() local 989 if (MBB == EntryBB && SameTails[i].tailIsWholeBlock()) in TryTailMergeBlocks()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 2292 MachineBasicBlock *EntryBB = MF->CreateMachineBasicBlock(); in runOnMachineFunction() local 2293 MF->push_back(EntryBB); in runOnMachineFunction() 2294 EntryBuilder->setMBB(*EntryBB); in runOnMachineFunction() 2320 EntryBB->addSuccessor(&getMBB(F.front())); in runOnMachineFunction() 2332 SwiftError.setCurrentVReg(EntryBB, SwiftError.getFunctionArg(), VRegs[0]); in runOnMachineFunction() 2405 assert(EntryBB->succ_size() == 1 && in runOnMachineFunction() 2408 MachineBasicBlock &NewEntryBB = **EntryBB->succ_begin(); in runOnMachineFunction() 2413 NewEntryBB.splice(NewEntryBB.begin(), EntryBB, EntryBB->begin(), in runOnMachineFunction() 2414 EntryBB->end()); in runOnMachineFunction() 2417 for (const MachineBasicBlock::RegisterMaskPair &LiveIn : EntryBB->liveins()) in runOnMachineFunction() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | ControlHeightReduction.cpp | 718 BasicBlock *EntryBB = R->getEntry(); in getBranchInsertPoint() local 721 Instruction *HoistPoint = EntryBB->getTerminator(); in getBranchInsertPoint() 723 if (SI->getParent() == EntryBB) { in getBranchInsertPoint() 736 if (SI->getParent() == EntryBB) { in getBranchInsertPoint() 740 for (Instruction &I : *EntryBB) { in getBranchInsertPoint() 896 BasicBlock *EntryBB = R->getEntry(); in checkScopeHoistable() local 898 cast<BranchInst>(EntryBB->getTerminator()) : nullptr; in checkScopeHoistable() 960 [EntryBB](SelectInst *SI) { in checkScopeHoistable() 961 return SI->getParent() == EntryBB; in checkScopeHoistable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | ObjCARCOpts.cpp | 1587 BasicBlock *EntryBB = &F.getEntryBlock(); in ComputePostOrders() local 1588 BBState &MyStates = BBStates[EntryBB]; in ComputePostOrders() 1590 Instruction *EntryTI = EntryBB->getTerminator(); in ComputePostOrders() 1591 SuccStack.push_back(std::make_pair(EntryBB, succ_iterator(EntryTI))); in ComputePostOrders() 1592 Visited.insert(EntryBB); in ComputePostOrders() 1593 OnStack.insert(EntryBB); in ComputePostOrders()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertWaitcnts.cpp | 1614 MachineBasicBlock &EntryBB = MF.front(); in runOnMachineFunction() local 1616 BuildMI(EntryBB, EntryBB.getFirstNonPHI(), DebugLoc(), in runOnMachineFunction() 1620 BuildMI(EntryBB, EntryBB.getFirstNonPHI(), DebugLoc(), TII->get(AMDGPU::S_WAITCNT)) in runOnMachineFunction()
|
D | AMDGPUAtomicOptimizer.cpp | 558 BasicBlock *const EntryBB = I.getParent(); in optimizeAtomic() local 585 PHI->addIncoming(UndefValue::get(Ty), EntryBB); in optimizeAtomic()
|
D | AMDGPUPromoteAlloca.cpp | 166 BasicBlock &EntryBB = *F.begin(); in runOnFunction() local 169 for (Instruction &I : EntryBB) { in runOnFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | LoopInfoImpl.h | 324 BlockT *EntryBB = &BB->getParent()->front(); in verifyLoop() local 325 for (BlockT *CB : depth_first(EntryBB)) in verifyLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86WinEHState.cpp | 404 BasicBlock *EntryBB = BasicBlock::Create(Context, "entry", Trampoline); in generateLSDAInEAXThunk() local 405 IRBuilder<> Builder(EntryBB); in generateLSDAInEAXThunk()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | SimplifyLibCalls.cpp | 2152 BasicBlock &EntryBB = B.GetInsertBlock()->getParent()->getEntryBlock(); in insertSinCosCall() local 2153 B.SetInsertPoint(&EntryBB, EntryBB.begin()); in insertSinCosCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 398 MachineBasicBlock &EntryBB = *Fn.begin(); in InsertVRSaveCode() local 404 MachineBasicBlock::iterator IP = EntryBB.begin(); // Insert Point in InsertVRSaveCode() 405 BuildMI(EntryBB, IP, dl, TII.get(PPC::MFVRSAVE), InVRSAVE); in InsertVRSaveCode() 406 BuildMI(EntryBB, IP, dl, TII.get(PPC::UPDATE_VRSAVE), in InsertVRSaveCode() 408 BuildMI(EntryBB, IP, dl, TII.get(PPC::MTVRSAVE)).addReg(UpdatedVRSAVE); in InsertVRSaveCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelDAGToDAG.cpp | 1270 MachineBasicBlock *EntryBB = &MF->front(); in EmitFunctionEntryCode() local 1273 BuildMI(EntryBB, DebugLoc(), HII->get(Hexagon::PS_aligna), AR) in EmitFunctionEntryCode()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | SROA.cpp | 4567 BasicBlock &EntryBB = F.getEntryBlock(); in runImpl() local 4568 for (BasicBlock::iterator I = EntryBB.begin(), E = std::prev(EntryBB.end()); in runImpl()
|