HomeSort by: relevance | last modified time | path
    Searched refs:GetInsertBlock (Results 1 - 25 of 78) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGGPUBuiltin.cpp 151 llvm::IRBuilder<> IRB(Builder.GetInsertBlock(), Builder.GetInsertPoint());
154 Builder.SetInsertPoint(IRB.GetInsertBlock(), IRB.GetInsertPoint());
CGCoroutine.cpp 433 BasicBlock *SaveInsertBlock = CGF.Builder.GetInsertBlock();
537 const bool CanFallthrough = CGF.Builder.GetInsertBlock();
548 auto *EntryBB = Builder.GetInsertBlock();
571 auto *AllocOrInvokeContBB = Builder.GetInsertBlock();
686 const bool CanFallthrough = Builder.GetInsertBlock();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
AMDGPUEmitPrintf.cpp 64 auto M = Builder.GetInsertBlock()->getModule();
75 auto M = Builder.GetInsertBlock()->getModule();
96 auto *Prev = Builder.GetInsertBlock();
167 auto M = Builder.GetInsertBlock()->getModule();
BuildLibCalls.cpp 1227 Module *M = B.GetInsertBlock()->getModule();
1241 LLVMContext &Context = B.GetInsertBlock()->getContext();
1262 LLVMContext &Context = B.GetInsertBlock()->getContext();
1303 Module *M = B.GetInsertBlock()->getModule();
1307 LLVMContext &Context = B.GetInsertBlock()->getContext();
1323 LLVMContext &Context = B.GetInsertBlock()->getContext();
1332 LLVMContext &Context = B.GetInsertBlock()->getContext();
1341 LLVMContext &Context = B.GetInsertBlock()->getContext();
1350 LLVMContext &Context = B.GetInsertBlock()->getContext();
1448 Module *M = B.GetInsertBlock()->getModule()
    [all...]
SanitizerStats.cpp 43 Function *F = B.GetInsertBlock()->getParent();
  /src/external/apache2/llvm/dist/llvm/examples/BrainF/
