Searched refs:ARMPred (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMFastISel.cpp1308 ARMCC::CondCodes ARMPred = getComparePred(Predicate); local
1311 if (ARMPred == ARMCC::AL) return false;
1319 .addMBB(TBB).addImm(ARMPred).addReg(ARM::CPSR);
1517 ARMCC::CondCodes ARMPred = getComparePred(CI->getPredicate()); local
1520 if (ARMPred == ARMCC::AL) return false;
1538 .addImm(ARMPred).addReg(ARM::CPSR);

Completed in 82 milliseconds