Lines Matching defs:CallOptions
1695 MakeLibCallOptions CallOptions;
1696 CallOptions.setTypeListBeforeSoften(OpVT, RetVT, true);
1700 makeLibCall(DAG, LC, Op.getValueType(), Op0, CallOptions, DL, Chain);
1720 MakeLibCallOptions CallOptions;
1721 CallOptions.setTypeListBeforeSoften(OpVT, RetVT, true);
1725 makeLibCall(DAG, LC, Op.getValueType(), Op0, CallOptions, DL, Chain);
3008 MakeLibCallOptions CallOptions;
3010 CallOptions.setTypeListBeforeSoften(OpVT, VT, true);
3014 makeLibCall(DAG, LC, VT, Src, CallOptions, DL, Chain);
3256 MakeLibCallOptions CallOptions;
3257 CallOptions.setTypeListBeforeSoften(OpVT, MVT::i64, true);
3258 SDValue Result = makeLibCall(DAG, LC, MVT::i64, Op0, CallOptions, DL).first;