Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZLongBranch.cpp425 splitCompareBranch(Branch, SystemZ::CGR); in relaxBranch()
H A DSystemZInstrInfo.cpp1419 if ((MI.getOpcode() == SystemZ::CR || MI.getOpcode() == SystemZ::CGR || in foldMemoryOperandImpl()
2027 case SystemZ::CGR: in getFusedCompare()
2048 case SystemZ::CGR: in getFusedCompare()
2069 case SystemZ::CGR: in getFusedCompare()
2090 case SystemZ::CGR: in getFusedCompare()
H A DSystemZInstrInfo.td1580 def CGR : CompareRRE<"cgr", 0xB920, z_scmp, GR64, GR64>;
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenRegisters.cpp1748 for (const CodeGenRegister *CGR : llvm::drop_begin(Regs)) { in computeUberSets() local
1749 AllocatableRegs.set(CGR->EnumValue); in computeUberSets()
1750 UberSetIDs.join(USetID, CGR->EnumValue); in computeUberSets()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp1279 for (const CodeGenRegister &CGR : Registers) { in buildRegisterClasses() local
1284 if (!RS.count(CGR.TheDef)) in buildRegisterClasses()
1301 RegisterMap.insert(std::pair(CGR.TheDef, ContainingSet)); in buildRegisterClasses()