| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | BuildLibCalls.cpp | 835 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 …]
|
| D | SanitizerStats.cpp | 43 Function *F = B.GetInsertBlock()->getParent(); in create()
|
| D | IntegerDivision.cpp | 180 BasicBlock *IBB = Builder.GetInsertBlock(); in generateUnsignedDivisionCode() 217 BasicBlock *SpecialCases = Builder.GetInsertBlock(); in generateUnsignedDivisionCode()
|
| D | FlattenCFG.cpp | 449 BasicBlock *SaveInsertBB = Builder.GetInsertBlock(); in MergeIfRegion()
|
| D | SimplifyLibCalls.cpp | 1221 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/ |
| D | IRBuilder.cpp | 81 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()
|
| D | Core.cpp | 2640 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/ |
| D | OMPIRBuilder.cpp | 274 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/ |
| D | HWAddressSanitizer.cpp | 497 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()
|
| D | BoundsChecking.cpp | 181 Function *Fn = IRB.GetInsertBlock()->getParent(); in addBoundsChecking()
|
| D | PoisonChecking.cpp | 244 Module *M = B.GetInsertBlock()->getModule(); in CreateAssert()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
| D | Speculation.cpp | 130 assert(Mutator.GetInsertBlock()->getParent() == &Fn && in emit()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
| D | ScalarEvolutionExpander.cpp | 162 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/ |
| D | AMDGPUAtomicOptimizer.cpp | 286 Module *M = B.GetInsertBlock()->getModule(); in buildScan() 345 Module *M = B.GetInsertBlock()->getModule(); in buildShiftRight()
|
| D | AMDGPUPromoteAlloca.cpp | 184 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/ |
| D | ScalarEvolutionExpander.h | 114 : 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/ |
| D | TargetLoweringBase.cpp | 1685 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()
|
| D | AtomicExpandPass.cpp | 1008 BasicBlock *BB = Builder.GetInsertBlock(); in insertRMWLLSCLoop() 1351 BasicBlock *BB = Builder.GetInsertBlock(); in insertRMWCmpXchgLoop()
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | LLVMReactorDebugInfo.cpp | 288 auto block = builder->GetInsertBlock(); in EmitVariable()
|
| D | LLVMReactor.cpp | 574 …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/ |
| D | LoopIdiomRecognize.cpp | 1580 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/ |
| D | IRBuilder.h | 126 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/ |
| D | HexagonISelLowering.cpp | 3300 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/ |
| D | LowerTypeTests.cpp | 810 P->addIncoming(Bit, ThenB.GetInsertBlock()); in lowerTypeTestCall()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
| D | AArch64ISelLowering.cpp | 13104 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()
|