Home
last modified time | relevance | path

Searched defs:sd_match (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h65 [[nodiscard]] bool sd_match(SDNode *N, const SelectionDAG *DAG, Pattern &&P) { in sd_match() function
70 [[nodiscard]] bool sd_match(SDValue N, const SelectionDAG *DAG, Pattern &&P) { in sd_match() function
75 [[nodiscard]] bool sd_match(SDNode *N, Pattern &&P) { in sd_match() function
80 [[nodiscard]] bool sd_match(SDValue N, Pattern &&P) { in sd_match() function