Home
last modified time | relevance | path

Searched refs:GetInsertBlock (Results 1 – 25 of 28) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DBuildLibCalls.cpp835 Module *M = B.GetInsertBlock()->getModule(); in emitLibCall()
849 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitStrLen()
870 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitStrNCmp()
911 Module *M = B.GetInsertBlock()->getModule(); in emitMemCpyChk()
915 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitMemCpyChk()
931 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitMemChr()
940 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitMemCmp()
949 LLVMContext &Context = B.GetInsertBlock()->getContext(); in emitBCmp()
1047 Module *M = B.GetInsertBlock()->getModule(); in emitUnaryFloatFnCallHelper()
1089 Module *M = B.GetInsertBlock()->getModule(); in emitBinaryFloatFnCallHelper()
[all …]
DSanitizerStats.cpp43 Function *F = B.GetInsertBlock()->getParent(); in create()
DIntegerDivision.cpp180 BasicBlock *IBB = Builder.GetInsertBlock(); in generateUnsignedDivisionCode()
217 BasicBlock *SpecialCases = Builder.GetInsertBlock(); in generateUnsignedDivisionCode()
DFlattenCFG.cpp449 BasicBlock *SaveInsertBB = Builder.GetInsertBlock(); in MergeIfRegion()
DSimplifyLibCalls.cpp1221 IntegerType *SizeType = DL.getIntPtrType(B.GetInsertBlock()->getContext()); in foldMallocMemset()
2152 BasicBlock &EntryBB = B.GetInsertBlock()->getParent()->getEntryBlock(); in insertSinCosCall()
2439 Module *M = B.GetInsertBlock()->getParent()->getParent(); in optimizePrintF()
2451 Module *M = B.GetInsertBlock()->getParent()->getParent(); in optimizePrintF()
2537 Module *M = B.GetInsertBlock()->getParent()->getParent(); in optimizeSPrintF()
2549 Module *M = B.GetInsertBlock()->getParent()->getParent(); in optimizeSPrintF()
2712 Module *M = B.GetInsertBlock()->getParent()->getParent(); in optimizeFPrintF()
2724 Module *M = B.GetInsertBlock()->getParent()->getParent(); in optimizeFPrintF()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DIRBuilder.cpp81 Builder->GetInsertBlock()->getInstList().insert(Builder->GetInsertPoint(),CI); in createCallHelper()
93 Builder->GetInsertBlock()->getInstList().insert(Builder->GetInsertPoint(), in createInvokeHelper()
322 Module *M = Builder->GetInsertBlock()->getParent()->getParent(); in getReductionIntrinsic()
330 Module *M = GetInsertBlock()->getParent()->getParent(); in CreateFAddReduce()
339 Module *M = GetInsertBlock()->getParent()->getParent(); in CreateFMulReduce()
617 Module *M = Builder->GetInsertBlock()->getParent()->getParent(); in CreateGCStatepointCallCommon()
668 Module *M = Builder->GetInsertBlock()->getParent()->getParent(); in CreateGCStatepointInvokeCommon()
DCore.cpp2640 BasicBlock *CurBB = unwrap(Builder)->GetInsertBlock(); in LLVMInsertExistingBasicBlockAfterInsertBlock()
3013 return wrap(unwrap(Builder)->GetInsertBlock()); in LLVMGetInsertBlock()
3137 unwrap(B)->GetInsertBlock()->getParent()->setPersonalityFn( in LLVMBuildLandingPad()
3422 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext()); in LLVMBuildMalloc()
3425 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildMalloc()
3433 Type* ITy = Type::getInt32Ty(unwrap(B)->GetInsertBlock()->getContext()); in LLVMBuildArrayMalloc()
3436 Instruction* Malloc = CallInst::CreateMalloc(unwrap(B)->GetInsertBlock(), in LLVMBuildArrayMalloc()
3479 CallInst::CreateFree(unwrap(PointerVal), unwrap(B)->GetInsertBlock()))); in LLVMBuildFree()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp274 BasicBlock *BB = Builder.GetInsertBlock(); in emitCancelationCheckImpl()
333 BasicBlock *InsertBB = Builder.GetInsertBlock(); in CreateParallel()
570 << *Builder.GetInsertBlock()->getParent() << "\n"); in CreateParallel()
608 << *Builder.GetInsertBlock()->getParent() << "\n"); in CreateParallel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp497 IRB.GetInsertBlock()->getParent()->getParent()->getOrInsertGlobal( in getDynamicShadowNonTls()
615 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in instrumentMemAccessInline()
834 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in getStackBaseTag()
901 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in getHwasanThreadSlotPtr()
940 Function *F = IRB.GetInsertBlock()->getParent(); in emitPrologue()
997 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in readRegister()
1207 if (EntryIRB.GetInsertBlock() != &F.getEntryBlock()) { in sanitizeFunction()
1209 for (auto II = EntryIRB.GetInsertBlock()->begin(), in sanitizeFunction()
1210 IE = EntryIRB.GetInsertBlock()->end(); in sanitizeFunction()
DBoundsChecking.cpp181 Function *Fn = IRB.GetInsertBlock()->getParent(); in addBoundsChecking()
DPoisonChecking.cpp244 Module *M = B.GetInsertBlock()->getModule(); in CreateAssert()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
DSpeculation.cpp130 assert(Mutator.GetInsertBlock()->getParent() == &Fn && in emit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp162 BasicBlock::iterator IP = findInsertPointAfter(I, Builder.GetInsertBlock()); in InsertNoopCastOfTo()
179 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin(); in InsertBinop()
217 while (const Loop *L = SE.LI.getLoopFor(Builder.GetInsertBlock())) { in InsertBinop()
525 BasicBlock::iterator BlockBegin = Builder.GetInsertBlock()->begin(); in expandAddToGEP()
546 while (const Loop *L = SE.LI.getLoopFor(Builder.GetInsertBlock())) { in expandAddToGEP()
566 while (const Loop *L = SE.LI.getLoopFor(Builder.GetInsertBlock())) { in expandAddToGEP()
1519 findInsertPointAfter(cast<Instruction>(V), Builder.GetInsertBlock()); in visitAddRecExpr()
1836 for (Loop *L = SE.LI.getLoopFor(Builder.GetInsertBlock());; in expand()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUAtomicOptimizer.cpp286 Module *M = B.GetInsertBlock()->getModule(); in buildScan()
345 Module *M = B.GetInsertBlock()->getModule(); in buildShiftRight()
DAMDGPUPromoteAlloca.cpp184 const Function &F = *Builder.GetInsertBlock()->getParent(); in getLocalSizeYZ()
272 AMDGPUSubtarget::get(*TM, *Builder.GetInsertBlock()->getParent()); in getWorkitemID()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolutionExpander.h114 : Builder(B), Block(B.GetInsertBlock()), Point(B.GetInsertPoint()), in SCEVInsertPointGuard()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1685 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in getDefaultSafeStackPointerLocation()
1719 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in getSafeStackPointerLocation()
1775 Module &M = *IRB.GetInsertBlock()->getParent()->getParent(); in getIRStackGuard()
DAtomicExpandPass.cpp1008 BasicBlock *BB = Builder.GetInsertBlock(); in insertRMWLLSCLoop()
1351 BasicBlock *BB = Builder.GetInsertBlock(); in insertRMWCmpXchgLoop()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp288 auto block = builder->GetInsertBlock(); in EmitVariable()
DLLVMReactor.cpp574 …if(jit->builder->GetInsertBlock()->empty() || !jit->builder->GetInsertBlock()->back().isTerminator… in acquireRoutine()
683 return B(jit->builder->GetInsertBlock()); in getInsertBlock()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopIdiomRecognize.cpp1580 Module *M = IRBuilder.GetInsertBlock()->getParent()->getParent(); in createPopcntIntrinsic()
1594 Module *M = IRBuilder.GetInsertBlock()->getParent()->getParent(); in createFFSIntrinsic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DIRBuilder.h126 BasicBlock *GetInsertBlock() const { return BB; } in GetInsertBlock() function
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/Hexagon/
DHexagonISelLowering.cpp3300 BasicBlock *BB = Builder.GetInsertBlock(); in emitLoadLinked()
3323 BasicBlock *BB = Builder.GetInsertBlock(); in emitStoreConditional()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp810 P->addIncoming(Bit, ThenB.GetInsertBlock()); in lowerTypeTestCall()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp13104 Module *M = Builder.GetInsertBlock()->getParent()->getParent(); in emitLoadLinked()
13143 Module *M = Builder.GetInsertBlock()->getParent()->getParent(); in emitAtomicCmpXchgNoStoreLLBalance()
13150 Module *M = Builder.GetInsertBlock()->getParent()->getParent(); in emitStoreConditional()
13194 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in UseTlsOffset()

12