Lines Matching refs:TargetLowering

58   const TargetLowering &TLI;
250 case TargetLowering::Legal: in LegalizeOp()
252 case TargetLowering::Custom: in LegalizeOp()
264 case TargetLowering::Expand: in LegalizeOp()
278 case TargetLowering::Legal: in LegalizeOp()
280 case TargetLowering::Custom: { in LegalizeOp()
289 case TargetLowering::Expand: in LegalizeOp()
304 TargetLowering::LegalizeAction Action = TargetLowering::Legal; in LegalizeOp()
449 case TargetLowering::Promote: in LegalizeOp()
453 case TargetLowering::Legal: in LegalizeOp()
456 case TargetLowering::Custom: { in LegalizeOp()
466 case TargetLowering::Expand: in LegalizeOp()
835 if (TLI.getOperationAction(ISD::AND, VT) == TargetLowering::Expand || in ExpandSELECT()
836 TLI.getOperationAction(ISD::XOR, VT) == TargetLowering::Expand || in ExpandSELECT()
837 TLI.getOperationAction(ISD::OR, VT) == TargetLowering::Expand || in ExpandSELECT()
838 TLI.getOperationAction(ISD::BUILD_VECTOR, VT) == TargetLowering::Expand) in ExpandSELECT()
875 if (TLI.getOperationAction(ISD::SRA, VT) == TargetLowering::Expand || in ExpandSEXTINREG()
876 TLI.getOperationAction(ISD::SHL, VT) == TargetLowering::Expand) in ExpandSEXTINREG()
1053 if (TLI.getOperationAction(ISD::AND, VT) == TargetLowering::Expand || in ExpandVSELECT()
1054 TLI.getOperationAction(ISD::XOR, VT) == TargetLowering::Expand || in ExpandVSELECT()
1055 TLI.getOperationAction(ISD::OR, VT) == TargetLowering::Expand || in ExpandVSELECT()
1057 TargetLowering::ZeroOrNegativeOneBooleanContent) in ExpandVSELECT()
1112 if (TLI.getOperationAction(ISD::SINT_TO_FP, VT) == TargetLowering::Expand || in ExpandUINT_TO_FLOAT()
1113 TLI.getOperationAction(ISD::SRL, VT) == TargetLowering::Expand) in ExpandUINT_TO_FLOAT()
1226 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in ExpandStrictFPOp()