Home
last modified time | relevance | path

Searched refs:COND_LTU (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h182 return RISCVCC::COND_LTU; in getRISCVCCForIntCC()
H A DRISCVInstrInfo.h42 COND_LTU, enumerator
H A DRISCVInstrInfo.cpp862 return RISCVCC::COND_LTU; in getCondFromBranchOpc()
895 case RISCVCC::COND_LTU: in getBrCond()
919 case RISCVCC::COND_LTU: in getOppositeBranchCondition()
922 return RISCVCC::COND_LTU; in getOppositeBranchCondition()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp434 return RISCVCC::COND_LTU; in getRISCVCCFromICmp()