/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 | 63 return M68k::COND_GE; in getCondFromBranchOpc()
|
H A D | M68kISelLowering.cpp | 1732 return M68k::COND_GE; in TranslateIntegerM68kCC() 1884 case M68k::COND_GE: in EmitTest() 2095 case M68k::COND_GE: in isM68kCCUnsigned()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A 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()
|
H A D | AVRInstrInfo.h | 36 COND_GE, //!< Greater than or equal enumerator
|
H A D | AVRISelLowering.cpp | 625 return AVRCC::COND_GE; in intCCToAVRCC()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430.h | 27 COND_GE = 4, enumerator
|
H A D | MSP430InstrInfo.cpp | 147 CC = MSP430CC::COND_GE; in reverseBranchCondition() 149 case MSP430CC::COND_GE: in reverseBranchCondition()
|
H A D | MSP430ISelLowering.cpp | 1105 TCC = MSP430CC::COND_GE; in EmitCMP() 1116 TCC = MSP430CC::COND_GE; in EmitCMP()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
H A D | MSP430InstPrinter.cpp | 132 case MSP430CC::COND_GE: in printCCOperand()
|
H A D | MSP430MCCodeEmitter.cpp | 197 case MSP430CC::COND_GE: return 5; in getCCOpValue()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelDAGToDAG.h | 180 return RISCVCC::COND_GE; in getRISCVCCForIntCC()
|
H A D | RISCVInstrInfo.h | 41 COND_GE, enumerator
|
H A D | RISCVInstrInfo.cpp | 860 return RISCVCC::COND_GE; in getCondFromBranchOpc() 893 case RISCVCC::COND_GE: in getBrCond() 916 return RISCVCC::COND_GE; in getOppositeBranchCondition() 917 case RISCVCC::COND_GE: in getOppositeBranchCondition() 1231 if ((CC == RISCVCC::COND_GE || CC == RISCVCC::COND_LT) || C0) in optimizeCondBranch()
|
/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 | 331 case 5: return MSP430CC::COND_GE; in getCondCode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVInstructionSelector.cpp | 440 return RISCVCC::COND_GE; in getRISCVCCFromICmp() 464 CC = RISCVCC::COND_GE; in getOperandsForBranch() 472 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 | 3201 case X86::COND_GE: in getCCMPCondFlagsFromCondCode() 3253 return X86::COND_GE; in GetOppositeBranchCondition() 3258 case X86::COND_GE: in GetOppositeBranchCondition() 3300 return X86::COND_GE; in getSwappedCondition() 3303 case X86::COND_GE: in getSwappedCondition() 3389 CC = X86::COND_GE; in getX86ConditionCode() 5413 case X86::COND_GE: in optimizeCompareInstr() 5472 case X86::COND_GE: // x >=s (C + 1) --> x >s C in optimizeCompareInstr() 5485 ReplacementCC = X86::COND_GE; in optimizeCompareInstr()
|
H A D | X86ISelDAGToDAG.cpp | 3358 case X86::COND_L: case X86::COND_GE: in mayUseCarryFlag()
|
H A D | X86ISelLowering.cpp | 2810 case X86::COND_GE: in isX86CCSigned() 2823 case ISD::SETGE: return X86::COND_GE; in TranslateIntegerX86CC() 22608 case X86::COND_G: case X86::COND_GE: in EmitTest() 35286 .addImm(X86::COND_GE); in EmitLoweredProbedAlloca() 46516 CC = X86::COND_GE; in combineSetCCAtomicArith() 55111 case X86::COND_G: case X86::COND_GE: in needCarryOrOverflowFlag() 58248 .Case("{@ccge}", X86::COND_GE) in parseConstraintCode() 58260 .Case("{@ccnl}", X86::COND_GE) in parseConstraintCode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86AsmParser.cpp | 2839 .Cases("ge", "nl", X86::COND_GE) // Greater or Equal/Not Less in ParseConditionCode()
|