Home
last modified time | relevance | path

Searched refs:GetInsertPoint (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DIntegerDivision.cpp219 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 DFlattenCFG.cpp450 BasicBlock::iterator SaveInsertPt = Builder.GetInsertPoint(); in MergeIfRegion()
H A DSimplifyCFG.cpp3082 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 DScalarEvolutionExpander.h114 : 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 DARMParallelDSP.cpp652 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 DScalarEvolutionExpander.cpp49 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 DOMPIRBuilder.cpp276 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 DBoundsChecking.cpp126 BasicBlock::iterator SplitI = IRB.GetInsertPoint(); in insertBoundsCheck()
H A DPGOInstrumentation.cpp823 assert(Builder.GetInsertPoint() != InstrBB->end() && in instrumentOneFunc()
853 assert(Builder.GetInsertPoint() != Cand.InsertPt->getParent()->end() && in instrumentOneFunc()
H A DMemorySanitizer.cpp1152 Cmp, &*IRB.GetInsertPoint(), false, MS.OriginStoreWeights);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86WinEHState.cpp291 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 DIRBuilder.cpp81 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 Dir_builder.h567 InsertionPointTy GetInsertPoint() { return insert_before_; } in GetInsertPoint() function in spvtools::opt::InstructionBuilder
H A Dinstrument_pass.cpp333 &*ref_builder->GetInsertPoint(), in GenDebugDirectRead()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dir_builder.h567 InsertionPointTy GetInsertPoint() { return insert_before_; } in GetInsertPoint() function in spvtools::opt::InstructionBuilder
H A Dinstrument_pass.cpp333 &*ref_builder->GetInsertPoint(), in GenDebugDirectRead()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64StackTagging.cpp669 tagAlloca(AI, &*IRB.GetInsertPoint(), Ptr, Size); in runOnFunction()
/third_party/spirv-tools/source/opt/
H A Dir_builder.h605 InsertionPointTy GetInsertPoint() { return insert_before_; } in GetInsertPoint() function in spvtools::opt::InstructionBuilder
H A Dinstrument_pass.cpp305 &*ref_builder->GetInsertPoint(), in GenReadFunctionCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1024 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 DIRBuilder.h127 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 DAMDGPULibCalls.cpp1349 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 DLoopVectorize.cpp2868 Index, Exp.expandCodeFor(Step, Index->getType(), &*B.GetInsertPoint()));
2877 &*B.GetInsertPoint())));

Completed in 60 milliseconds