Lines Matching refs:RetVT
139 TargetLowering::makeLibCall(SelectionDAG &DAG, RTLIB::Libcall LC, EVT RetVT, in makeLibCall() argument
171 Type *RetTy = RetVT.getTypeForEVT(*DAG.getContext()); in makeLibCall()
173 bool signExtend = shouldSignExtendTypeInLibCall(RetVT, CallOptions.IsSExt); in makeLibCall()
396 EVT RetVT = getCmpLibcallReturnType(); in softenSetCCOperands() local
401 CallOptions.setTypeListBeforeSoften(OpsVT, RetVT, true); in softenSetCCOperands()
402 auto Call = makeLibCall(DAG, LC1, RetVT, Ops, CallOptions, dl, Chain); in softenSetCCOperands()
404 NewRHS = DAG.getConstant(0, dl, RetVT); in softenSetCCOperands()
408 assert(RetVT.isInteger()); in softenSetCCOperands()
409 CCCode = getSetCCInverse(CCCode, RetVT); in softenSetCCOperands()
417 getSetCCResultType(DAG.getDataLayout(), *DAG.getContext(), RetVT); in softenSetCCOperands()
419 auto Call2 = makeLibCall(DAG, LC2, RetVT, Ops, CallOptions, dl, Chain); in softenSetCCOperands()
422 CCCode = getSetCCInverse(CCCode, RetVT); in softenSetCCOperands()