Lines Matching refs:RetVT
145 TargetLowering::makeLibCall(SelectionDAG &DAG, RTLIB::Libcall LC, EVT RetVT, in makeLibCall() argument
177 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in makeLibCall()
179 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, CallOptions.IsSExt); in makeLibCall()
403 EVT RetVT = getCmpLibcallReturnType(); in softenSetCCOperands() local
408 CallOptions.setTypeListBeforeSoften(OpsVT, RetVT, true); in softenSetCCOperands()
409 auto Call = makeLibCall(DAG, LC1, RetVT, Ops, CallOptions, dl, Chain); in softenSetCCOperands()
411 NewRHS = DAG.getConstant(0, dl, RetVT); in softenSetCCOperands()
415 assert(RetVT.isInteger()); in softenSetCCOperands()
416 CCCode = getSetCCInverse(CCCode, RetVT); in softenSetCCOperands()
424 getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), RetVT); in softenSetCCOperands()
426 auto Call2 = makeLibCall(DAG, LC2, RetVT, Ops, CallOptions, dl, Chain); in softenSetCCOperands()
429 CCCode = getSetCCInverse(CCCode, RetVT); in softenSetCCOperands()