/external/llvm/lib/Target/MSP430/ |
D | MSP430.h | 29 COND_L = 5, enumerator
|
D | MSP430InstrInfo.cpp | 143 case MSP430CC::COND_L: in ReverseBranchCondition() 147 CC = MSP430CC::COND_L; in ReverseBranchCondition()
|
D | MSP430ISelLowering.cpp | 845 TCC = MSP430CC::COND_L; in EmitCMP() 861 TCC = MSP430CC::COND_L; in EmitCMP()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/ |
D | MSP430.h | 29 COND_L = 5, enumerator
|
D | MSP430InstrInfo.cpp | 146 case MSP430CC::COND_L: in reverseBranchCondition() 150 CC = MSP430CC::COND_L; in reverseBranchCondition()
|
D | MSP430ISelLowering.cpp | 1068 TCC = MSP430CC::COND_L; in EmitCMP() 1085 TCC = MSP430CC::COND_L; in EmitCMP()
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430.h | 29 COND_L = 5, enumerator
|
D | MSP430InstrInfo.cpp | 145 case MSP430CC::COND_L: in ReverseBranchCondition() 149 CC = MSP430CC::COND_L; in ReverseBranchCondition()
|
D | MSP430ISelLowering.cpp | 724 TCC = MSP430CC::COND_L; in EmitCMP() 740 TCC = MSP430CC::COND_L; in EmitCMP()
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/InstPrinter/ |
D | MSP430InstPrinter.cpp | 111 case MSP430CC::COND_L: in printCCOperand()
|
/external/llvm/lib/Target/MSP430/InstPrinter/ |
D | MSP430InstPrinter.cpp | 112 case MSP430CC::COND_L: in printCCOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/InstPrinter/ |
D | MSP430InstPrinter.cpp | 112 case MSP430CC::COND_L: in printCCOperand()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.h | 40 COND_L = 7, enumerator
|
D | X86InstrInfo.cpp | 1843 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()
|
D | X86ISelLowering.cpp | 3000 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/ |
D | X86InstrInfo.h | 41 COND_L = 7, enumerator
|
D | X86InstrInfo.cpp | 3691 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()
|
D | X86FastISel.cpp | 208 case CmpInst::ICMP_SLT: CC = X86::COND_L; break; in getX86ConditionCode()
|
D | X86ISelLowering.cpp | 3951 case X86::COND_L: in isX86CCUnsigned() 3963 case ISD::SETLT: return X86::COND_L; in TranslateIntegerX86CC() 14632 case X86::COND_L: case X86::COND_LE: in EmitTest() 26990 CC = X86::COND_L; in combineSetCCAtomicArith()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 49 COND_L = 7, enumerator
|
D | X86InstrInfo.cpp | 2126 case X86::JL_1: return X86::COND_L; in getCondFromBranchOpc() 2154 case X86::SETLr: case X86::SETLm: return X86::COND_L; in getCondFromSETOpc() 2193 return X86::COND_L; in getCondFromCMovOpc() 2226 case X86::COND_L: return X86::JL_1; in GetCondBranchFromCond() 2250 case X86::COND_L: return X86::COND_GE; in GetOppositeBranchCondition() 2253 case X86::COND_GE: return X86::COND_L; in GetOppositeBranchCondition() 2276 case X86::COND_L: return X86::COND_G; in getSwappedCondition() 2278 case X86::COND_G: return X86::COND_L; in getSwappedCondition() 2318 case CmpInst::ICMP_SLT: CC = X86::COND_L; break; in getX86ConditionCode() 3806 case X86::COND_L: case X86::COND_LE: in optimizeCompareInstr()
|
D | X86ISelLowering.cpp | 4496 case X86::COND_L: in isX86CCUnsigned() 4508 case ISD::SETLT: return X86::COND_L; in TranslateIntegerX86CC() 17700 case X86::COND_L: case X86::COND_LE: in EmitTest() 33045 CC = X86::COND_L; in combineSetCCAtomicArith()
|