Home
last modified time | relevance | path

Searched refs:CGR (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCallingConvEmitter.cpp143 if (const CodeGenRegister *CGR = RegistersByDefName.lookup(SI->getValue())) in getQualifiedRegisterName() local
144 return getQualifiedName(CGR->TheDef); in getQualifiedRegisterName()
H A DAsmMatcherEmitter.cpp1280 for (const CodeGenRegister &CGR : Registers) { in buildRegisterClasses() local
1285 if (!RS.count(CGR.TheDef)) in buildRegisterClasses()
1302 RegisterMap.try_emplace(CGR.TheDef, ContainingSet); in buildRegisterClasses()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp431 splitCompareBranch(Branch, SystemZ::CGR); in relaxBranch()
H A DSystemZInstrInfo.cpp1452 if ((MI.getOpcode() == SystemZ::CR || MI.getOpcode() == SystemZ::CGR || in foldMemoryOperandImpl()
2071 case SystemZ::CGR: in getFusedCompare()
2092 case SystemZ::CGR: in getFusedCompare()
2113 case SystemZ::CGR: in getFusedCompare()
2134 case SystemZ::CGR: in getFusedCompare()
H A DSystemZInstrInfo.td1606 def CGR : CompareRRE<"cgr", 0xB920, z_scmp, GR64, GR64>;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp1756 for (const CodeGenRegister *CGR : llvm::drop_begin(Regs)) { in computeUberSets() local
1757 AllocatableRegs.set(CGR->EnumValue); in computeUberSets()
1758 UberSetIDs.join(USetID, CGR->EnumValue); in computeUberSets()