Home
last modified time | relevance | path

Searched refs:isFPImmLegal (Results 1 – 25 of 25) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEISelLowering.h182 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DVEISelLowering.cpp824 bool VETargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in VETargetLowering
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h175 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DAMDGPUISelLowering.cpp707 bool AMDGPUTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in AMDGPUTargetLowering
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h292 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DRISCVISelLowering.cpp942 bool RISCVTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in RISCVTargetLowering
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h430 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DSystemZISelLowering.cpp827 bool SystemZTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in SystemZTargetLowering
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsISelLowering.h664 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DMipsISelLowering.cpp4293 bool MipsTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in MipsTargetLowering
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h296 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DHexagonISelLowering.cpp3364 bool HexagonTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in HexagonTargetLowering
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.h588 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DARMFastISel.cpp421 if (TLI.isFPImmLegal(Val, VT)) { in ARMMaterializeFP()
H A DARMISelLowering.cpp6801 if (isFPImmLegal(FPVal, VT)) in LowerConstantFP()
19002 bool ARMTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in ARMTargetLowering
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1077 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DPPCISelLowering.cpp16415 bool PPCTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in PPCTargetLowering
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.h1249 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DX86ISelLowering.cpp5227 bool X86TargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in X86TargetLowering
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h541 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DAArch64ISelLowering.cpp7625 bool AArch64TargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in AArch64TargetLowering
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1011 virtual bool isFPImmLegal(const APFloat & /*Imm*/, EVT /*VT*/,
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp6027 isFPImmLegal(neg(cast<ConstantFPSDNode>(Op)->getValueAPF()), VT, in getNegatedExpression()
6056 isFPImmLegal(neg(cast<ConstantFPSDNode>(N)->getValueAPF()), VT, in getNegatedExpression()
H A DDAGCombiner.cpp13939 (N1.hasOneUse() && !TLI.isFPImmLegal(N1CFP->getValueAPF(), VT, in visitFMA()
14095 TLI.isFPImmLegal(Recip, VT, ForCodeSize))) in visitFDIV()
22250 TLI.isFPImmLegal(TV->getValueAPF(), TV->getValueType(0), ForCodeSize) || in convertSelectOfFPConstantsToLoadOffset()
22251 TLI.isFPImmLegal(FV->getValueAPF(), FV->getValueType(0), ForCodeSize)) in convertSelectOfFPConstantsToLoadOffset()
H A DLegalizeDAG.cpp3219 if (!TLI.isFPImmLegal(CFP->getValueAPF(), Node->getValueType(0), in ExpandNode()