HomeSort by relevance Sort by last modified time
    Searched refs:MakeLegalFunctionName (Results 1 - 10 of 10) sorted by null

  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 618 std::string MakeLegalFunctionName(std::string Name)
889 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
934 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op));
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy.cpp 620 std::string MakeLegalFunctionName(std::string Name)
929 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
974 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op));
    [all...]
toy-jit.cpp 643 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 641 std::string MakeLegalFunctionName(std::string Name)
1031 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
1076 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op));
    [all...]
toy-jit.cpp 658 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 660 std::string MakeLegalFunctionName(std::string Name)
1102 MakeLegalFunctionName(std::string("unary") + Opcode));
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/fully_lazy/
toy.cpp 658 std::string MakeLegalFunctionName(std::string Name)
771 std::string FnName = MakeLegalFunctionName(std::string("unary")+Opcode);
817 std::string FnName = MakeLegalFunctionName(std::string("binary")+Op);
1040 std::string FnName = MakeLegalFunctionName(Name);
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/initial/
toy.cpp 657 std::string MakeLegalFunctionName(std::string Name)
770 std::string FnName = MakeLegalFunctionName(std::string("unary")+Opcode);
816 std::string FnName = MakeLegalFunctionName(std::string("binary")+Op);
1039 std::string FnName = MakeLegalFunctionName(Name);
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_codegen/
toy.cpp 657 std::string MakeLegalFunctionName(std::string Name)
770 std::string FnName = MakeLegalFunctionName(std::string("unary")+Opcode);
816 std::string FnName = MakeLegalFunctionName(std::string("binary")+Op);
1039 std::string FnName = MakeLegalFunctionName(Name);
    [all...]
  /external/llvm/examples/Kaleidoscope/Orc/lazy_irgen/
toy.cpp 657 std::string MakeLegalFunctionName(std::string Name)
770 std::string FnName = MakeLegalFunctionName(std::string("unary")+Opcode);
816 std::string FnName = MakeLegalFunctionName(std::string("binary")+Op);
1039 std::string FnName = MakeLegalFunctionName(Name);
    [all...]

Completed in 3196 milliseconds