Home
last modified time | relevance | path

Searched refs:SIN_HW (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h458 SIN_HW, enumerator
H A DR600Instructions.td400 def SIN_HW : SDNode<"AMDGPUISD::SIN_HW",
1196 inst, "SIN", [(set f32:$dst, (SIN_HW f32:$src0))]>{
H A DAMDGPUInstrInfo.td116 def AMDGPUsin_impl : SDNode<"AMDGPUISD::SIN_HW", SDTFPUnaryOp>;
H A DAMDGPUISelLowering.cpp668 case AMDGPUISD::SIN_HW: in fnegFoldsIntoOpcode()
4895 case AMDGPUISD::SIN_HW: { in performFNegCombine()
5441 NODE_NAME_CASE(SIN_HW) in getTargetNodeName()
5953 case AMDGPUISD::SIN_HW: in isKnownNeverNaNForTargetNode()
H A DR600ISelLowering.cpp702 TrigNode = AMDGPUISD::SIN_HW; in LowerTrig()
H A DAMDGPUISelDAGToDAG.cpp172 case AMDGPUISD::SIN_HW: in fp16SrcZerosHighBits()
H A DSIISelLowering.cpp8572 return DAG.getNode(AMDGPUISD::SIN_HW, DL, VT, Op.getOperand(1)); in LowerINTRINSIC_WO_CHAIN()
11171 return DAG.getNode(AMDGPUISD::SIN_HW, SDLoc(Op), VT, TrigVal, Flags); in LowerTrig()
12658 case AMDGPUISD::SIN_HW: in isCanonicalized()