Searched refs:RetVTs (Results 1 – 5 of 5) sorted by relevance
445 for (unsigned i = 0, e = Int.IS.RetVTs.size(); i != e; ++i) in ComputeFixedEncoding()453 if (Int.IS.RetVTs.empty()) in ComputeFixedEncoding()455 else if (Int.IS.RetVTs.size() == 1 && in ComputeFixedEncoding()456 Int.IS.RetVTs[0] == MVT::isVoid) in ComputeFixedEncoding()459 switch (Int.IS.RetVTs.size()) { in ComputeFixedEncoding()471 for (unsigned i = 0, e = Int.IS.RetVTs.size(); i != e; ++i) in ComputeFixedEncoding()
44 std::vector<MVT::SimpleValueType> RetVTs; member
704 IS.RetVTs.push_back(VT); in CodeGenIntrinsic()
1776 return CDP.getIntrinsic(Operator).IS.RetVTs.size(); in GetNumNodeResults()2413 unsigned NumRetVTs = Int->IS.RetVTs.size(); in ApplyTypeConstraints()2417 MadeChange |= UpdateNodeType(i, Int->IS.RetVTs[i], TP); in ApplyTypeConstraints()2861 if (Int.IS.RetVTs.empty()) in ParseTreePattern()
2336 SDVTList RetVTs = CurDAG->getVTList(MVT::Other, MVT::Glue); in tryStoreParam() local2338 CurDAG->getMachineNode(Opcode.getValue(), DL, RetVTs, Ops); in tryStoreParam()