Home
last modified time | relevance | path

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

1234

/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DBuildLibCalls.cpp1227 Module *M = B.GetInsertBlock()->getModule(); in emitLibCall()
1303 Module *M = B.GetInsertBlock()->getModule(); in emitMemCpyChk()
1448 Module *M = B.GetInsertBlock()->getModule(); in emitUnaryFloatFnCallHelper()
1491 Module *M = B.GetInsertBlock()->getModule(); in emitBinaryFloatFnCallHelper()
1539 Module *M = B.GetInsertBlock()->getModule(); in emitPutChar()
1562 Module *M = B.GetInsertBlock()->getModule(); in emitPutS()
1579 Module *M = B.GetInsertBlock()->getModule(); in emitFPutC()
1600 Module *M = B.GetInsertBlock()->getModule(); in emitFPutS()
1619 Module *M = B.GetInsertBlock()->getModule(); in emitFWrite()
1643 Module *M = B.GetInsertBlock()->getModule(); in emitMalloc()
[all …]
H A DAMDGPUEmitPrintf.cpp64 auto M = Builder.GetInsertBlock()->getModule(); in callPrintfBegin()
75 auto M = Builder.GetInsertBlock()->getModule(); in callAppendArgs()
96 auto *Prev = Builder.GetInsertBlock(); in getStrlenWithNull()
167 auto M = Builder.GetInsertBlock()->getModule(); in callAppendStringN()
H A DSanitizerStats.cpp43 Function *F = B.GetInsertBlock()->getParent(); in create()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp631 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
650 ThenBB = Builder->GetInsertBlock(); in codegen()
662 ElseBB = Builder->GetInsertBlock(); in codegen()
697 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
698 BasicBlock *PreheaderBB = Builder->GetInsertBlock(); in codegen()
746 BasicBlock *LoopEndBB = Builder->GetInsertBlock(); in codegen()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp743 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
762 ThenBB = Builder->GetInsertBlock(); in codegen()
774 ElseBB = Builder->GetInsertBlock(); in codegen()
809 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
810 BasicBlock *PreheaderBB = Builder->GetInsertBlock(); in codegen()
858 BasicBlock *LoopEndBB = Builder->GetInsertBlock(); in codegen()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp151 llvm::IRBuilder<> IRB(Builder.GetInsertBlock(), Builder.GetInsertPoint()); in EmitAMDGPUDevicePrintfCallExpr()
154 Builder.SetInsertPoint(IRB.GetInsertBlock(), IRB.GetInsertPoint()); in EmitAMDGPUDevicePrintfCallExpr()
H A DCGCoroutine.cpp433 BasicBlock *SaveInsertBlock = CGF.Builder.GetInsertBlock(); in Emit()
537 const bool CanFallthrough = CGF.Builder.GetInsertBlock(); in emitBodyAndFallthrough()
548 auto *EntryBB = Builder.GetInsertBlock(); in EmitCoroutineBody()
571 auto *AllocOrInvokeContBB = Builder.GetInsertBlock(); in EmitCoroutineBody()
686 const bool CanFallthrough = Builder.GetInsertBlock(); in EmitCoroutineBody()
/netbsd/external/apache2/llvm/dist/llvm/examples/BrainF/
H A DBrainF.cpp92 BasicBlock* BB = builder->GetInsertBlock(); in header()
298 BasicBlock *bb_0 = builder->GetInsertBlock(); in readloop()
440 phi->addIncoming(curhead, builder->GetInsertBlock()); in readloop()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp727 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen()
745 ThenBB = Builder.GetInsertBlock(); in Codegen()
756 ElseBB = Builder.GetInsertBlock(); in Codegen()
789 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen()
870 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen()
H A Dtoy.cpp1007 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen()
1025 ThenBB = Builder.GetInsertBlock(); in Codegen()
1036 ElseBB = Builder.GetInsertBlock(); in Codegen()
1069 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen()
1150 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp745 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen()
763 ThenBB = Builder.GetInsertBlock(); in Codegen()
774 ElseBB = Builder.GetInsertBlock(); in Codegen()
807 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen()
888 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen()
H A Dtoy.cpp1109 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen()
1127 ThenBB = Builder.GetInsertBlock(); in Codegen()
1138 ElseBB = Builder.GetInsertBlock(); in Codegen()
1171 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen()
1252 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen()
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp630 IRB.GetInsertBlock()->getParent()->getParent()->getOrInsertGlobal( in getShadowNonTls()
747 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in instrumentMemAccessInline()
955 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in getStackBaseTag()
1026 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in getHwasanThreadSlotPtr()
1064 Function *F = IRB.GetInsertBlock()->getParent(); in emitPrologue()
1121 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in readRegister()
1334 if (EntryIRB.GetInsertBlock() != &F.getEntryBlock()) { in sanitizeFunction()
1336 for (auto II = EntryIRB.GetInsertBlock()->begin(), in sanitizeFunction()
1337 IE = EntryIRB.GetInsertBlock()->end(); in sanitizeFunction()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
H A Dtoy.cpp1018 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
1037 ThenBB = Builder->GetInsertBlock(); in codegen()
1049 ElseBB = Builder->GetInsertBlock(); in codegen()
1081 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
1167 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
1282 Builder->GetInsertBlock()); in codegen()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp844 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
863 ThenBB = Builder->GetInsertBlock(); in codegen()
875 ElseBB = Builder->GetInsertBlock(); in codegen()
907 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
991 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp844 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
863 ThenBB = Builder->GetInsertBlock(); in codegen()
875 ElseBB = Builder->GetInsertBlock(); in codegen()
907 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
991 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp827 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
846 ThenBB = Builder->GetInsertBlock(); in codegen()
858 ElseBB = Builder->GetInsertBlock(); in codegen()
890 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
974 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp849 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
868 ThenBB = Builder->GetInsertBlock(); in codegen()
880 ElseBB = Builder->GetInsertBlock(); in codegen()
912 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
996 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp844 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
863 ThenBB = Builder->GetInsertBlock(); in codegen()
875 ElseBB = Builder->GetInsertBlock(); in codegen()
907 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
991 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp850 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
869 ThenBB = Builder->GetInsertBlock(); in codegen()
881 ElseBB = Builder->GetInsertBlock(); in codegen()
913 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
997 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp967 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen()
985 ThenBB = Builder.GetInsertBlock(); in Codegen()
996 ElseBB = Builder.GetInsertBlock(); in Codegen()
1029 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen()
1110 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen()
/netbsd/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1187 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen()
1205 ThenBB = Builder.GetInsertBlock(); in Codegen()
1216 ElseBB = Builder.GetInsertBlock(); in Codegen()
1249 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen()
1330 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp290 Module *M = B.GetInsertBlock()->getModule(); in buildReduction()
328 Module *M = B.GetInsertBlock()->getModule(); in buildScan()
385 Module *M = B.GetInsertBlock()->getModule(); in buildShiftRight()
/netbsd/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp127 assert(Mutator.GetInsertBlock()->getParent() == &Fn && in emit()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp87 Module *M = GetInsertBlock()->getParent()->getParent(); in CreateVScale()
347 Module *M = Builder->GetInsertBlock()->getParent()->getParent(); in getReductionIntrinsic()
355 Module *M = GetInsertBlock()->getParent()->getParent(); in CreateFAddReduce()
363 Module *M = GetInsertBlock()->getParent()->getParent(); in CreateFMulReduce()
652 Module *M = Builder->GetInsertBlock()->getParent()->getParent(); in CreateGCStatepointCallCommon()
709 Module *M = Builder->GetInsertBlock()->getParent()->getParent(); in CreateGCStatepointInvokeCommon()

1234