Home
last modified time | relevance | path

Searched refs:TheFunction (Results 1 – 25 of 500) sorted by relevance

12345678910>>...20

/dports/misc/mnn/MNN-1.2.0/codegen/cpu/llvm/
H A DLLVMTargetCodeGen.cpp46 static AllocaInst *CreateEntryBlockAlloca(Function *TheFunction, in CreateEntryBlockAlloca() argument
48 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
49 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
291 TheFunction->getBasicBlockList().push_back(ElseBB); in codegen()
304 TheFunction->getBasicBlockList().push_back(MergeBB); in codegen()
500 Function *TheFunction = getFunction(target, P.getName()); in codegen() local
501 if (!TheFunction) { in codegen()
512 for (auto &Arg : TheFunction->args()) { in codegen()
527 verifyFunction(*TheFunction); in codegen()
529 return TheFunction; in codegen()
[all …]
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/SPIRV/libSPIRV/
H A DSPIRVFunction.h180 SPIRVFunction* TheFunction, SPIRVModule* M)
182 TheFunction(TheFunction->getId()) {
186 : SPIRVValue(OC), TheFunction(SPIRVID_INVALID) {}
187 SPIRVFunction* getFunction() const { return get<SPIRVFunction>(TheFunction); }
188 _SPIRV_DEF_DEC3_OVERRIDE(Type, Id, TheFunction)
195 SPIRVId TheFunction;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp636 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
637 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
766 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
777 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
984 Function *TheFunction = Proto->Codegen(); in Codegen() local
985 if (TheFunction == 0) in Codegen()
997 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
1004 verifyFunction(*TheFunction); in Codegen()
1007 TheFPM->run(*TheFunction); in Codegen()
1009 return TheFunction; in Codegen()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp621 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
622 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
748 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
759 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
966 Function *TheFunction = Proto->Codegen(); in Codegen() local
967 if (TheFunction == 0) in Codegen()
979 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
986 verifyFunction(*TheFunction); in Codegen()
989 TheFPM->run(*TheFunction); in Codegen()
991 return TheFunction; in Codegen()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp621 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
622 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
748 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
759 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
966 Function *TheFunction = Proto->Codegen(); in Codegen() local
967 if (TheFunction == 0) in Codegen()
979 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
986 verifyFunction(*TheFunction); in Codegen()
989 TheFPM->run(*TheFunction); in Codegen()
991 return TheFunction; in Codegen()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp636 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
637 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
766 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
777 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
984 Function *TheFunction = Proto->Codegen(); in Codegen() local
985 if (TheFunction == 0) in Codegen()
997 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
1004 verifyFunction(*TheFunction); in Codegen()
1007 TheFPM->run(*TheFunction); in Codegen()
1009 return TheFunction; in Codegen()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp636 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
637 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
766 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
777 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
984 Function *TheFunction = Proto->Codegen(); in Codegen() local
985 if (TheFunction == 0) in Codegen()
997 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
1004 verifyFunction(*TheFunction); in Codegen()
1007 TheFPM->run(*TheFunction); in Codegen()
1009 return TheFunction; in Codegen()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp621 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
622 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
748 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
759 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
966 Function *TheFunction = Proto->Codegen(); in Codegen() local
967 if (TheFunction == 0) in Codegen()
979 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
986 verifyFunction(*TheFunction); in Codegen()
989 TheFPM->run(*TheFunction); in Codegen()
991 return TheFunction; in Codegen()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp636 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
637 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
766 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
777 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
984 Function *TheFunction = Proto->Codegen(); in Codegen() local
985 if (TheFunction == 0) in Codegen()
997 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
1004 verifyFunction(*TheFunction); in Codegen()
1007 TheFPM->run(*TheFunction); in Codegen()
1009 return TheFunction; in Codegen()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp621 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
622 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
748 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
759 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
966 Function *TheFunction = Proto->Codegen(); in Codegen() local
967 if (TheFunction == 0) in Codegen()
979 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
986 verifyFunction(*TheFunction); in Codegen()
989 TheFPM->run(*TheFunction); in Codegen()
991 return TheFunction; in Codegen()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp636 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
637 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
766 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
777 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
984 Function *TheFunction = Proto->Codegen(); in Codegen() local
985 if (TheFunction == 0) in Codegen()
997 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
1004 verifyFunction(*TheFunction); in Codegen()
1007 TheFPM->run(*TheFunction); in Codegen()
1009 return TheFunction; in Codegen()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp621 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
622 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
748 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
759 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
966 Function *TheFunction = Proto->Codegen(); in Codegen() local
967 if (TheFunction == 0) in Codegen()
979 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
986 verifyFunction(*TheFunction); in Codegen()
989 TheFPM->run(*TheFunction); in Codegen()
991 return TheFunction; in Codegen()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp636 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
637 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
766 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
777 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
984 Function *TheFunction = Proto->Codegen(); in Codegen() local
985 if (TheFunction == 0) in Codegen()
997 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
1004 verifyFunction(*TheFunction); in Codegen()
1007 TheFPM->run(*TheFunction); in Codegen()
1009 return TheFunction; in Codegen()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp621 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
622 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
748 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
759 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
966 Function *TheFunction = Proto->Codegen(); in Codegen() local
967 if (TheFunction == 0) in Codegen()
979 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
986 verifyFunction(*TheFunction); in Codegen()
989 TheFPM->run(*TheFunction); in Codegen()
991 return TheFunction; in Codegen()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp636 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
637 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
766 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
777 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
984 Function *TheFunction = Proto->Codegen(); in Codegen() local
985 if (TheFunction == 0) in Codegen()
997 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
1004 verifyFunction(*TheFunction); in Codegen()
1007 TheFPM->run(*TheFunction); in Codegen()
1009 return TheFunction; in Codegen()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp621 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
622 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
748 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
759 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
966 Function *TheFunction = Proto->Codegen(); in Codegen() local
967 if (TheFunction == 0) in Codegen()
979 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
986 verifyFunction(*TheFunction); in Codegen()
989 TheFPM->run(*TheFunction); in Codegen()
991 return TheFunction; in Codegen()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp621 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
622 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
748 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
759 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
966 Function *TheFunction = Proto->Codegen(); in Codegen() local
967 if (TheFunction == 0) in Codegen()
979 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
986 verifyFunction(*TheFunction); in Codegen()
989 TheFPM->run(*TheFunction); in Codegen()
991 return TheFunction; in Codegen()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp636 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
637 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
766 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
777 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
984 Function *TheFunction = Proto->Codegen(); in Codegen() local
985 if (TheFunction == 0) in Codegen()
997 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
1004 verifyFunction(*TheFunction); in Codegen()
1007 TheFPM->run(*TheFunction); in Codegen()
1009 return TheFunction; in Codegen()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp636 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
637 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
766 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
777 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
984 Function *TheFunction = Proto->Codegen(); in Codegen() local
985 if (TheFunction == 0) in Codegen()
997 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
1004 verifyFunction(*TheFunction); in Codegen()
1007 TheFPM->run(*TheFunction); in Codegen()
1009 return TheFunction; in Codegen()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp621 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
622 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
748 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
759 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
966 Function *TheFunction = Proto->Codegen(); in Codegen() local
967 if (TheFunction == 0) in Codegen()
979 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
986 verifyFunction(*TheFunction); in Codegen()
989 TheFPM->run(*TheFunction); in Codegen()
991 return TheFunction; in Codegen()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp636 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
637 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
766 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
777 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
984 Function *TheFunction = Proto->Codegen(); in Codegen() local
985 if (TheFunction == 0) in Codegen()
997 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
1004 verifyFunction(*TheFunction); in Codegen()
1007 TheFPM->run(*TheFunction); in Codegen()
1009 return TheFunction; in Codegen()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp621 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
622 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
748 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
759 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
966 Function *TheFunction = Proto->Codegen(); in Codegen() local
967 if (TheFunction == 0) in Codegen()
979 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
986 verifyFunction(*TheFunction); in Codegen()
989 TheFPM->run(*TheFunction); in Codegen()
991 return TheFunction; in Codegen()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp636 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
637 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
766 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
777 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
984 Function *TheFunction = Proto->Codegen(); in Codegen() local
985 if (TheFunction == 0) in Codegen()
997 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
1004 verifyFunction(*TheFunction); in Codegen()
1007 TheFPM->run(*TheFunction); in Codegen()
1009 return TheFunction; in Codegen()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp621 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
622 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
748 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
759 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
966 Function *TheFunction = Proto->Codegen(); in Codegen() local
967 if (TheFunction == 0) in Codegen()
979 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
986 verifyFunction(*TheFunction); in Codegen()
989 TheFPM->run(*TheFunction); in Codegen()
991 return TheFunction; in Codegen()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp621 IRBuilder<> TmpB(&TheFunction->getEntryBlock(), in CreateEntryBlockAlloca()
622 TheFunction->getEntryBlock().begin()); in CreateEntryBlockAlloca()
748 TheFunction->getBasicBlockList().push_back(ElseBB); in Codegen()
759 TheFunction->getBasicBlockList().push_back(MergeBB); in Codegen()
966 Function *TheFunction = Proto->Codegen(); in Codegen() local
967 if (TheFunction == 0) in Codegen()
979 Proto->CreateArgumentAllocas(TheFunction); in Codegen()
986 verifyFunction(*TheFunction); in Codegen()
989 TheFPM->run(*TheFunction); in Codegen()
991 return TheFunction; in Codegen()
[all …]

12345678910>>...20