HomeSort by relevance Sort by last modified time
    Searched refs:BranchCode (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreInstrInfo.cpp 214 XCore::CondCode BranchCode = GetCondFromBranchOpc(LastInst->getOpcode());
215 if (BranchCode == XCore::COND_INVALID)
222 Cond.push_back(MachineOperand::CreateImm(BranchCode));
236 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc);
240 if (BranchCode != XCore::COND_INVALID
244 Cond.push_back(MachineOperand::CreateImm(BranchCode));
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 231 MSP430CC::CondCodes BranchCode =
233 if (BranchCode == MSP430CC::COND_INVALID)
240 Cond.push_back(MachineOperand::CreateImm(BranchCode));
256 if (OldBranchCode == BranchCode)
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 170 SPCC::CondCodes BranchCode = (SPCC::CondCodes)I->getOperand(1).getImm();
192 BranchCode = GetOppositeBranchCondition(BranchCode);
195 .addMBB(UnCondBrIter->getOperand(0).getMBB()).addImm(BranchCode);
208 Cond.push_back(MachineOperand::CreateImm(BranchCode));
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 266 SystemZCC::CondCodes BranchCode = getCondFromBranchOpc(I->getOpcode());
267 if (BranchCode == SystemZCC::INVALID)
274 Cond.push_back(MachineOperand::CreateImm(BranchCode));
290 if (OldBranchCode == BranchCode)
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 488 milliseconds