Home
last modified time | relevance | path

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

/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-07.ll5 ; Check CGR.
/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp402 splitCompareBranch(Branch, SystemZ::CGR); in relaxBranch()
DSystemZInstrInfo.cpp1218 case SystemZ::CGR: in getCompareAndBranch()
DSystemZInstrInfo.td158 def CGR : InstRIEb<0xEC64, (outs), (ins GR64:$R1, GR64:$R2,
1100 def CGR : CompareRRE<"cg", 0xB920, z_scmp, GR64, GR64>;
DSystemZISelLowering.cpp3869 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CGR, in EmitInstrWithCustomInserter()
3879 return emitAtomicLoadMinMax(MI, MBB, SystemZ::CGR, in EmitInstrWithCustomInserter()
/external/llvm/utils/TableGen/
DAsmMatcherEmitter.cpp1108 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()