Searched refs:LowerTrig (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600ISelLowering.h87 SDValue LowerTrig(SDValue Op, SelectionDAG &DAG) const;
H A DSIISelLowering.h90 SDValue LowerTrig(SDValue Op, SelectionDAG &DAG) const;
H A DR600ISelLowering.cpp488 case ISD::FSIN: return LowerTrig(Op, DAG);
762 SDValue R600TargetLowering::LowerTrig(SDValue Op, SelectionDAG &DAG) const { function in class:R600TargetLowering
H A DSIISelLowering.cpp4406 return LowerTrig(Op, DAG);
8442 SDValue SITargetLowering::LowerTrig(SDValue Op, SelectionDAG &DAG) const { function in class:SITargetLowering

Completed in 104 milliseconds