Lines Matching defs:Condition
372 // Condition code is after the operand before SR.
447 // 3: Condition code.
564 SmallVectorImpl<MachineOperand> &Condition,
598 Condition.clear();
621 if (Condition.empty()) {
628 Condition.push_back(MachineOperand::CreateImm(BranchCond));
644 SmallVectorImpl<llvm::MachineOperand> &Condition) const {
645 assert((Condition.size() == 1) &&
649 static_cast<LPCC::CondCode>(Condition[0].getImm());
650 Condition[0].setImm(getOppositeCondition(BranchCond));
660 ArrayRef<MachineOperand> Condition,
668 if (Condition.empty()) {
675 assert((Condition.size() == 1) &&
677 unsigned ConditionalCode = Condition[0].getImm();