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.cpp1593 bool MemoryAddressSpacePredicateMatcher::isIdentical( in isIdentical()
1597 auto *Other = cast<MemoryAddressSpacePredicateMatcher>(&B); in isIdentical()
1601 void MemoryAddressSpacePredicateMatcher::emitPredicateOpcodes( in emitPredicateOpcodes()
H A DGlobalISelMatchTable.h1577 class MemoryAddressSpacePredicateMatcher : public InstructionPredicateMatcher {
1583 MemoryAddressSpacePredicateMatcher(unsigned InsnVarID, unsigned MMOIdx, in MemoryAddressSpacePredicateMatcher() function
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp612 InsnMatcher.addPredicate<MemoryAddressSpacePredicateMatcher>( in addBuiltinPredicates()