Home
last modified time | relevance | path

Searched refs:COND_LT (Results 1 – 12 of 12) sorted by relevance

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/Utility/
HDARMDefines.h59 #define COND_LT \ macro
95 case COND_LT: in ARMCondCodeToString()
137 case COND_LT: in ARMConditionPassed()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/M68k/
HDM68kInstrInfo.h48 COND_LT = 13, // Less Than enumerator
87 return M68k::COND_LT; in GetOppositeBranchCondition()
88 case M68k::COND_LT: in GetOppositeBranchCondition()
105 case M68k::COND_LT: in GetCondBranchFromCond()
141 return M68k::COND_LT; in GetCondFromBranchOpc()
HDM68kInstrInfo.cpp57 return M68k::COND_LT; in getCondFromBranchOpc()
HDM68kISelLowering.cpp1734 return M68k::COND_LT; in TranslateIntegerM68kCC()
1885 case M68k::COND_LT: in EmitTest()
2096 case M68k::COND_LT: in isM68kCCUnsigned()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/AVR/
HDAVRInstrInfo.cpp205 case AVRCC::COND_LT: in getBrCond()
237 return AVRCC::COND_LT; in getCondFromBranchOpc()
254 return AVRCC::COND_LT; in getOppositeCondition()
255 case AVRCC::COND_LT: in getOppositeCondition()
HDAVRInstrInfo.h37 COND_LT, //!< Less than enumerator
HDAVRISelLowering.cpp627 return AVRCC::COND_LT; in intCCToAVRCC()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVInstrInfoSFB.td198 (PseudoCCSUB (XLenVT GPR:$rs1), (XLenVT X0), /* COND_LT */ 2,
202 (PseudoCCSUBW (i64 GPR:$rs1), (i64 X0), /* COND_LT */ 2,
HDRISCVISelDAGToDAG.h178 return RISCVCC::COND_LT; in getRISCVCCForIntCC()
HDRISCVInstrInfo.h40 COND_LT, enumerator
HDRISCVInstrInfo.cpp858 return RISCVCC::COND_LT; in getCondFromBranchOpc()
891 case RISCVCC::COND_LT: in getBrCond()
915 case RISCVCC::COND_LT: in getOppositeBranchCondition()
918 return RISCVCC::COND_LT; in getOppositeBranchCondition()
1231 if ((CC == RISCVCC::COND_GE || CC == RISCVCC::COND_LT) || C0) in optimizeCondBranch()
/freebsd-head/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
HDRISCVInstructionSelector.cpp436 return RISCVCC::COND_LT; in getRISCVCCFromICmp()