/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachineModuleSlotTracker.h | 23 const Function &TheFunction; variable
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/ |
H A D | toy.cpp | 712 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 827 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 890 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 974 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 1049 Function *TheFunction = getFunction(P.getName()); in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter7/ |
H A D | toy.cpp | 735 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 850 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 913 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 997 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 1064 Function *TheFunction = getFunction(P.getName()); in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
H A D | toy-jit.cpp | 619 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 727 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 789 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 870 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 966 Function *TheFunction = Proto->Codegen(); in Codegen() local
|
H A D | toy.cpp | 903 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 1007 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1069 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1150 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1253 Function *TheFunction = Proto->Codegen(); in Codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/ |
H A D | toy.cpp | 729 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 844 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 907 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 991 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 1058 Function *TheFunction = getFunction(P.getName()); in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/ |
H A D | toy.cpp | 729 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 844 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 907 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 991 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 1058 Function *TheFunction = getFunction(P.getName()); in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/ |
H A D | toy.cpp | 729 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 844 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 907 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 991 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 1058 Function *TheFunction = getFunction(P.getName()); in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter8/ |
H A D | toy.cpp | 733 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 848 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 911 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 995 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 1062 Function *TheFunction = getFunction(P.getName()); in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/ |
H A D | toy-jit.cpp | 634 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 745 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 807 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 888 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 984 Function *TheFunction = Proto->Codegen(); in Codegen() local
|
H A D | toy.cpp | 1005 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 1109 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1171 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1252 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1355 Function *TheFunction = Proto->Codegen(); in Codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/ |
H A D | toy.cpp | 863 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 967 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1029 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1110 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1213 Function *TheFunction = Proto->Codegen(); in Codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter9/ |
H A D | toy.cpp | 894 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 1018 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 1081 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 1167 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 1236 Function *TheFunction = getFunction(P.getName()); in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/MCJIT/complete/ |
H A D | toy.cpp | 1077 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 1187 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1249 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1330 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1433 Function *TheFunction = Proto->Codegen(); in Codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter5/ |
H A D | toy.cpp | 631 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 697 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 791 Function *TheFunction = getFunction(P.getName()); in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter6/ |
H A D | toy.cpp | 743 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 809 Function *TheFunction = Builder->GetInsertBlock()->getParent(); in codegen() local 903 Function *TheFunction = getFunction(P.getName()); in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter3/ |
H A D | toy.cpp | 485 Function *TheFunction = TheModule->getFunction(Proto->getName()); in codegen() local
|
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter4/ |
H A D | toy.cpp | 517 Function *TheFunction = getFunction(P.getName()); in codegen() local
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 684 const Function* TheFunction = nullptr; member in llvm::SlotTracker
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 1848 const Function *TheFunction; member in llvm::LoopVectorizationCostModel
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 3920 const Function &TheFunction; member in __anonf3be598c0511::VarArgsLoweringHelper
|