Home | History | Annotate | Download | only in AArch64

Lines Matching refs:LC

1892   RTLIB::Libcall LC;
1893 LC = RTLIB::getFPEXT(Op.getOperand(0).getValueType(), Op.getValueType());
1895 return LowerF128Call(Op, DAG, LC);
1905 RTLIB::Libcall LC;
1906 LC = RTLIB::getFPROUND(Op.getOperand(0).getValueType(), Op.getValueType());
1912 return makeLibCall(DAG, LC, Op.getValueType(), SrcVal, /*isSigned*/ false,
1972 RTLIB::Libcall LC;
1974 LC = RTLIB::getFPTOSINT(Op.getOperand(0).getValueType(), Op.getValueType());
1976 LC = RTLIB::getFPTOUINT(Op.getOperand(0).getValueType(), Op.getValueType());
1979 return makeLibCall(DAG, LC, Op.getValueType(), Ops, false, SDLoc(Op)).first;
2033 RTLIB::Libcall LC;
2035 LC = RTLIB::getSINTTOFP(Op.getOperand(0).getValueType(), Op.getValueType());
2037 LC = RTLIB::getUINTTOFP(Op.getOperand(0).getValueType(), Op.getValueType());
2039 return LowerF128Call(Op, DAG, LC);