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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h80 bool hasBitPreservingFPLogic(EVT VT) const override;
H A DRISCVISelLowering.cpp381 bool RISCVTargetLowering::hasBitPreservingFPLogic(EVT VT) const { function in class:RISCVTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h692 bool hasBitPreservingFPLogic(EVT VT) const override {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.h364 bool hasBitPreservingFPLogic(EVT VT) const override;
H A DSIISelLowering.cpp4230 bool SITargetLowering::hasBitPreservingFPLogic(EVT VT) const { function in class:SITargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1285 bool hasBitPreservingFPLogic(EVT VT) const override;
H A DPPCISelLowering.cpp17044 bool PPCTargetLowering::hasBitPreservingFPLogic(EVT VT) const { function in class:PPCTargetLowering
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h968 bool hasBitPreservingFPLogic(EVT VT) const override {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h608 virtual bool hasBitPreservingFPLogic(EVT VT) const { function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11538 if (!VT.isFloatingPoint() || !TLI.hasBitPreservingFPLogic(VT))

Completed in 467 milliseconds