Home | History | Annotate | Download | only in AArch64

Lines Matching defs:LC

1873   RTLIB::Libcall LC;
1874 LC = RTLIB::getFPROUND(Op.getOperand(0).getValueType(), Op.getValueType());
1877 return makeLibCall(DAG, LC, Op.getValueType(), &SrcVal, 1,
1885 RTLIB::Libcall LC;
1886 LC = RTLIB::getFPEXT(Op.getOperand(0).getValueType(), Op.getValueType());
1888 return LowerF128ToCall(Op, DAG, LC);
1899 RTLIB::Libcall LC;
1901 LC = RTLIB::getFPTOSINT(Op.getOperand(0).getValueType(), Op.getValueType());
1903 LC = RTLIB::getFPTOUINT(Op.getOperand(0).getValueType(), Op.getValueType());
1905 return LowerF128ToCall(Op, DAG, LC);
2175 RTLIB::Libcall LC;
2177 LC = RTLIB::getSINTTOFP(Op.getOperand(0).getValueType(), Op.getValueType());
2179 LC = RTLIB::getUINTTOFP(Op.getOperand(0).getValueType(), Op.getValueType());
2181 return LowerF128ToCall(Op, DAG, LC);