Searched refs:SIN_HW (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUISelLowering.h | 458 SIN_HW, enumerator
|
H A D | R600Instructions.td | 400 def SIN_HW : SDNode<"AMDGPUISD::SIN_HW", 1196 inst, "SIN", [(set f32:$dst, (SIN_HW f32:$src0))]>{
|
H A D | AMDGPUInstrInfo.td | 116 def AMDGPUsin_impl : SDNode<"AMDGPUISD::SIN_HW", SDTFPUnaryOp>;
|
H A D | AMDGPUISelLowering.cpp | 668 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 D | R600ISelLowering.cpp | 702 TrigNode = AMDGPUISD::SIN_HW; in LowerTrig()
|
H A D | AMDGPUISelDAGToDAG.cpp | 172 case AMDGPUISD::SIN_HW: in fp16SrcZerosHighBits()
|
H A D | SIISelLowering.cpp | 8572 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()
|