Home | History | Annotate | Download | only in lazy_codegen

Lines Matching refs:MakeLegalFunctionName

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);