/external/llvm/examples/Kaleidoscope/MCJIT/lazy/ |
D | toy-jit.cpp | 618 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 729 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 792 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 873 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 970 Function *TheFunction = Proto->Codegen(); in Codegen() local
|
D | toy.cpp | 902 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 1009 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1072 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1153 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1257 Function *TheFunction = Proto->Codegen(); in Codegen() local
|
/external/llvm/examples/Kaleidoscope/Chapter7/ |
D | toy.cpp | 703 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 820 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in codegen() local 885 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in codegen() local 969 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in codegen() local 1037 Function *TheFunction = getFunction(P.getName()); in codegen() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/cached/ |
D | toy-jit.cpp | 633 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 747 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 810 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 891 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 988 Function *TheFunction = Proto->Codegen(); in Codegen() local
|
D | toy.cpp | 1004 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 1111 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1174 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1255 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1359 Function *TheFunction = Proto->Codegen(); in Codegen() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/initial/ |
D | toy.cpp | 862 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 969 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1032 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1113 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1217 Function *TheFunction = Proto->Codegen(); in Codegen() local
|
/external/llvm/examples/Kaleidoscope/Chapter8/ |
D | toy.cpp | 885 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 1011 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in codegen() local 1076 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in codegen() local 1162 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in codegen() local 1232 Function *TheFunction = getFunction(P.getName()); in codegen() local
|
/external/llvm/examples/Kaleidoscope/Chapter5/ |
D | toy.cpp | 604 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in codegen() local 672 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in codegen() local 768 Function *TheFunction = getFunction(P.getName()); in codegen() local
|
/external/llvm/examples/Kaleidoscope/MCJIT/complete/ |
D | toy.cpp | 1076 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 1189 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1252 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1333 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in Codegen() local 1437 Function *TheFunction = Proto->Codegen(); in Codegen() local
|
/external/llvm/examples/Kaleidoscope/Orc/initial/ |
D | toy.cpp | 745 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 853 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent(); in IRGen() local 916 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent(); in IRGen() local 996 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent(); in IRGen() local 1097 Function *TheFunction = Proto->IRGen(C); in IRGen() local
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/ |
D | toy.cpp | 745 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 853 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent(); in IRGen() local 916 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent(); in IRGen() local 996 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent(); in IRGen() local 1097 Function *TheFunction = Proto->IRGen(C); in IRGen() local
|
/external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/ |
D | toy.cpp | 745 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 853 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent(); in IRGen() local 916 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent(); in IRGen() local 996 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent(); in IRGen() local 1097 Function *TheFunction = Proto->IRGen(C); in IRGen() local
|
/external/llvm/examples/Kaleidoscope/Orc/fully_lazy/ |
D | toy.cpp | 746 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() 854 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent(); in IRGen() local 917 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent(); in IRGen() local 997 Function *TheFunction = C.getBuilder().GetInsertBlock()->getParent(); in IRGen() local 1098 Function *TheFunction = Proto->IRGen(C); in IRGen() local
|
/external/llvm/examples/Kaleidoscope/Chapter6/ |
D | toy.cpp | 715 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in codegen() local 783 Function *TheFunction = Builder.GetInsertBlock()->getParent(); in codegen() local 879 Function *TheFunction = getFunction(P.getName()); in codegen() local
|
/external/llvm/examples/Kaleidoscope/Chapter3/ |
D | toy.cpp | 467 Function *TheFunction = TheModule->getFunction(Proto->getName()); in codegen() local
|
/external/llvm/examples/Kaleidoscope/Chapter4/ |
D | toy.cpp | 494 Function *TheFunction = getFunction(P.getName()); in codegen() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 1145 static void emitAnalysisDiag(const Function *TheFunction, const Loop *TheLoop, in emitAnalysisDiag() 1350 Function *TheFunction; member in __anon22a0acd40111::LoopVectorizationLegality 1515 const Function *TheFunction; member in __anon22a0acd40111::LoopVectorizationCostModel
|
/external/llvm/lib/Analysis/ |
D | LoopAccessAnalysis.cpp | 73 const Function *TheFunction, in emitAnalysis()
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 573 const Function* TheFunction; member in llvm::SlotTracker
|