Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSDPatternMatch.h31 class BasicMatchContext {
36 explicit BasicMatchContext(const SelectionDAG *DAG) in BasicMatchContext() function
39 explicit BasicMatchContext(const TargetLowering *TLI) in BasicMatchContext() function
70 return sd_context_match(N, BasicMatchContext(DAG), P); in sd_match()
75 return sd_context_match(N, BasicMatchContext(DAG), P); in sd_match()