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.h217 getCustomOperationAction(SDNode &) const override;
H A DVEISelLowering.cpp1854 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.cpp2231 HexagonTargetLowering::getCustomOperationAction(SDNode &Op) const { in getCustomOperationAction() function in HexagonTargetLowering
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1247 virtual LegalizeAction getCustomOperationAction(SDNode &Op) const { in getCustomOperationAction() function
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1246 Action = TLI.getCustomOperationAction(*Node); in LegalizeOp()