Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h184 return RISCVCC::COND_GEU; in getRISCVCCForIntCC()
H A DRISCVInstrInfo.h43 COND_GEU, enumerator
H A DRISCVInstrInfo.cpp864 return RISCVCC::COND_GEU; in getCondFromBranchOpc()
897 case RISCVCC::COND_GEU: in getBrCond()
920 return RISCVCC::COND_GEU; in getOppositeBranchCondition()
921 case RISCVCC::COND_GEU: in getOppositeBranchCondition()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp438 return RISCVCC::COND_GEU; in getRISCVCCFromICmp()