Home
last modified time | relevance | path

Searched refs:COND_L (Results 1 – 14 of 14) 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.cpp845 TCC = MSP430CC::COND_L; in EmitCMP()
861 TCC = MSP430CC::COND_L; in EmitCMP()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430.h29 COND_L = 5, enumerator
DMSP430InstrInfo.cpp145 case MSP430CC::COND_L: in ReverseBranchCondition()
149 CC = MSP430CC::COND_L; in ReverseBranchCondition()
DMSP430ISelLowering.cpp724 TCC = MSP430CC::COND_L; in EmitCMP()
740 TCC = MSP430CC::COND_L; in EmitCMP()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/InstPrinter/
DMSP430InstPrinter.cpp111 case MSP430CC::COND_L: in printCCOperand()
/external/llvm/lib/Target/MSP430/InstPrinter/
DMSP430InstPrinter.cpp112 case MSP430CC::COND_L: in printCCOperand()
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86InstrInfo.h40 COND_L = 7, enumerator
DX86InstrInfo.cpp1843 case X86::JL_4: return X86::COND_L; in GetCondFromBranchOpc()
1865 case X86::COND_L: return X86::JL_4; in GetCondBranchFromCond()
1889 case X86::COND_L: return X86::COND_GE; in GetOppositeBranchCondition()
1892 case X86::COND_GE: return X86::COND_L; in GetOppositeBranchCondition()
DX86ISelLowering.cpp3000 case ISD::SETLT: return X86::COND_L; in TranslateX86CC()
8166 case X86::COND_L: case X86::COND_LE: in EmitTest()
/external/llvm/lib/Target/X86/
DX86InstrInfo.h41 COND_L = 7, enumerator
DX86InstrInfo.cpp3691 case X86::JL_1: return X86::COND_L; in getCondFromBranchOpc()
3719 case X86::SETLr: case X86::SETLm: return X86::COND_L; in getCondFromSETOpc()
3758 return X86::COND_L; in getCondFromCMovOpc()
3791 case X86::COND_L: return X86::JL_1; in GetCondBranchFromCond()
3815 case X86::COND_L: return X86::COND_GE; in GetOppositeBranchCondition()
3818 case X86::COND_GE: return X86::COND_L; in GetOppositeBranchCondition()
3841 case X86::COND_L: return X86::COND_G; in getSwappedCondition()
3843 case X86::COND_G: return X86::COND_L; in getSwappedCondition()
5229 case X86::COND_L: case X86::COND_LE: in optimizeCompareInstr()
DX86FastISel.cpp208 case CmpInst::ICMP_SLT: CC = X86::COND_L; break; in getX86ConditionCode()