Home
last modified time | relevance | path

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

1234

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp51 auto M = Builder.GetInsertBlock()->getModule(); in callPrintfBegin()
62 auto M = Builder.GetInsertBlock()->getModule(); in callAppendArgs()
83 auto *Prev = Builder.GetInsertBlock(); in getStrlenWithNull()
154 auto M = Builder.GetInsertBlock()->getModule(); in callAppendStringN()
H A DBuildLibCalls.cpp1434 const Module *M = B.GetInsertBlock()->getModule(); in getSizeTTy()
1443 Module *M = B.GetInsertBlock()->getModule(); in emitLibCall()
1522 Module *M = B.GetInsertBlock()->getModule(); in emitMemCpyChk()
1702 Module *M = B.GetInsertBlock()->getModule(); in emitUnaryFloatFnCallHelper()
1736 Module *M = B.GetInsertBlock()->getModule(); in emitUnaryFloatFnCall()
1751 Module *M = B.GetInsertBlock()->getModule(); in emitBinaryFloatFnCallHelper()
1790 Module *M = B.GetInsertBlock()->getModule(); in emitBinaryFloatFnCall()
1802 Module *M = B.GetInsertBlock()->getModule(); in emitPutChar()
1821 Module *M = B.GetInsertBlock()->getModule(); in emitPutS()
1839 Module *M = B.GetInsertBlock()->getModule(); in emitFPutC()
[all …]
H A DSanitizerStats.cpp42 Function *F = B.GetInsertBlock()->getParent(); in create()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/examples/BrainF/
H A DBrainF.cpp92 BasicBlock* BB = builder->GetInsertBlock(); in header()
296 BasicBlock *bb_0 = builder->GetInsertBlock(); in readloop()
437 phi->addIncoming(curhead, builder->GetInsertBlock()); in readloop()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGCoroutine.cpp433 BasicBlock *SaveInsertBlock = CGF.Builder.GetInsertBlock(); in Emit()
471 const bool CanFallthrough = CGF.Builder.GetInsertBlock(); in emitBodyAndFallthrough()
482 auto *EntryBB = Builder.GetInsertBlock(); in EmitCoroutineBody()
505 auto *AllocOrInvokeContBB = Builder.GetInsertBlock(); in EmitCoroutineBody()
632 const bool CanFallthrough = Builder.GetInsertBlock(); in EmitCoroutineBody()
H A DCGGPUBuiltin.cpp203 llvm::IRBuilder<> IRB(Builder.GetInsertBlock(), Builder.GetInsertPoint()); in EmitAMDGPUDevicePrintfCallExpr()
206 Builder.SetInsertPoint(IRB.GetInsertBlock(), IRB.GetInsertPoint()); in EmitAMDGPUDevicePrintfCallExpr()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp848 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
867 ThenBB = Builder->GetInsertBlock(); in codegen()
879 ElseBB = Builder->GetInsertBlock(); in codegen()
911 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
995 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVectorBuilder.cpp31 return *Builder.GetInsertBlock()->getModule(); in getModule()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DHWAddressSanitizer.cpp707 IRB.GetInsertBlock()->getParent()->getParent()->getOrInsertGlobal( in getShadowNonTls()
833 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in instrumentMemAccessOutline()
1131 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in getHwasanThreadSlotPtr()
1152 return IRB.CreatePtrToInt(IRB.GetInsertBlock()->getParent(), IntptrTy); in getPC()
1159 Function *F = IRB.GetInsertBlock()->getParent(); in getSP()
1270 Module *M = IRB.GetInsertBlock()->getParent()->getParent(); in readRegister()
1477 if (EntryIRB.GetInsertBlock() != &F.getEntryBlock()) { in sanitizeFunction()
1480 llvm::make_early_inc_range(*EntryIRB.GetInsertBlock())) { in sanitizeFunction()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanRecipes.cpp143 State.Builder.GetInsertBlock()); in fixPhi()
314 Builder.CreateCondBr(Cond, Builder.GetInsertBlock(), nullptr); in generateInstruction()
320 Builder.GetInsertBlock()->getTerminator()->eraseFromParent(); in generateInstruction()
341 BranchInst *CondBr = Builder.CreateCondBr(Cond, Builder.GetInsertBlock(), in generateInstruction()
344 Builder.GetInsertBlock()->getTerminator()->eraseFromParent(); in generateInstruction()
474 Module *M = State.Builder.GetInsertBlock()->getModule(); in execute()
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DSpeculation.cpp127 assert(Mutator.GetInsertBlock()->getParent() == &Fn && in emit()

1234