Home
last modified time | relevance | path

Searched defs:isFsqrtCheap (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h248 bool isFsqrtCheap(SDValue Operand, SelectionDAG &DAG) const override { in isFsqrtCheap() function
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h509 virtual bool isFsqrtCheap(SDValue X, SelectionDAG &DAG) const { in isFsqrtCheap() function
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp24266 bool X86TargetLowering::isFsqrtCheap(SDValue Op, SelectionDAG &DAG) const { in isFsqrtCheap() function in X86TargetLowering