Home
last modified time | relevance | path

Searched refs:MakeLegalFunctionName (Results 1 – 25 of 96) sorted by relevance

1234

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp618 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
889 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
933 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1159 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp620 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
929 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
973 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1199 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp618 std::string MakeLegalFunctionName(std::string Name)
889 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
933 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in compileModule()
1159 std::string FnName = MakeLegalFunctionName(Name);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp620 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
929 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
973 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1199 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp620 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
929 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
973 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1199 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp618 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
889 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
933 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1159 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/devel/llvm10/llvm-10.0.1.src/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp618 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
889 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
933 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1159 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/devel/llvm10/llvm-10.0.1.src/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp620 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
929 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
973 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1199 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp618 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
889 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
933 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1159 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp620 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
929 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
973 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1199 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp618 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
889 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
933 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1159 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp620 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
929 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
973 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1199 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/devel/llvm11/llvm-11.0.1.src/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp618 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
889 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
933 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1159 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/devel/llvm11/llvm-11.0.1.src/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp620 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
929 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
973 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1199 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp618 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
889 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
933 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1159 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp620 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
929 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
973 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1199 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp620 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
929 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
973 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1199 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp618 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
889 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
933 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1159 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp620 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
929 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
973 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1199 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp618 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
889 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
933 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1159 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp620 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
929 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
973 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1199 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp618 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
889 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
933 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1159 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp618 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
889 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
933 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1159 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy.cpp620 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
929 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
973 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1199 std::string FnName = MakeLegalFunctionName(Name); in Codegen()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp618 std::string MakeLegalFunctionName(std::string Name) in MakeLegalFunctionName() function
889 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode)); in Codegen()
933 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op)); in Codegen()
1159 std::string FnName = MakeLegalFunctionName(Name); in Codegen()

1234