Home
last modified time | relevance | path

Searched refs:getOperationAction (Results 1 – 9 of 9) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp346 Action = TLI.getOperationAction(Node->getOpcode(), ValVT); in LegalizeOp()
356 if (TLI.getOperationAction(Node->getOpcode(), EltVT) in LegalizeOp()
490 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp()
495 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp()
931 if (TLI.getOperationAction(ISD::AND, VT) == TargetLowering::Expand || in ExpandSELECT()
932 TLI.getOperationAction(ISD::XOR, VT) == TargetLowering::Expand || in ExpandSELECT()
933 TLI.getOperationAction(ISD::OR, VT) == TargetLowering::Expand || in ExpandSELECT()
976 if (TLI.getOperationAction(ISD::SRA, VT) == TargetLowering::Expand || in ExpandSEXTINREG()
977 TLI.getOperationAction(ISD::SHL, VT) == TargetLowering::Expand) in ExpandSEXTINREG()
1187 TLI.getOperationAction(ISD::OR, VT) == TargetLowering::Expand || in ExpandVSELECT()
[all …]
H A DLegalizeDAG.cpp505 switch (TLI.getOperationAction(ISD::STORE, VT)) { in LegalizeStoreOps()
991 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp()
995 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp()
1008 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp()
1021 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp()
1030 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp()
1051 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp()
1158 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp()
1162 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp()
1178 Action = TLI.getOperationAction( in LegalizeOp()
[all …]
H A DLegalizeTypes.cpp916 if (TLI.getOperationAction(N->getOpcode(), VT) != TargetLowering::Custom) in CustomLowerNode()
943 if (TLI.getOperationAction(N->getOpcode(), VT) != TargetLowering::Custom) in CustomWidenLowerNode()
H A DLegalizeIntegerTypes.cpp3706 if (TLI.getOperationAction(ISD::SDIVREM, VT) == TargetLowering::Custom) { in ExpandIntRes_SDIV()
3758 TargetLowering::LegalizeAction Action = TLI.getOperationAction(PartsOpc, NVT); in ExpandIntRes_Shift()
3897 if (TLI.getOperationAction(ISD::SDIVREM, VT) == TargetLowering::Custom) { in ExpandIntRes_SREM()
4054 if (TLI.getOperationAction(ISD::UDIVREM, VT) == TargetLowering::Custom) { in ExpandIntRes_UDIV()
4081 if (TLI.getOperationAction(ISD::UDIVREM, VT) == TargetLowering::Custom) { in ExpandIntRes_UREM()
H A DSelectionDAGISel.cpp1178 if (TLI->getOperationAction(Node->getOpcode(), ActionVT) in DoInstructionSelection()
H A DDAGCombiner.cpp8549 TLI.getOperationAction(ISD::SIGN_EXTEND_INREG, ExtVT) == in visitSRA()
14661 TLI.getOperationAction(ISD::FP16_TO_FP, VT) == TargetLowering::Legal) in visitFP_EXTEND()
19548 if (TLI.getOperationAction(ISD::SPLAT_VECTOR, VT) != TargetLowering::Expand) in visitBUILD_VECTOR()
22249 if (TLI.getOperationAction(ISD::ConstantFP, VT) == TargetLowering::Legal || in convertSelectOfFPConstantsToLoadOffset()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1063 auto Action = getOperationAction(Op, VT); in getFixedPointOperationAction()
1101 return getOperationAction(EqOpc, VT); in getStrictFPOperationAction()
1114 (getOperationAction(Op, VT) == Legal ||
1115 getOperationAction(Op, VT) == Custom);
1128 (getOperationAction(Op, VT) == Legal ||
1129 getOperationAction(Op, VT) == Promote);
1142 (getOperationAction(Op, VT) == Legal ||
1143 getOperationAction(Op, VT) == Custom ||
1144 getOperationAction(Op, VT) == Promote);
1150 return getOperationAction(Op, VT) == Custom; in isOperationCustom()
[all …]
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp1762 if (TLI->getOperationAction(ISD, VT) == TargetLowering::LibCall) in maybeLoweredToCall()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp327 if (getOperationAction(Opcode, VT) == Legal) in SystemZTargetLowering()