Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h426 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
/openbsd/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h412 bool hasBitPreservingFPLogic(EVT VT) const override;
H A DRISCVISelLowering.cpp1495 bool RISCVTargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in RISCVTargetLowering
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h399 bool hasBitPreservingFPLogic(EVT VT) const override;
H A DSIISelLowering.cpp4468 bool SITargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in SITargetLowering
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h833 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1471 bool hasBitPreservingFPLogic(EVT VT) const override;
H A DPPCISelLowering.cpp17641 bool PPCTargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in PPCTargetLowering
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.h1091 bool hasBitPreservingFPLogic(EVT VT) const override;
H A DX86ISelLowering.cpp5952 bool X86TargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in X86TargetLowering
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h645 virtual bool hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14124 if (!VT.isFloatingPoint() || !TLI.hasBitPreservingFPLogic(VT)) in foldBitcastedFPLogic()