Home
last modified time | relevance | path

Searched refs:COND_L (Results 1 – 8 of 8) sorted by relevance

/external/llvm/lib/Target/MSP430/
DMSP430.h29 COND_L = 5, enumerator
DMSP430InstrInfo.cpp141 case MSP430CC::COND_L: in ReverseBranchCondition()
145 CC = MSP430CC::COND_L; in ReverseBranchCondition()
DMSP430ISelLowering.cpp868 TCC = MSP430CC::COND_L; in EmitCMP()
884 TCC = MSP430CC::COND_L; in EmitCMP()
/external/llvm/lib/Target/MSP430/InstPrinter/
DMSP430InstPrinter.cpp112 case MSP430CC::COND_L: in printCCOperand()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h41 COND_L = 7, enumerator
DX86InstrInfo.cpp3657 case X86::JL_1: return X86::COND_L; in getCondFromBranchOpc()
3685 case X86::SETLr: case X86::SETLm: return X86::COND_L; in getCondFromSETOpc()
3724 return X86::COND_L; in getCondFromCMovOpc()
3757 case X86::COND_L: return X86::JL_1; in GetCondBranchFromCond()
3781 case X86::COND_L: return X86::COND_GE; in GetOppositeBranchCondition()
3784 case X86::COND_GE: return X86::COND_L; in GetOppositeBranchCondition()
3805 case X86::COND_L: return X86::COND_G; in getSwappedCondition()
3807 case X86::COND_G: return X86::COND_L; in getSwappedCondition()
5103 case X86::COND_L: case X86::COND_LE: in optimizeCompareInstr()
DX86FastISel.cpp207 case CmpInst::ICMP_SLT: CC = X86::COND_L; break; in getX86ConditionCode()
DX86ISelLowering.cpp4034 case X86::COND_L: return false; in isX86CCUnsigned()
4050 case ISD::SETLT: return X86::COND_L; in TranslateIntegerX86CC()
13779 case X86::COND_L: case X86::COND_LE: in EmitTest()