Home
last modified time | relevance | path

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

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