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

/external/llvm/lib/Target/XCore/
H A DXCoreInstrInfo.cpp216 XCore::CondCode BranchCode = GetCondFromBranchOpc(LastInst->getOpcode()); local
217 if (BranchCode == XCore::COND_INVALID)
224 Cond.push_back(MachineOperand::CreateImm(BranchCode));
238 XCore::CondCode BranchCode = GetCondFromBranchOpc(SecondLastOpc); local
242 if (BranchCode != XCore::COND_INVALID
246 Cond.push_back(MachineOperand::CreateImm(BranchCode));
/external/llvm/lib/Target/MSP430/
H A DMSP430InstrInfo.cpp226 MSP430CC::CondCodes BranchCode = local
228 if (BranchCode == MSP430CC::COND_INVALID)
235 Cond.push_back(MachineOperand::CreateImm(BranchCode));
251 if (OldBranchCode == BranchCode)
/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp181 SPCC::CondCodes BranchCode = (SPCC::CondCodes)I->getOperand(1).getImm();
203 BranchCode = GetOppositeBranchCondition(BranchCode);
206 .addMBB(UnCondBrIter->getOperand(0).getMBB()).addImm(BranchCode);
219 Cond.push_back(MachineOperand::CreateImm(BranchCode));
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp3957 X86::CondCode BranchCode = getCondFromBranchOpc(I->getOpcode()); local
3958 if (BranchCode == X86::COND_INVALID)
3983 BranchCode = GetOppositeBranchCondition(BranchCode);
3984 unsigned JNCC = GetCondBranchFromCond(BranchCode);
4003 Cond.push_back(MachineOperand::CreateImm(BranchCode));
4021 if (OldBranchCode == BranchCode)
4028 BranchCode == X86::COND_E) ||
4030 BranchCode == X86::COND_NP))
4031 BranchCode
[all...]

Completed in 129 milliseconds