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

  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 225 MSP430CC::CondCodes BranchCode =
227 if (BranchCode == MSP430CC::COND_INVALID)
234 Cond.push_back(MachineOperand::CreateImm(BranchCode));
250 if (OldBranchCode == BranchCode)
  /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/X86/
X86InstrInfo.cpp     [all...]

Completed in 266 milliseconds