Lines Matching refs:RetVT
517 MVT::SimpleValueType RetVT = MVT::isVoid; in collectPatterns() local
518 if (InstPatNode->getNumTypes()) RetVT = InstPatNode->getSimpleType(0); in collectPatterns()
519 MVT::SimpleValueType VT = RetVT; in collectPatterns()
590 std::make_tuple(Operands, OpcodeName, VT, RetVT, PredicateCheck)); in collectPatterns()
598 SimplePatterns[Operands][OpcodeName][VT][RetVT].emplace(complexity, in collectPatterns()
708 MVT::SimpleValueType RetVT = RI.first; in printFunctionDefinitions() local
713 << getLegalCName(std::string(getName(RetVT))) << "_"; in printFunctionDefinitions()
719 emitInstructionCode(OS, Operands, PM, std::string(getName(RetVT))); in printFunctionDefinitions()
732 MVT::SimpleValueType RetVT = RI.first; in printFunctionDefinitions() local
733 OS << " case " << getName(RetVT) << ": return fastEmit_" in printFunctionDefinitions()
736 << getLegalCName(std::string(getName(RetVT))) << "_"; in printFunctionDefinitions()