Lines Matching refs:RetVT
146 TargetLowering::makeLibCall(SelectionDAG &DAG, RTLIB::Libcall LC, EVT RetVT, in makeLibCall() argument
178 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in makeLibCall()
180 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, CallOptions.IsSExt); in makeLibCall()
404 EVT RetVT = getCmpLibcallReturnType(); in softenSetCCOperands() local
409 CallOptions.setTypeListBeforeSoften(OpsVT, RetVT, true); in softenSetCCOperands()
410 auto Call = makeLibCall(DAG, LC1, RetVT, Ops, CallOptions, dl, Chain); in softenSetCCOperands()
412 NewRHS = DAG.getConstant(0, dl, RetVT); in softenSetCCOperands()
416 assert(RetVT.isInteger()); in softenSetCCOperands()
417 CCCode = getSetCCInverse(CCCode, RetVT); in softenSetCCOperands()
425 getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), RetVT); in softenSetCCOperands()
427 auto Call2 = makeLibCall(DAG, LC2, RetVT, Ops, CallOptions, dl, Chain); in softenSetCCOperands()
430 CCCode = getSetCCInverse(CCCode, RetVT); in softenSetCCOperands()