reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/ARM/ARMBaseInstrInfo.cpp
 3075         CC = (ARMCC::CondCodes)Instr.getOperand(IO - 1).getImm();
 3080         CC = ARMCC::EQ;
 3085         CC = ARMCC::GT;
 3090         CC = ARMCC::GE;
 3095         CC = ARMCC::VS;
 3120           ARMCC::CondCodes NewCC = (IsSub ? getSwappedCondition(CC) : getCmpToAddCondition(CC));
 3120           ARMCC::CondCodes NewCC = (IsSub ? getSwappedCondition(CC) : getCmpToAddCondition(CC));
 3128         switch (CC) {