Searched refs:CGR (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 402 splitCompareBranch(Branch, SystemZ::CGR); in relaxBranch()
|
D | SystemZInstrInfo.cpp | 1258 case SystemZ::CGR: in getCompareAndBranch()
|
D | SystemZInstrInfo.td | 158 def CGR : InstRIEb<0xEC64, (outs), (ins GR64:$R1, GR64:$R2, 1100 def CGR : CompareRRE<"cg", 0xB920, z_scmp, GR64, GR64>;
|
D | SystemZISelLowering.cpp | 5857 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CGR, in EmitInstrWithCustomInserter() 5867 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CGR, in EmitInstrWithCustomInserter()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-07.ll | 5 ; Check CGR.
|
/external/llvm/utils/TableGen/ |
D | AsmMatcherEmitter.cpp | 1154 for (const CodeGenRegister &CGR : Registers) { in buildRegisterClasses() local 1159 if (!RS.count(CGR.TheDef)) in buildRegisterClasses() 1177 RegisterMap.insert(std::make_pair(CGR.TheDef, ContainingSet)); in buildRegisterClasses()
|