/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | IntegerDivision.cpp | 219 BasicBlock *End = SpecialCases->splitBasicBlock(Builder.GetInsertPoint(), in generateUnsignedDivisionCode() 393 bool IsInsertPoint = Rem->getIterator() == Builder.GetInsertPoint(); in expandRemainder() 404 BinaryOperator *BO = dyn_cast<BinaryOperator>(Builder.GetInsertPoint()); in expandRemainder() 417 if (BinaryOperator *UDiv = dyn_cast<BinaryOperator>(Builder.GetInsertPoint())) { in expandRemainder() 452 bool IsInsertPoint = Div->getIterator() == Builder.GetInsertPoint(); in expandDivision() 463 BinaryOperator *BO = dyn_cast<BinaryOperator>(Builder.GetInsertPoint()); in expandDivision()
|
H A D | FlattenCFG.cpp | 450 BasicBlock::iterator SaveInsertPt = Builder.GetInsertPoint(); in MergeIfRegion()
|
H A D | SimplifyCFG.cpp | 3082 SplitBlockAndInsertIfThen(CombinedPred, &*QB.GetInsertPoint(), false); in mergeConditionalStoreToAddress()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolutionExpander.h | 114 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()), in SCEVInsertPointGuard() 129 BasicBlock::iterator GetInsertPoint() const { return Point; } in GetInsertPoint() function in llvm::SCEVExpander::SCEVInsertPointGuard
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMParallelDSP.cpp | 652 auto GetInsertPoint = [this](Value *A, Value *B) { in InsertParallelMACs() local 694 Builder.SetInsertPoint(GetInsertPoint(Mul, Acc)); in InsertParallelMACs() 726 Instruction *InsertAfter = GetInsertPoint(WideLHS, WideRHS); in InsertParallelMACs() 727 InsertAfter = GetInsertPoint(InsertAfter, Acc); in InsertParallelMACs()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolutionExpander.cpp | 49 BasicBlock::iterator BIP = Builder.GetInsertPoint(); in ReuseOrCreateCast() 181 BasicBlock::iterator IP = Builder.GetInsertPoint(); in InsertBinop() 212 DebugLoc Loc = Builder.GetInsertPoint()->getDebugLoc(); in InsertBinop() 512 SE.DT.dominates(cast<Instruction>(V), &*Builder.GetInsertPoint())); in expandAddToGEP() 527 BasicBlock::iterator IP = Builder.GetInsertPoint(); in expandAddToGEP() 991 if (Builder.GetInsertPoint() == It) in fixupInsertPoints() 994 if (InsertPtGuard->GetInsertPoint() == It) in fixupInsertPoints() 1412 &*Builder.GetInsertPoint())) { in expandAddRecExprLiterally() 1816 Instruction *InsertPt = &*Builder.GetInsertPoint(); in expand() 1853 while (InsertPt->getIterator() != Builder.GetInsertPoint() in expand() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 276 if (Builder.GetInsertPoint() == BB->end()) { in emitCancelationCheckImpl() 282 NonCancellationBlock = SplitBlock(BB, &*Builder.GetInsertPoint()); in emitCancelationCheckImpl()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | BoundsChecking.cpp | 126 BasicBlock::iterator SplitI = IRB.GetInsertPoint(); in insertBoundsCheck()
|
H A D | PGOInstrumentation.cpp | 823 assert(Builder.GetInsertPoint() != InstrBB->end() && in instrumentOneFunc() 853 assert(Builder.GetInsertPoint() != Cand.InsertPt->getParent()->end() && in instrumentOneFunc()
|
H A D | MemorySanitizer.cpp | 1152 Cmp, &*IRB.GetInsertPoint(), false, MS.OriginStoreWeights);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 291 insertStateNumberStore(&*Builder.GetInsertPoint(), ParentBaseState); in emitExceptionRegistrationRecord() 321 insertStateNumberStore(&*Builder.GetInsertPoint(), ParentBaseState); in emitExceptionRegistrationRecord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | IRBuilder.cpp | 81 Builder->GetInsertBlock()->getInstList().insert(Builder->GetInsertPoint(),CI); in createCallHelper() 93 Builder->GetInsertBlock()->getInstList().insert(Builder->GetInsertPoint(), in createInvokeHelper()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | ir_builder.h | 567 InsertionPointTy GetInsertPoint() { return insert_before_; } in GetInsertPoint() function in spvtools::opt::InstructionBuilder
|
H A D | instrument_pass.cpp | 333 &*ref_builder->GetInsertPoint(), in GenDebugDirectRead()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | ir_builder.h | 567 InsertionPointTy GetInsertPoint() { return insert_before_; } in GetInsertPoint() function in spvtools::opt::InstructionBuilder
|
H A D | instrument_pass.cpp | 333 &*ref_builder->GetInsertPoint(), in GenDebugDirectRead()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 669 tagAlloca(AI, &*IRB.GetInsertPoint(), Ptr, Size); in runOnFunction()
|
/third_party/spirv-tools/source/opt/ |
H A D | ir_builder.h | 605 InsertionPointTy GetInsertPoint() { return insert_before_; } in GetInsertPoint() function in spvtools::opt::InstructionBuilder
|
H A D | instrument_pass.cpp | 305 &*ref_builder->GetInsertPoint(), in GenReadFunctionCall()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 1024 BB->splitBasicBlock(Builder.GetInsertPoint(), "atomicrmw.end"); in insertRMWLLSCLoop() 1370 BB->splitBasicBlock(Builder.GetInsertPoint(), "atomicrmw.end"); in insertRMWCmpXchgLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | IRBuilder.h | 127 BasicBlock::iterator GetInsertPoint() const { return InsertPt; } in GetInsertPoint() function in llvm::IRBuilderBase 194 return InsertPoint(GetInsertBlock(), GetInsertPoint()); in saveIP() 199 InsertPoint IP(GetInsertBlock(), GetInsertPoint()); in saveAndClearIP() 284 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()), in InsertPointGuard()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibCalls.cpp | 1349 BasicBlock::iterator ItOld = B.GetInsertPoint(); in fold_sincos()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 2868 Index, Exp.expandCodeFor(Step, Index->getType(), &*B.GetInsertPoint())); 2877 &*B.GetInsertPoint())));
|