Lines Matching refs:RetVT
529 MVT::SimpleValueType RetVT = MVT::isVoid; in collectPatterns() local
531 RetVT = InstPatNode.getSimpleType(0); in collectPatterns()
532 MVT::SimpleValueType VT = RetVT; in collectPatterns()
598 std::tuple(Operands, OpcodeName, VT, RetVT, PredicateCheck)); in collectPatterns()
606 SimplePatterns[Operands][OpcodeName][VT][RetVT].emplace(complexity, in collectPatterns()
716 MVT::SimpleValueType RetVT = RI.first; in printFunctionDefinitions() local
721 << getLegalCName(std::string(getName(RetVT))) << "_"; in printFunctionDefinitions()
727 emitInstructionCode(OS, Operands, PM, std::string(getName(RetVT))); in printFunctionDefinitions()
740 MVT::SimpleValueType RetVT = RI.first; in printFunctionDefinitions() local
741 OS << " case " << getName(RetVT) << ": return fastEmit_" in printFunctionDefinitions()
744 << getLegalCName(std::string(getName(RetVT))) << "_"; in printFunctionDefinitions()