/external/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.cpp | 180 case AVRCC::COND_GE: in getBrCond() 212 return AVRCC::COND_GE; in getCondFromBranchOpc() 230 case AVRCC::COND_GE: in getOppositeCondition() 233 return AVRCC::COND_GE; in getOppositeCondition()
|
D | AVRInstrInfo.h | 35 COND_GE, //!< Greater than or equal enumerator
|
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.h | 81 COND_GE, enumerator 95 case COND_GE: return MBlaze::BGEID; in GetCondBranchFromCond()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.cpp | 203 case AVRCC::COND_GE: in getBrCond() 235 return AVRCC::COND_GE; in getCondFromBranchOpc() 253 case AVRCC::COND_GE: in getOppositeCondition() 256 return AVRCC::COND_GE; in getOppositeCondition()
|
D | AVRInstrInfo.h | 35 COND_GE, //!< Greater than or equal enumerator
|
D | AVRISelLowering.cpp | 423 return AVRCC::COND_GE; in intCCToAVRCC()
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/ |
D | MSP430.h | 28 COND_GE = 4, enumerator
|
D | MSP430InstrInfo.cpp | 146 CC = MSP430CC::COND_GE; in ReverseBranchCondition() 148 case MSP430CC::COND_GE: in ReverseBranchCondition()
|
D | MSP430ISelLowering.cpp | 727 TCC = MSP430CC::COND_GE; in EmitCMP() 737 TCC = MSP430CC::COND_GE; in EmitCMP()
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430.h | 28 COND_GE = 4, enumerator
|
D | MSP430InstrInfo.cpp | 144 CC = MSP430CC::COND_GE; in ReverseBranchCondition() 146 case MSP430CC::COND_GE: in ReverseBranchCondition()
|
D | MSP430ISelLowering.cpp | 848 TCC = MSP430CC::COND_GE; in EmitCMP() 858 TCC = MSP430CC::COND_GE; in EmitCMP()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/ |
D | MSP430.h | 28 COND_GE = 4, enumerator
|
D | MSP430InstrInfo.cpp | 147 CC = MSP430CC::COND_GE; in reverseBranchCondition() 149 case MSP430CC::COND_GE: in reverseBranchCondition()
|
D | MSP430ISelLowering.cpp | 1071 TCC = MSP430CC::COND_GE; in EmitCMP() 1082 TCC = MSP430CC::COND_GE; in EmitCMP()
|
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/InstPrinter/ |
D | MSP430InstPrinter.cpp | 108 case MSP430CC::COND_GE: in printCCOperand()
|
/external/llvm/lib/Target/MSP430/InstPrinter/ |
D | MSP430InstPrinter.cpp | 109 case MSP430CC::COND_GE: in printCCOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/InstPrinter/ |
D | MSP430InstPrinter.cpp | 109 case MSP430CC::COND_GE: in printCCOperand()
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrInfo.h | 39 COND_GE = 6, enumerator
|
D | X86InstrInfo.cpp | 1846 case X86::JGE_4: return X86::COND_GE; in GetCondFromBranchOpc() 1868 case X86::COND_GE: return X86::JGE_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()
|
/external/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 40 COND_GE = 6, enumerator
|
D | X86InstrInfo.cpp | 3694 case X86::JGE_1: return X86::COND_GE; in getCondFromBranchOpc() 3718 case X86::SETGEr: case X86::SETGEm: return X86::COND_GE; in getCondFromSETOpc() 3755 return X86::COND_GE; in getCondFromCMovOpc() 3794 case X86::COND_GE: return X86::JGE_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() 3842 case X86::COND_LE: return X86::COND_GE; in getSwappedCondition() 3844 case X86::COND_GE: return X86::COND_LE; in getSwappedCondition() 5228 case X86::COND_G: case X86::COND_GE: in optimizeCompareInstr()
|
D | X86FastISel.cpp | 207 case CmpInst::ICMP_SGE: CC = X86::COND_GE; break; in getX86ConditionCode()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrInfo.h | 48 COND_GE = 6, enumerator
|
D | X86InstrInfo.cpp | 2129 case X86::JGE_1: return X86::COND_GE; in getCondFromBranchOpc() 2153 case X86::SETGEr: case X86::SETGEm: return X86::COND_GE; in getCondFromSETOpc() 2190 return X86::COND_GE; in getCondFromCMovOpc() 2229 case X86::COND_GE: return X86::JGE_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() 2277 case X86::COND_LE: return X86::COND_GE; in getSwappedCondition() 2279 case X86::COND_GE: return X86::COND_LE; in getSwappedCondition() 2317 case CmpInst::ICMP_SGE: CC = X86::COND_GE; break; in getX86ConditionCode() 3805 case X86::COND_G: case X86::COND_GE: in optimizeCompareInstr()
|