Home | History | Annotate | Download | only in Mips

Lines Matching defs:RetVT

153   unsigned emitLogicalOp(unsigned ISDOpc, MVT RetVT, const Value *LHS,
197 bool finishCall(CallLoweringInfo &CLI, MVT RetVT, unsigned NumBytes);
246 unsigned MipsFastISel::emitLogicalOp(unsigned ISDOpc, MVT RetVT,
1220 bool MipsFastISel::finishCall(CallLoweringInfo &CLI, MVT RetVT,
1224 if (RetVT != MVT::isVoid) {
1227 CCInfo.AnalyzeCallResult(RetVT, RetCC_Mips);
1235 if (RetVT == MVT::i1 || RetVT == MVT::i8 || RetVT == MVT::i16)
1275 MVT RetVT;
1277 RetVT = MVT::isVoid;
1278 else if (!isTypeSupported(CLI.RetTy, RetVT))
1336 return finishCall(CLI, RetVT, NumBytes);
1706 MVT RetVT;
1708 if (!isTypeSupported(I->getType(), RetVT))