Home
last modified time | relevance | path

Searched refs:hasBitPreservingFPLogic (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.h285 bool hasBitPreservingFPLogic(EVT VT) const override;
DSIISelLowering.cpp3472 bool SITargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in SITargetLowering
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h399 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h477 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
/external/llvm/lib/Target/X86/
DX86ISelLowering.h763 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.h790 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
/external/llvm/include/llvm/Target/
DTargetLowering.h323 virtual bool hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h445 virtual bool hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7349 if (!VT.isFloatingPoint() || !TLI.hasBitPreservingFPLogic(VT)) in foldBitcastedFPLogic()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp9694 if (!VT.isFloatingPoint() || !TLI.hasBitPreservingFPLogic(VT)) in foldBitcastedFPLogic()