Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.h640 Error defineComplexSubOperand(StringRef SymbolicName, Record *ComplexPattern,
H A DGlobalISelMatchTable.cpp805 Error RuleMatcher::defineComplexSubOperand(StringRef SymbolicName, in defineComplexSubOperand() function in llvm::gi::RuleMatcher
H A DGlobalISelEmitter.cpp1030 if (auto Error = Rule.defineComplexSubOperand( in importChildMatcher()