Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h224 bool isFsqrtCheap(SDValue Operand, SelectionDAG &DAG) const override { in isFsqrtCheap() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.h1364 bool isFsqrtCheap(SDValue Operand, SelectionDAG &DAG) const override;
DX86ISelLowering.cpp18017 bool X86TargetLowering::isFsqrtCheap(SDValue Op, SelectionDAG &DAG) const { in isFsqrtCheap() function in X86TargetLowering
/external/llvm/include/llvm/Target/
DTargetLowering.h242 bool isFsqrtCheap() const { in isFsqrtCheap() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h316 virtual bool isFsqrtCheap(SDValue X, SelectionDAG &DAG) const { in isFsqrtCheap() function
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp8902 if (!DAG.getTarget().Options.UnsafeFPMath || TLI.isFsqrtCheap()) in visitFSQRT()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11421 if (TLI.isFsqrtCheap(N0, DAG)) in visitFSQRT()