Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h305 bool hasBitPreservingFPLogic(EVT VT) const override;
H A DSIISelLowering.cpp3503 bool SITargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in SITargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h490 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1161 bool hasBitPreservingFPLogic(EVT VT) const override;
H A DPPCISelLowering.cpp14623 bool PPCTargetLowering::hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function in PPCTargetLowering
/freebsd-12.1/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h787 bool hasBitPreservingFPLogic(EVT VT) const override { in hasBitPreservingFPLogic() function
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h454 virtual bool hasBitPreservingFPLogic(EVT VT) const { in hasBitPreservingFPLogic() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp10017 if (!VT.isFloatingPoint() || !TLI.hasBitPreservingFPLogic(VT)) in foldBitcastedFPLogic()