Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h217 getCustomOperationAction(SDNode &) const override;
H A DVEISelLowering.cpp1856 VETargetLowering::getCustomOperationAction(SDNode &Op) const { in getCustomOperationAction() function in VETargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h176 LegalizeAction getCustomOperationAction(SDNode &Op) const override;
H A DHexagonISelLowering.cpp2214 HexagonTargetLowering::getCustomOperationAction(SDNode &Op) const { in getCustomOperationAction() function in HexagonTargetLowering
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1201 virtual LegalizeAction getCustomOperationAction(SDNode &Op) const { in getCustomOperationAction() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1251 Action = TLI.getCustomOperationAction(*Node); in LegalizeOp()