Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/VE/
H A DVEISelLowering.h127 getCustomOperationAction(SDNode &) const override;
H A DVEISelLowering.cpp1857 VETargetLowering::getCustomOperationAction(SDNode &Op) const { in getCustomOperationAction() function in VETargetLowering
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h176 LegalizeAction getCustomOperationAction(SDNode &Op) const override;
H A DHexagonISelLowering.cpp2205 HexagonTargetLowering::getCustomOperationAction(SDNode &Op) const { in getCustomOperationAction() function in HexagonTargetLowering
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1106 virtual LegalizeAction getCustomOperationAction(SDNode &Op) const { in getCustomOperationAction() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp1228 Action = TLI.getCustomOperationAction(*Node); in LegalizeOp()