Searched refs:InsertionPt (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 390 Instruction *InsertionPt = nullptr; in InsertStackProtectors() local 392 InsertionPt = CI; in InsertStackProtectors() 394 InsertionPt = RI; in InsertStackProtectors() 397 assert(InsertionPt != nullptr && in InsertStackProtectors() 403 CallInst::Create(Intrinsic, StackGuardVar, "", InsertionPt); in InsertStackProtectors()
|
/external/llvm/lib/Transforms/Scalar/ |
D | ConstantHoisting.cpp | 473 Instruction *InsertionPt = findMatInsertPt(ConstUser.Inst, in emitBaseConstants() local 476 "const_mat", InsertionPt); in emitBaseConstants()
|
D | SeparateConstOffsetFromGEP.cpp | 210 ConstantOffsetExtractor(Instruction *InsertionPt) : IP(InsertionPt) {} in ConstantOffsetExtractor() argument
|
/external/llvm/lib/Transforms/Vectorize/ |
D | BBVectorize.cpp | 370 Instruction *&InsertionPt, Instruction *&K1, 391 Instruction *&InsertionPt, 2807 Instruction *&InsertionPt, in replaceOutputsOfPair() argument 2856 InsertionPt = K2; in replaceOutputsOfPair() 2884 Instruction *&InsertionPt, in moveUsesOfIAfterJ() argument 2899 " to after " << *InsertionPt << "\n"); in moveUsesOfIAfterJ() 2901 InstToMove->insertAfter(InsertionPt); in moveUsesOfIAfterJ() 2902 InsertionPt = InstToMove; in moveUsesOfIAfterJ() 3124 Instruction *InsertionPt = K; in fuseChosenPairs() local 3126 replaceOutputsOfPair(Context, L, H, K, InsertionPt, K1, K2); in fuseChosenPairs() [all …]
|