Lines Matching refs:CallOptions
6298 MakeLibCallOptions CallOptions; in LowerOperation() local
6302 makeLibCall(DAG, LC, MVT::f32, Op.getOperand(0), CallOptions, DL).first; in LowerOperation()
6327 MakeLibCallOptions CallOptions; in LowerOperation() local
6331 makeLibCall(DAG, LC, MVT::f32, Op.getOperand(0), CallOptions, DL).first; in LowerOperation()
6341 MakeLibCallOptions CallOptions; in LowerOperation() local
6347 makeLibCall(DAG, RTLIB::FPEXT_F16_F32, MVT::f32, Arg, CallOptions, DL) in LowerOperation()
11445 MakeLibCallOptions CallOptions; in ReplaceNodeResults() local
11447 CallOptions.setTypeListBeforeSoften(OpVT, N->getValueType(0), true); in ReplaceNodeResults()
11451 makeLibCall(DAG, LC, N->getValueType(0), Op0, CallOptions, DL, Chain); in ReplaceNodeResults()
11480 MakeLibCallOptions CallOptions; in ReplaceNodeResults() local
11482 CallOptions.setTypeListBeforeSoften(OpVT, MVT::i64, true); in ReplaceNodeResults()
11483 SDValue Result = makeLibCall(DAG, LC, MVT::i64, Op0, CallOptions, DL).first; in ReplaceNodeResults()