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

  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 618 std::string MakeLegalFunctionName(std::string Name)
890 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
935 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)
930 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
975 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op));
    [all...]
toy-jit.cpp 644 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)
1032 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
1077 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("binary")+Op));
    [all...]
toy-jit.cpp 659 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 665 std::string MakeLegalFunctionName(std::string Name)
    [all...]

Completed in 148 milliseconds