Lines Matching refs:RetVT
140 unsigned emitLogicalOp(unsigned ISDOpc, MVT RetVT, const Value *LHS,
184 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes);
232 unsigned MipsFastISel::emitLogicalOp(unsigned ISDOpc, MVT RetVT, in emitLogicalOp() argument
1207 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT, in finishCall() argument
1211 if (RetVT != MVT::isVoid) { in finishCall()
1214 CCInfo.AnalyzeCallResult(RetVT, RetCC_Mips); in finishCall()
1222 if (RetVT == MVT::i1 || RetVT == MVT::i8 || RetVT == MVT::i16) in finishCall()
1262 MVT RetVT; in fastLowerCall() local
1264 RetVT = MVT::isVoid; in fastLowerCall()
1265 else if (!isTypeSupported(CLI.RetTy, RetVT)) in fastLowerCall()
1323 return finishCall(CLI, RetVT, NumBytes); in fastLowerCall()
1693 MVT RetVT; in selectShift() local
1695 if (!isTypeSupported(I->getType(), RetVT)) in selectShift()