Lines Matching refs:RetVT
143 TargetLowering::makeLibCall(SelectionDAG &DAG, RTLIB::Libcall LC, EVT RetVT, in makeLibCall() argument
175 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in makeLibCall()
177 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, CallOptions.IsSExt); in makeLibCall()
401 EVT RetVT = getCmpLibcallReturnType(); in softenSetCCOperands() local
406 CallOptions.setTypeListBeforeSoften(OpsVT, RetVT, true); in softenSetCCOperands()
407 auto Call = makeLibCall(DAG, LC1, RetVT, Ops, CallOptions, dl, Chain); in softenSetCCOperands()
409 NewRHS = DAG.getConstant(0, dl, RetVT); in softenSetCCOperands()
413 assert(RetVT.isInteger()); in softenSetCCOperands()
414 CCCode = getSetCCInverse(CCCode, RetVT); in softenSetCCOperands()
422 getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), RetVT); in softenSetCCOperands()
424 auto Call2 = makeLibCall(DAG, LC2, RetVT, Ops, CallOptions, dl, Chain); in softenSetCCOperands()
427 CCCode = getSetCCInverse(CCCode, RetVT); in softenSetCCOperands()