Home
last modified time | relevance | path

Searched refs:InsertionPt (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DEntryExitInstrumenter.cpp22 Instruction *InsertionPt, DebugLoc DL) { in insertCall() argument
23 Module &M = *InsertionPt->getParent()->getParent()->getParent(); in insertCall()
24 LLVMContext &C = InsertionPt->getParent()->getContext(); in insertCall()
35 CallInst *Call = CallInst::Create(Fn, "", InsertionPt); in insertCall()
49 InsertionPt); in insertCall()
56 CallInst::Create(Fn, ArrayRef<Value *>(Args), "", InsertionPt); in insertCall()
DLocal.cpp1363 auto InsertionPt = BB->getFirstInsertionPt(); in ConvertDebugDeclareToDebugValue() local
1368 if (InsertionPt != BB->end()) in ConvertDebugDeclareToDebugValue()
1370 &*InsertionPt); in ConvertDebugDeclareToDebugValue()
1470 auto InsertionPt = Parent->getFirstInsertionPt(); in insertDebugValuesForPHIs() local
1471 assert(InsertionPt != Parent->end() && "Ill-formed basic block"); in insertDebugValuesForPHIs()
1472 NewDbgII->insertBefore(&*InsertionPt); in insertDebugValuesForPHIs()
/external/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp229 ConstantOffsetExtractor(Instruction *InsertionPt, const DominatorTree *DT) in ConstantOffsetExtractor() argument
230 : IP(InsertionPt), DL(InsertionPt->getModule()->getDataLayout()), DT(DT) { in ConstantOffsetExtractor()
DConstantHoisting.cpp480 Instruction *InsertionPt = findMatInsertPt(ConstUser.Inst, in emitBaseConstants() local
483 "const_mat", InsertionPt); in emitBaseConstants()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DSeparateConstOffsetFromGEP.cpp247 ConstantOffsetExtractor(Instruction *InsertionPt, const DominatorTree *DT) in ConstantOffsetExtractor() argument
248 : IP(InsertionPt), DL(InsertionPt->getModule()->getDataLayout()), DT(DT) { in ConstantOffsetExtractor()
DConstantHoisting.cpp639 Instruction *InsertionPt = findMatInsertPt(ConstUser.Inst, in emitBaseConstants() local
642 "const_mat", InsertionPt); in emitBaseConstants()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp375 Instruction *&InsertionPt, Instruction *&K1,
396 Instruction *&InsertionPt,
2839 Instruction *&InsertionPt, in replaceOutputsOfPair() argument
2885 InsertionPt = K2; in replaceOutputsOfPair()
2912 Instruction *&InsertionPt, in moveUsesOfIAfterJ() argument
2927 " to after " << *InsertionPt << "\n"); in moveUsesOfIAfterJ()
2929 InstToMove->insertAfter(InsertionPt); in moveUsesOfIAfterJ()
2930 InsertionPt = InstToMove; in moveUsesOfIAfterJ()
3159 Instruction *InsertionPt = K; in fuseChosenPairs() local
3161 replaceOutputsOfPair(Context, L, H, K, InsertionPt, K1, K2); in fuseChosenPairs()
[all …]