Lines Matching defs:RetVT
195 unsigned emitLogicalOp(unsigned ISDOpc, MVT RetVT, const Value *LHS,
240 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes);
289 unsigned MipsFastISel::emitLogicalOp(unsigned ISDOpc, MVT RetVT,
1282 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT,
1286 if (RetVT != MVT::isVoid) {
1300 if (RetVT == MVT::i1 || RetVT == MVT::i8 || RetVT == MVT::i16)
1518 MVT RetVT;
1520 RetVT = MVT::isVoid;
1521 else if (!isTypeSupported(CLI.RetTy, RetVT))
1589 return finishCall(CLI, RetVT, NumBytes);
1966 MVT RetVT;
1968 if (!isTypeSupported(I->getType(), RetVT))