Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVISelLowering.h78 bool hasBitPreservingFPLogic(EVT VT) const override;
DRISCVISelLowering.cpp339 bool RISCVTargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in RISCVTargetLowering
/external/llvm-project/llvm/lib/Target/RISCV/
DRISCVISelLowering.h107 bool hasBitPreservingFPLogic(EVT VT) const override;
DRISCVISelLowering.cpp484 bool RISCVTargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in RISCVTargetLowering
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h399 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.h347 bool hasBitPreservingFPLogic(EVT VT) const override;
DSIISelLowering.cpp3878 bool SITargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in SITargetLowering
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIISelLowering.h370 bool hasBitPreservingFPLogic(EVT VT) const override;
DSIISelLowering.cpp4349 bool SITargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in SITargetLowering
/external/llvm/lib/Target/X86/
DX86ISelLowering.h763 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h583 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1247 bool hasBitPreservingFPLogic(EVT VT) const override;
DPPCISelLowering.cpp15767 bool PPCTargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in PPCTargetLowering
/external/llvm-project/llvm/lib/Target/PowerPC/
DPPCISelLowering.h1320 bool hasBitPreservingFPLogic(EVT VT) const override;
DPPCISelLowering.cpp16922 bool PPCTargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in PPCTargetLowering
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h724 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.h978 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.h866 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-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h487 virtual bool hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h622 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-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp11091 if (!VT.isFloatingPoint() || !TLI.hasBitPreservingFPLogic(VT)) in foldBitcastedFPLogic()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12078 if (!VT.isFloatingPoint() || !TLI.hasBitPreservingFPLogic(VT)) in foldBitcastedFPLogic()