Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h648 Error defineComplexSubOperand(StringRef SymbolicName, Record *ComplexPattern,
H A DGlobalISelMatchTable.cpp828 Error RuleMatcher::defineComplexSubOperand(StringRef SymbolicName, in defineComplexSubOperand() function in llvm::gi::RuleMatcher
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1050 if (auto Error = Rule.defineComplexSubOperand( in importChildMatcher()