Home
last modified time | relevance | path

Searched refs:getCustomOperationAction (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h218 getCustomOperationAction(SDNode &) const override;
H A DVEISelLowering.cpp1841 VETargetLowering::getCustomOperationAction(SDNode &Op) const { in getCustomOperationAction() function in VETargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h177 LegalizeAction getCustomOperationAction(SDNode &Op) const override;
H A DHexagonISelLowering.cpp2253 HexagonTargetLowering::getCustomOperationAction(SDNode &Op) const { in getCustomOperationAction() function in HexagonTargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1277 virtual LegalizeAction getCustomOperationAction(SDNode &Op) const { in getCustomOperationAction() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1281 Action = TLI.getCustomOperationAction(*Node); in LegalizeOp()