Searched refs:Rsqrt (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGHLSLRuntime.h | 78 GENERATE_HLSL_INTRINSIC_FUNCTION(Rsqrt, rsqrt)
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | BuiltinsNVPTX.def | 433 // Rsqrt
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 17410 if (SDValue Rsqrt = buildRsqrtEstimate(AAZ, Flags)) in visitFDIV() local 17411 return DAG.getNode(ISD::FMUL, DL, VT, N0, Rsqrt); in visitFDIV() 17420 if (SDValue Rsqrt = buildRsqrtEstimate(Sqrt.getOperand(0), Flags)) { in visitFDIV() local 17421 SDValue Div = DAG.getNode(ISD::FDIV, SDLoc(N1), VT, Rsqrt, Y); in visitFDIV()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsNVVM.td | 1001 // Rsqrt
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXIntrinsics.td | 1168 // Rsqrt
|