Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.cpp1573 bool MemoryAddressSpacePredicateMatcher::isIdentical( in isIdentical()
1577 auto *Other = cast<MemoryAddressSpacePredicateMatcher>(&B); in isIdentical()
1581 void MemoryAddressSpacePredicateMatcher::emitPredicateOpcodes( in emitPredicateOpcodes()
H A DGlobalISelMatchTable.h1529 class MemoryAddressSpacePredicateMatcher : public InstructionPredicateMatcher {
1535 MemoryAddressSpacePredicateMatcher(unsigned InsnVarID, unsigned MMOIdx, in MemoryAddressSpacePredicateMatcher() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp587 InsnMatcher.addPredicate<MemoryAddressSpacePredicateMatcher>( in addBuiltinPredicates()