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.cpp143 case MSP430CC::COND_L: in ReverseBranchCondition()
147 CC = MSP430CC::COND_L; in ReverseBranchCondition()
DMSP430ISelLowering.cpp873 TCC = MSP430CC::COND_L; in EmitCMP()
889 TCC = MSP430CC::COND_L; in EmitCMP()
/external/llvm/lib/Target/MSP430/InstPrinter/
DMSP430InstPrinter.cpp111 case MSP430CC::COND_L: in printCCOperand()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h40 COND_L = 7, enumerator
DX86InstrInfo.cpp3208 case X86::JL_1: return X86::COND_L; in getCondFromBranchOpc()
3236 case X86::SETLr: case X86::SETLm: return X86::COND_L; in getCondFromSETOpc()
3275 return X86::COND_L; in getCondFromCMovOpc()
3308 case X86::COND_L: return X86::JL_1; in GetCondBranchFromCond()
3332 case X86::COND_L: return X86::COND_GE; in GetOppositeBranchCondition()
3335 case X86::COND_GE: return X86::COND_L; in GetOppositeBranchCondition()
3356 case X86::COND_L: return X86::COND_G; in getSwappedCondition()
3358 case X86::COND_G: return X86::COND_L; in getSwappedCondition()
4458 case X86::COND_L: case X86::COND_LE: in optimizeCompareInstr()
DX86FastISel.cpp203 case CmpInst::ICMP_SLT: CC = X86::COND_L; break; in getX86ConditionCode()
DX86ISelLowering.cpp3620 case X86::COND_L: return false; in isX86CCUnsigned()
3659 case ISD::SETLT: return X86::COND_L; in TranslateX86CC()
12491 case X86::COND_L: case X86::COND_LE: in EmitTest()