BrainF.cpp 92 BasicBlock* BB = builder->GetInsertBlock();
298 BasicBlock *bb_0 = builder->GetInsertBlock();
440 phi->addIncoming(curhead, builder->GetInsertBlock());
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/
Speculation.cpp 127 assert(Mutator.GetInsertBlock()->getParent() == &Fn &&
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 631 Function *TheFunction = Builder->GetInsertBlock()->getParent();
650 ThenBB = Builder->GetInsertBlock();
662 ElseBB = Builder->GetInsertBlock();
697 Function *TheFunction = Builder->GetInsertBlock()->getParent();
698 BasicBlock *PreheaderBB = Builder->GetInsertBlock();
746 BasicBlock *LoopEndBB = Builder->GetInsertBlock();
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 743 Function *TheFunction = Builder->GetInsertBlock()->getParent();
762 ThenBB = Builder->GetInsertBlock();
774 ElseBB = Builder->GetInsertBlock();
809 Function *TheFunction = Builder->GetInsertBlock()->getParent();
810 BasicBlock *PreheaderBB = Builder->GetInsertBlock();
858 BasicBlock *LoopEndBB = Builder->GetInsertBlock();
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
HWAddressSanitizer.cpp 630 IRB.GetInsertBlock()->getParent()->getParent()->getOrInsertGlobal(
747 Module *M = IRB.GetInsertBlock()->getParent()->getParent();
955 Module *M = IRB.GetInsertBlock()->getParent()->getParent();
1026 Module *M = IRB.GetInsertBlock()->getParent()->getParent();
1064 Function *F = IRB.GetInsertBlock()->getParent();
1121 Module *M = IRB.GetInsertBlock()->getParent()->getParent();
1334 if (EntryIRB.GetInsertBlock() != &F.getEntryBlock()) {
1336 for (auto II = EntryIRB.GetInsertBlock()->begin(),
1337 IE = EntryIRB.GetInsertBlock()->end();
BoundsChecking.cpp 186 Function *Fn = IRB.GetInsertBlock()->getParent();
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
toy.cpp 844 Function *TheFunction = Builder->GetInsertBlock()->getParent();
863 ThenBB = Builder->GetInsertBlock();
875 ElseBB = Builder->GetInsertBlock();
907 Function *TheFunction = Builder->GetInsertBlock()->getParent();
991 Function *TheFunction = Builder->GetInsertBlock()->getParent();
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
toy.cpp 844 Function *TheFunction = Builder->GetInsertBlock()->getParent();
863 ThenBB = Builder->GetInsertBlock();
875 ElseBB = Builder->GetInsertBlock();
907 Function *TheFunction = Builder->GetInsertBlock()->getParent();
991 Function *TheFunction = Builder->GetInsertBlock()->getParent();
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
toy.cpp 844 Function *TheFunction = Builder->GetInsertBlock()->getParent();
863 ThenBB = Builder->GetInsertBlock();
875 ElseBB = Builder->GetInsertBlock();
907 Function *TheFunction = Builder->GetInsertBlock()->getParent();
991 Function *TheFunction = Builder->GetInsertBlock()->getParent();
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
toy.cpp 827 Function *TheFunction = Builder->GetInsertBlock()->getParent();
846 ThenBB = Builder->GetInsertBlock();
858 ElseBB = Builder->GetInsertBlock();
890 Function *TheFunction = Builder->GetInsertBlock()->getParent();
974 Function *TheFunction = Builder->GetInsertBlock()->getParent();
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 850 Function *TheFunction = Builder->GetInsertBlock()->getParent();
869 ThenBB = Builder->GetInsertBlock();
881 ElseBB = Builder->GetInsertBlock();
913 Function *TheFunction = Builder->GetInsertBlock()->getParent();
997 Function *TheFunction = Builder->GetInsertBlock()->getParent();
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
toy.cpp 849 Function *TheFunction = Builder->GetInsertBlock()->getParent();
868 ThenBB = Builder->GetInsertBlock();
880 ElseBB = Builder->GetInsertBlock();
912 Function *TheFunction = Builder->GetInsertBlock()->getParent();
996 Function *TheFunction = Builder->GetInsertBlock()->getParent();
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 745 Function *TheFunction = Builder.GetInsertBlock()->getParent();
763 ThenBB = Builder.GetInsertBlock();
774 ElseBB = Builder.GetInsertBlock();
807 Function *TheFunction = Builder.GetInsertBlock()->getParent();
888 Function *TheFunction = Builder.GetInsertBlock()->getParent();
toy.cpp 1109 Function *TheFunction = Builder.GetInsertBlock()->getParent();
1127 ThenBB = Builder.GetInsertBlock();
1138 ElseBB = Builder.GetInsertBlock();
1171 Function *TheFunction = Builder.GetInsertBlock()->getParent();
1252 Function *TheFunction = Builder.GetInsertBlock()->getParent();
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 967 Function *TheFunction = Builder.GetInsertBlock()->getParent();
985 ThenBB = Builder.GetInsertBlock();
996 ElseBB = Builder.GetInsertBlock();
1029 Function *TheFunction = Builder.GetInsertBlock()->getParent();
1110 Function *TheFunction = Builder.GetInsertBlock()->getParent();
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 727 Function *TheFunction = Builder.GetInsertBlock()->getParent();
745 ThenBB = Builder.GetInsertBlock();
756 ElseBB = Builder.GetInsertBlock();
789 Function *TheFunction = Builder.GetInsertBlock()->getParent();
870 Function *TheFunction = Builder.GetInsertBlock()->getParent();
toy.cpp 1007 Function *TheFunction = Builder.GetInsertBlock()->getParent();
1025 ThenBB = Builder.GetInsertBlock();
1036 ElseBB = Builder.GetInsertBlock();
1069 Function *TheFunction = Builder.GetInsertBlock()->getParent();
1150 Function *TheFunction = Builder.GetInsertBlock()->getParent();
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter9/
toy.cpp 1018 Function *TheFunction = Builder->GetInsertBlock()->getParent();
1037 ThenBB = Builder->GetInsertBlock();
1049 ElseBB = Builder->GetInsertBlock();
1081 Function *TheFunction = Builder->GetInsertBlock()->getParent();
1167 Function *TheFunction = Builder->GetInsertBlock()->getParent();
1282 Builder->GetInsertBlock());
  /src/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 1187 Function *TheFunction = Builder.GetInsertBlock()->getParent();
1205 ThenBB = Builder.GetInsertBlock();
1216 ElseBB = Builder.GetInsertBlock();
1249 Function *TheFunction = Builder.GetInsertBlock()->getParent();
1330 Function *TheFunction = Builder.GetInsertBlock()->getParent();
  /src/external/apache2/llvm/dist/llvm/lib/IR/
IRBuilder.cpp 87 Module *M = GetInsertBlock()->getParent()->getParent();
347 Module *M = Builder->GetInsertBlock()->getParent()->getParent();
355 Module *M = GetInsertBlock()->getParent()->getParent();
363 Module *M = GetInsertBlock()->getParent()->getParent();
652 Module *M = Builder->GetInsertBlock()->getParent()->getParent();
709 Module *M = Builder->GetInsertBlock()->getParent()->getParent();

Completed in 105 milliseconds

1 2 3 4