Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp1228 Instruction *RSqrt = cast<Instruction>( in fold_rootn() local
1231 RSqrt->setFastMathFlags(FMF); in fold_rootn()
1232 RSqrt->setMetadata(LLVMContext::MD_fpmath, FPMD); in fold_rootn()
1236 replaceCall(CI, RSqrt); in fold_rootn()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXIL.td595 def RSqrt : DXILOp<25, unary> {