Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h401 bool hasBitPreservingFPLogic(EVT VT) const override;
H A DRISCVISelLowering.cpp1356 bool RISCVTargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in RISCVTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h428 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h397 bool hasBitPreservingFPLogic(EVT VT) const override;
H A DSIISelLowering.cpp4426 bool SITargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in SITargetLowering
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1458 bool hasBitPreservingFPLogic(EVT VT) const override;
H A DPPCISelLowering.cpp17407 bool PPCTargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in PPCTargetLowering
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h804 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.h1042 bool hasBitPreservingFPLogic(EVT VT) const override;
H A DX86ISelLowering.cpp5834 bool X86TargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in X86TargetLowering
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h657 virtual bool hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13563 if (!VT.isFloatingPoint() || !TLI.hasBitPreservingFPLogic(VT)) in foldBitcastedFPLogic()