Searched refs:CMPrr (Results 1 – 8 of 8) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 110 unsigned CMPrr; member 324 STORE_OPCODE(CMPrr, CMPrr); in OpcodeCache() 1047 CmpConstants Helper(Opcodes.CMPrr, ARM::INSTRUCTION_LIST_END, in select()
|
H A D | ARMExpandPseudoInsts.cpp | 1862 unsigned CMPrr = IsThumb ? ARM::tCMPhir : ARM::CMPrr; in ExpandCMP_SWAP() local 1863 BuildMI(LoadCmpBB, DL, TII->get(CMPrr)) in ExpandCMP_SWAP() 1979 unsigned CMPrr = IsThumb ? ARM::tCMPhir : ARM::CMPrr; in ExpandCMP_SWAP_64() local 1980 BuildMI(LoadCmpBB, DL, TII->get(CMPrr)) in ExpandCMP_SWAP_64() 1985 BuildMI(LoadCmpBB, DL, TII->get(CMPrr)) in ExpandCMP_SWAP_64()
|
H A D | ARMScheduleR52.td | 333 def : InstRW<[R52WriteCC, R52Read_EX1, R52Read_EX1], (instregex "CMPrr", "CMNzrr")>;
|
H A D | ARMBaseInstrInfo.cpp | 2801 case ARM::CMPrr: in analyzeCompare() 2864 if ((CmpI->getOpcode() == ARM::CMPrr || CmpI->getOpcode() == ARM::t2CMPrr) && in isRedundantFlagInstr() 2899 if ((CmpI->getOpcode() == ARM::CMPrr || CmpI->getOpcode() == ARM::t2CMPrr) && in isRedundantFlagInstr()
|
H A D | ARMFrameLowering.cpp | 3215 Opcode = Thumb ? ARM::tCMPr : ARM::CMPrr; in adjustForSegmentedStacks()
|
H A D | ARMFastISel.cpp | 1405 CmpOpc = ARM::CMPrr; in ARMEmitCmp()
|
H A D | ARMISelLowering.cpp | 11195 BuildMI(DispatchBB, dl, TII->get(ARM::CMPrr)) in EmitSjLjDispatchBlock() 11214 BuildMI(DispatchBB, dl, TII->get(ARM::CMPrr)) in EmitSjLjDispatchBlock() 12246 BuildMI(BB, dl, TII->get(isThumb2 ? ARM::t2CMPrr : ARM::CMPrr)) in EmitInstrWithCustomInserter() 12250 BuildMI(BB, dl, TII->get(isThumb2 ? ARM::t2CMPrr : ARM::CMPrr)) in EmitInstrWithCustomInserter()
|
H A D | ARMInstrInfo.td | 4915 (CMPrr GPR:$src, GPR:$rhs)>;
|