Searched refs:CGR (Results 1 – 6 of 6) sorted by relevance
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-07.ll | 5 ; Check CGR.
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 402 splitCompareBranch(Branch, SystemZ::CGR); in relaxBranch()
|
D | SystemZInstrInfo.cpp | 1218 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 | 3869 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CGR, in EmitInstrWithCustomInserter() 3879 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CGR, in EmitInstrWithCustomInserter()
|
/external/llvm/utils/TableGen/ |
D | AsmMatcherEmitter.cpp | 1108 for (const CodeGenRegister &CGR : Registers) { in buildRegisterClasses() local 1113 if (!RS.count(CGR.TheDef)) in buildRegisterClasses() 1131 RegisterMap.insert(std::make_pair(CGR.TheDef, ContainingSet)); in buildRegisterClasses()
|