Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp660 BasicBlock *InsertBB = IncomingBB; in runOnFunction() local
661 while (isa<CatchSwitchInst>(InsertBB->getFirstNonPHI())) { in runOnFunction()
662 InsertBB = DT->getNode(InsertBB)->getIDom()->getBlock(); in runOnFunction()
665 assert(DT->dominates(Inst, &InsertBB->back()) && in runOnFunction()
668 new BitCastInst(Replacement, UseTy, "", &InsertBB->back()); in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDIBuilder.cpp901 BasicBlock *InsertBB, in getIRBForDbgInsertion() argument
906 else if (InsertBB) in getIRBForDbgInsertion()
907 B.SetInsertPoint(InsertBB); in getIRBForDbgInsertion()
924 BasicBlock *InsertBB, Instruction *InsertBefore) { in insertDeclare() argument
939 IRBuilder<> B = getIRBForDbgInsertion(DL, InsertBB, InsertBefore); in insertDeclare()
945 const DILocation *DL, BasicBlock *InsertBB, Instruction *InsertBefore) { in insertDbgValueIntrinsic() argument
961 IRBuilder<> B = getIRBForDbgInsertion(DL, InsertBB, InsertBefore); in insertDbgValueIntrinsic()
967 BasicBlock *InsertBB, Instruction *InsertBefore) { in insertLabel() argument
979 IRBuilder<> B = getIRBForDbgInsertion(DL, InsertBB, InsertBefore); in insertLabel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMLowOverheadLoops.cpp370 MachineBasicBlock *InsertBB = InsertPt->getParent(); in ValidateTailPredicate() local
372 if (auto *ElemDef = RDA->getLocalLiveOutMIDef(InsertBB, NumElements)) { in ValidateTailPredicate()
375 InsertBB->insert(MachineBasicBlock::iterator(InsertPt), ElemDef); in ValidateTailPredicate()
380 InsertBB->insertAfter(MachineBasicBlock::iterator(ElemDef), InsertPt); in ValidateTailPredicate()
414 while (MBB != InsertBB) { in ValidateTailPredicate()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DGVNSink.cpp815 BasicBlock *InsertBB = BBEnd; in sinkBB() local
819 InsertBB = SplitBlockPredecessors(BBEnd, C.Blocks, ".gvnsink.split"); in sinkBB()
820 if (!InsertBB) { in sinkBB()
828 sinkLastInstruction(C.Blocks, InsertBB); in sinkBB()
DIndVarSimplify.cpp249 BasicBlock *InsertBB = PHI->getIncomingBlock(i); in getInsertPointForUses() local
251 if (!DT->isReachableFromEntry(InsertBB)) in getInsertPointForUses()
255 InsertPt = InsertBB->getTerminator(); in getInsertPointForUses()
258 InsertBB = DT->findNearestCommonDominator(InsertPt->getParent(), InsertBB); in getInsertPointForUses()
259 InsertPt = InsertBB->getTerminator(); in getInsertPointForUses()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp356 MachineBasicBlock *InsertBB = UseMI.getParent(); in InsertInsnsWithoutSideEffectsBeforeUse() local
361 InsertBB = PredBB->getMBB(); in InsertInsnsWithoutSideEffectsBeforeUse()
366 if (InsertBB == DefMI.getParent()) { in InsertInsnsWithoutSideEffectsBeforeUse()
368 Inserter(InsertBB, std::next(InsertPt), UseMO); in InsertInsnsWithoutSideEffectsBeforeUse()
373 Inserter(InsertBB, InsertBB->getFirstNonPHI(), UseMO); in InsertInsnsWithoutSideEffectsBeforeUse()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDIBuilder.h83 BasicBlock *InsertBB, Instruction *InsertBefore);
87 BasicBlock *InsertBB, Instruction *InsertBefore);
93 BasicBlock *InsertBB, Instruction *InsertBefore);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp333 BasicBlock *InsertBB = Builder.GetInsertBlock(); in CreateParallel() local
334 Function *OuterFn = InsertBB->getParent(); in CreateParallel()
358 auto *UI = new UnreachableInst(Builder.getContext(), InsertBB); in CreateParallel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGSDNodes.cpp988 MachineBasicBlock *InsertBB = Emitter.getBlock(); in EmitSchedule() local
989 MachineBasicBlock::iterator Pos = InsertBB->getFirstTerminator(); in EmitSchedule()
990 InsertBB->insert(Pos, DbgMIs.begin(), DbgMIs.end()); in EmitSchedule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp281 auto *InsertBB = &IncomingBB->getParent()->getEntryBlock(); in FoldIntegerTypedPHI() local
282 InsertNewInstBefore(CI, *InsertBB->getFirstInsertionPt()); in FoldIntegerTypedPHI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DModuloSchedule.cpp1506 auto *InsertBB = &PreheaderBB->getParent()->front(); in undef() local
1507 BuildMI(*InsertBB, InsertBB->getFirstTerminator(), DebugLoc(), in undef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp4592 MachineBasicBlock *InsertBB = MI.getOperand(I + 1).getMBB(); in legalizeOperands() local
4593 MachineBasicBlock::iterator Insert = InsertBB->getFirstTerminator(); in legalizeOperands()
4597 legalizeGenericOperand(*InsertBB, Insert, RC, Op, MRI, MI.getDebugLoc()); in legalizeOperands()