Lines Matching refs:TargetLowering
58 const TargetLowering &TLI;
266 case TargetLowering::Legal: in LegalizeOp()
268 case TargetLowering::Custom: { in LegalizeOp()
279 case TargetLowering::Expand: { in LegalizeOp()
297 case TargetLowering::Legal: in LegalizeOp()
299 case TargetLowering::Custom: { in LegalizeOp()
310 case TargetLowering::Expand: { in LegalizeOp()
327 TargetLowering::LegalizeAction Action = TargetLowering::Legal; in LegalizeOp()
336 if (Action == TargetLowering::Legal) in LegalizeOp()
337 Action = TargetLowering::Expand; in LegalizeOp()
352 if (Action == TargetLowering::Expand && !TLI.isStrictFPEnabled() && in LegalizeOp()
354 TargetLowering::Legal) { in LegalizeOp()
357 == TargetLowering::Expand && in LegalizeOp()
359 == TargetLowering::Legal) in LegalizeOp()
360 Action = TargetLowering::Legal; in LegalizeOp()
503 if (Action == TargetLowering::Legal) in LegalizeOp()
514 case TargetLowering::Promote: in LegalizeOp()
519 case TargetLowering::Legal: in LegalizeOp()
522 case TargetLowering::Custom: in LegalizeOp()
528 case TargetLowering::Expand: in LegalizeOp()
932 if (TLI.getOperationAction(ISD::AND, VT) == TargetLowering::Expand || in ExpandSELECT()
933 TLI.getOperationAction(ISD::XOR, VT) == TargetLowering::Expand || in ExpandSELECT()
934 TLI.getOperationAction(ISD::OR, VT) == TargetLowering::Expand || in ExpandSELECT()
937 VT) == TargetLowering::Expand) in ExpandSELECT()
977 if (TLI.getOperationAction(ISD::SRA, VT) == TargetLowering::Expand || in ExpandSEXTINREG()
978 TLI.getOperationAction(ISD::SHL, VT) == TargetLowering::Expand) in ExpandSEXTINREG()
1183 if (TLI.getOperationAction(ISD::AND, VT) == TargetLowering::Expand || in ExpandVSELECT()
1184 TLI.getOperationAction(ISD::XOR, VT) == TargetLowering::Expand || in ExpandVSELECT()
1185 TLI.getOperationAction(ISD::OR, VT) == TargetLowering::Expand) in ExpandVSELECT()
1193 if (BoolContents != TargetLowering::ZeroOrNegativeOneBooleanContent && in ExpandVSELECT()
1194 !(BoolContents == TargetLowering::ZeroOrOneBooleanContent && in ExpandVSELECT()
1260 TargetLowering::Expand) || in ExpandUINT_TO_FLOAT()
1262 TargetLowering::Expand)) || in ExpandUINT_TO_FLOAT()
1263 TLI.getOperationAction(ISD::SRL, VT) == TargetLowering::Expand) { in ExpandUINT_TO_FLOAT()
1363 if (TLI.getCondCodeAction(CCCode, OpVT) != TargetLowering::Expand) { in ExpandSETCC()
1465 const TargetLowering &TLI = DAG.getTargetLoweringInfo(); in UnrollStrictFPOp()