Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorOps.cpp304 Action = TLI.getOperationAction(Node->getOpcode(), Node->getValueType(0)); in LegalizeOp()
323 Action = TLI.getOperationAction(Node->getOpcode(), OpVT); in LegalizeOp()
325 Action = TLI.getOperationAction(Node->getOpcode(), ValVT); in LegalizeOp()
336 if (TLI.getOperationAction(Node->getOpcode(), EltVT) in LegalizeOp()
461 Action = TLI.getOperationAction(Node->getOpcode(), Node->getValueType(0)); in LegalizeOp()
495 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp()
500 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp()
508 Action = TLI.getOperationAction(Node->getOpcode(), OpVT); in LegalizeOp()
528 Action = TLI.getOperationAction(Node->getOpcode(), LegalizeVT); \ in LegalizeOp()
1165 if (TLI.getOperationAction(ISD::AND, VT) == TargetLowering::Expand || in ExpandSELECT()
[all …]
H A DLegalizeDAG.cpp495 switch (TLI.getOperationAction(ISD::STORE, VT)) { in LegalizeStoreOps()
669 switch (TLI.getOperationAction(Node->getOpcode(), VT)) { in LegalizeLoadOps()
985 Action = TLI.getOperationAction(Node->getOpcode(), MVT::Other); in LegalizeOp()
988 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp()
992 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp()
995 Action = TLI.getOperationAction(Node->getOpcode(), MVT::Other); in LegalizeOp()
999 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp()
1011 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp()
1025 Action = TLI.getOperationAction(Node->getOpcode(), in LegalizeOp()
1030 Action = TLI.getOperationAction(Node->getOpcode(), InnerType); in LegalizeOp()
[all …]
H A DLegalizeTypes.cpp924 if (TLI.getOperationAction(N->getOpcode(), VT) != TargetLowering::Custom) in CustomLowerNode()
951 if (TLI.getOperationAction(N->getOpcode(), VT) != TargetLowering::Custom) in CustomWidenLowerNode()
H A DLegalizeIntegerTypes.cpp4558 if (TLI.getOperationAction(ISD::SDIVREM, VT) == TargetLowering::Custom) { in ExpandIntRes_SDIV()
4716 TargetLowering::LegalizeAction Action = TLI.getOperationAction(PartsOpc, NVT); in ExpandIntRes_Shift()
4872 if (TLI.getOperationAction(ISD::SDIVREM, VT) == TargetLowering::Custom) { in ExpandIntRes_SREM()
5050 if (TLI.getOperationAction(ISD::UDIVREM, VT) == TargetLowering::Custom) { in ExpandIntRes_UDIV()
5093 if (TLI.getOperationAction(ISD::UDIVREM, VT) == TargetLowering::Custom) { in ExpandIntRes_UREM()
H A DSelectionDAGISel.cpp1318 if (TLI->getOperationAction(Node->getOpcode(), ActionVT) in DoInstructionSelection()
H A DDAGCombiner.cpp8412 HasROTL |= TLI.getOperationAction(ISD::ROTL, VT) == TargetLowering::Custom; in MatchRotate()
8413 HasROTR |= TLI.getOperationAction(ISD::ROTR, VT) == TargetLowering::Custom; in MatchRotate()
12853 TLI.getOperationAction(ISD::VSELECT, VT) != TargetLowering::Legal)) in tryToFoldExtendSelectLoad()
17981 TLI.getOperationAction(ISD::FP16_TO_FP, VT) == TargetLowering::Legal) in visitFP_EXTEND()
23825 if (TLI.getOperationAction(ISD::SPLAT_VECTOR, VT) != TargetLowering::Expand) in visitBUILD_VECTOR()
27620 if (TLI.getOperationAction(ISD::ConstantFP, VT) == TargetLowering::Legal || in convertSelectOfFPConstantsToLoadOffset()
H A DTargetLowering.cpp2058 getOperationAction(ISD::SIGN_EXTEND_INREG, ExtVT) == Legal) in SimplifyDemandedBits()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1254 LegalizeAction getOperationAction(unsigned Op, EVT VT) const { in getOperationAction() function
1278 auto Action = getOperationAction(Op, VT); in getFixedPointOperationAction()
1316 return getOperationAction(EqOpc, VT); in getStrictFPOperationAction()
1329 (getOperationAction(Op, VT) == Legal ||
1330 getOperationAction(Op, VT) == Custom);
1343 (getOperationAction(Op, VT) == Legal ||
1344 getOperationAction(Op, VT) == Promote);
1357 (getOperationAction(Op, VT) == Legal ||
1358 getOperationAction(Op, VT) == Custom ||
1359 getOperationAction(Op, VT) == Promote);
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp513 if (getOperationAction(ISD::SETCC, MVT::bf16) == Promote) in NVPTXTargetLowering()
752 if (getOperationAction(Op, MVT::bf16) == Promote) in NVPTXTargetLowering()
777 if (getOperationAction(Op, MVT::bf16) == Promote) in NVPTXTargetLowering()
840 if (getOperationAction(Op, MVT::bf16) == Promote) in NVPTXTargetLowering()
856 if (getOperationAction(Op, MVT::bf16) == Promote) in NVPTXTargetLowering()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp2210 if (getOperationAction(ISD::LOAD, LoadMVT) == Promote && in isLoadBitCastBeneficial()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp2058 if (TLI->getOperationAction(ISD, VT) == TargetLowering::LibCall) in maybeLoweredToCall()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp392 if (getOperationAction(Opcode, VT) == Legal) in SystemZTargetLowering()