| /freebsd/contrib/llvm-project/lldb/source/Plugins/Process/Utility/ |
| H A D | ARMDefines.h | 57 #define COND_GE \ macro 93 case COND_GE: in ARMCondCodeToString() 135 case COND_GE: in ARMConditionPassed()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrInfo.h | 47 COND_GE = 12, // Greater or Equal enumerator 86 case M68k::COND_GE: in GetOppositeBranchCondition() 89 return M68k::COND_GE; in GetOppositeBranchCondition() 111 case M68k::COND_GE: in GetCondBranchFromCond() 147 return M68k::COND_GE; in GetCondFromBranchOpc()
|
| H A D | M68kInstrInfo.cpp | 65 return M68k::COND_GE; in getCondFromBranchOpc()
|
| H A D | M68kISelLowering.cpp | 1734 return M68k::COND_GE; in TranslateIntegerM68kCC() 1886 case M68k::COND_GE: in EmitTest() 2097 case M68k::COND_GE: in isM68kCCUnsigned()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
| H A D | MSP430.h | 27 COND_GE = 4, enumerator
|
| H A D | MSP430InstrInfo.cpp | 142 CC = MSP430CC::COND_GE; in reverseBranchCondition() 144 case MSP430CC::COND_GE: in reverseBranchCondition()
|
| H A D | MSP430ISelLowering.cpp | 983 TCC = MSP430CC::COND_GE; in EmitCMP() 994 TCC = MSP430CC::COND_GE; in EmitCMP()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
| H A D | AVRInstrInfo.cpp | 200 case AVRCC::COND_GE: in getBrCond() 232 return AVRCC::COND_GE; in getCondFromBranchOpc() 250 case AVRCC::COND_GE: in getOppositeCondition() 253 return AVRCC::COND_GE; in getOppositeCondition()
|
| H A D | AVRInstrInfo.h | 36 COND_GE, //!< Greater than or equal enumerator
|
| H A D | AVRISelLowering.cpp | 568 return AVRCC::COND_GE; in intCCToAVRCC()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
| H A D | MSP430InstPrinter.cpp | 129 case MSP430CC::COND_GE: in printCCOperand()
|
| H A D | MSP430MCCodeEmitter.cpp | 206 case MSP430CC::COND_GE: return 5; in getCCOpValue()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
| H A D | RISCVISelDAGToDAG.h | 189 return RISCVCC::COND_GE; in getRISCVCCForIntCC()
|
| H A D | RISCVInstrInfo.h | 41 COND_GE, enumerator
|
| H A D | RISCVInstrInfo.cpp | 984 return RISCVCC::COND_GE; in getCondFromBranchOpc() 1007 case RISCVCC::COND_GE: in evaluateCondBranch() 1042 case RISCVCC::COND_GE: in getBrCond() 1070 case RISCVCC::COND_GE: in getBrCond() 1094 case RISCVCC::COND_GE: in getBrCond() 1140 return RISCVCC::COND_GE; in getOppositeBranchCondition() 1141 case RISCVCC::COND_GE: in getOppositeBranchCondition()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86BaseInfo.h | 91 COND_GE = 13, enumerator 269 case X86::COND_GE: // JGE,JNL in classifySecondCondCodeInMacroFusion()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/Disassembler/ |
| H A D | MSP430Disassembler.cpp | 332 case 5: return MSP430CC::COND_GE; in getCondCode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVInstructionSelector.cpp | 608 return RISCVCC::COND_GE; in getRISCVCCFromICmp() 632 CC = RISCVCC::COND_GE; in getOperandsForBranch() 640 CC = RISCVCC::COND_GE; in getOperandsForBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
| H A D | MSP430AsmParser.cpp | 346 CondCode = MSP430CC::COND_GE; in parseJccInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ScheduleBdVer2.td | 483 SchedVar<MCSchedPredicate<CheckImmOperand_s<7, "X86::COND_GE">>, [PdWriteCMOVm]>, 502 SchedVar<MCSchedPredicate<CheckImmOperand_s<5, "X86::COND_GE">>, [PdWriteSETGEmSETGmSETLEmSETLm]>,
|
| H A D | X86InstrInfo.cpp | 3241 case X86::COND_GE: in getCCMPCondFlagsFromCondCode() 3311 return X86::COND_GE; in GetOppositeBranchCondition() 3316 case X86::COND_GE: in GetOppositeBranchCondition() 3358 return X86::COND_GE; in getSwappedCondition() 3361 case X86::COND_GE: in getSwappedCondition() 3447 CC = X86::COND_GE; in getX86ConditionCode() 5504 case X86::COND_GE: in optimizeCompareInstr() 5563 case X86::COND_GE: // x >=s (C + 1) --> x >s C in optimizeCompareInstr() 5576 ReplacementCC = X86::COND_GE; in optimizeCompareInstr()
|
| H A D | X86ISelDAGToDAG.cpp | 3426 case X86::COND_L: case X86::COND_GE: in mayUseCarryFlag()
|
| H A D | X86ISelLowering.cpp | 2955 case X86::COND_GE: in isX86CCSigned() 2968 case ISD::SETGE: return X86::COND_GE; in TranslateIntegerX86CC() 23343 case X86::COND_G: case X86::COND_GE: in EmitTest() 36540 .addImm(X86::COND_GE); in EmitLoweredProbedAlloca() 48268 CC = X86::COND_GE; in combineSetCCAtomicArith() 57230 case X86::COND_G: case X86::COND_GE: in needCarryOrOverflowFlag() 61015 .Case("{@ccge}", X86::COND_GE) in parseConstraintCode() 61027 .Case("{@ccnl}", X86::COND_GE) in parseConstraintCode()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
| H A D | X86AsmParser.cpp | 2861 .Cases("ge", "nl", X86::COND_GE) // Greater or Equal/Not Less in ParseConditionCode()
|