Home
last modified time | relevance | path

Searched refs:getMatchingSubClassWithSubRegs (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1650 RC->getMatchingSubClassWithSubRegs(CGRegs, SubIdx); in importExplicitUseRenderers()
1818 SuperClass->getMatchingSubClassWithSubRegs(CGRegs, SubIdx); in constrainOperands()
1884 SuperClass->getMatchingSubClassWithSubRegs(CGRegs, SubIdx); in constrainOperands()
1981 SuperRC->getMatchingSubClassWithSubRegs(CGRegs, SubIdx); in inferRegClassFromInstructionPattern()
H A DRegisterInfoEmitter.cpp1584 MatchingSubClass = RC.getMatchingSubClassWithSubRegs(RegBank, &Idx); in runTargetDesc()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.h430 getMatchingSubClassWithSubRegs(CodeGenRegBank &RegBank,
H A DCodeGenRegisters.cpp981 CodeGenRegisterClass::getMatchingSubClassWithSubRegs( in getMatchingSubClassWithSubRegs() function in CodeGenRegisterClass