Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
HDRISCVISelLowering.h958 SDValue lowerABS(SDValue Op, SelectionDAG &DAG) const;
HDRISCVISelLowering.cpp7064 return lowerABS(Op, DAG); in LowerOperation()
11101 SDValue RISCVTargetLowering::lowerABS(SDValue Op, SelectionDAG &DAG) const { in lowerABS() function in RISCVTargetLowering