Home
last modified time | relevance | path

Searched defs:TheFunction (Results 1 – 21 of 21) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineModuleSlotTracker.h23 const Function &TheFunction; variable
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter4/
H A Dtoy.cpp712 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 Dtoy.cpp735 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 Dtoy-jit.cpp619 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 Dtoy.cpp903 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 Dtoy.cpp729 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 Dtoy.cpp729 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 Dtoy.cpp729 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 Dtoy.cpp733 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 Dtoy-jit.cpp634 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 Dtoy.cpp1005 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 Dtoy.cpp863 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 Dtoy.cpp894 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 Dtoy.cpp1077 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 Dtoy.cpp631 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 Dtoy.cpp743 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 Dtoy.cpp485 Function *TheFunction = TheModule->getFunction(Proto->getName()); in codegen() local
/openbsd-src/gnu/llvm/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp517 Function *TheFunction = getFunction(P.getName()); in codegen() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DAsmWriter.cpp684 const Function* TheFunction = nullptr; member in llvm::SlotTracker
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp1848 const Function *TheFunction; member in llvm::LoopVectorizationCostModel
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3920 const Function &TheFunction; member in __anonf3be598c0511::VarArgsLoweringHelper