Home
last modified time | relevance | path

Searched refs:selectSETCC (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelDAGToDAG.h97 bool selectSETCC(SDValue N, ISD::CondCode ExpectedCCVal, SDValue &Val);
99 return selectSETCC(N, ISD::SETNE, Val); in selectSETNE()
102 return selectSETCC(N, ISD::SETEQ, Val); in selectSETEQ()
H A DRISCVISelDAGToDAG.cpp3175 bool RISCVDAGToDAGISel::selectSETCC(SDValue N, ISD::CondCode ExpectedCCVal, in selectSETCC() function in RISCVDAGToDAGISel