| /NextBSD/contrib/llvm/lib/Target/Hexagon/ |
| HD | HexagonISelLowering.h | 203 bool isFPImmLegal(const APFloat &Imm, EVT VT) const override;
|
| HD | HexagonISelLowering.cpp | 2372 bool HexagonTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { in isFPImmLegal() function in HexagonTargetLowering
|
| /NextBSD/contrib/llvm/lib/Target/AMDGPU/ |
| HD | AMDGPUISelLowering.h | 130 bool isFPImmLegal(const APFloat &Imm, EVT VT) const override;
|
| HD | AMDGPUISelLowering.cpp | 458 bool AMDGPUTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { in isFPImmLegal() function in AMDGPUTargetLowering
|
| /NextBSD/contrib/llvm/lib/Target/SystemZ/ |
| HD | SystemZISelLowering.h | 370 bool isFPImmLegal(const APFloat &Imm, EVT VT) const override;
|
| HD | SystemZISelLowering.cpp | 485 bool SystemZTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { in isFPImmLegal() function in SystemZTargetLowering
|
| /NextBSD/contrib/llvm/lib/Target/AArch64/ |
| HD | AArch64ISelLowering.h | 274 bool isFPImmLegal(const APFloat &Imm, EVT VT) const override;
|
| HD | AArch64FastISel.cpp | 366 if (TLI.isFPImmLegal(Val, VT)) { in materializeFP()
|
| HD | AArch64ISelLowering.cpp | 4195 bool AArch64TargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { in isFPImmLegal() function in AArch64TargetLowering
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMISelLowering.h | 407 bool isFPImmLegal(const APFloat &Imm, EVT VT) const override;
|
| HD | ARMFastISel.cpp | 472 if (TLI.isFPImmLegal(Val, VT)) { in ARMMaterializeFP()
|
| HD | ARMISelLowering.cpp | 11162 bool ARMTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { in isFPImmLegal() function in ARMTargetLowering
|
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | MipsISelLowering.h | 541 bool isFPImmLegal(const APFloat &Imm, EVT VT) const override;
|
| HD | MipsISelLowering.cpp | 3589 bool MipsTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { in isFPImmLegal() function in MipsTargetLowering
|
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86ISelLowering.h | 819 bool isFPImmLegal(const APFloat &Imm, EVT VT) const override;
|
| HD | X86ISelLowering.cpp | 3923 bool X86TargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { in isFPImmLegal() function in X86TargetLowering
|
| /NextBSD/contrib/llvm/include/llvm/Target/ |
| HD | TargetLowering.h | 514 virtual bool isFPImmLegal(const APFloat &/*Imm*/, EVT /*VT*/) const { in isFPImmLegal() function
|
| /NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/ |
| HD | DAGCombiner.cpp | 8289 TLI.isFPImmLegal(Recip, VT))) in visitFDIV() 8840 (TLI.isFPImmLegal(CVal, N->getValueType(0)) || in visitFNEG() 13358 !TLI.isFPImmLegal(TV->getValueAPF(), TV->getValueType(0)) && in SimplifySelectCC() 13359 !TLI.isFPImmLegal(FV->getValueAPF(), FV->getValueType(0))) && in SimplifySelectCC()
|
| HD | LegalizeDAG.cpp | 3529 if (!TLI.isFPImmLegal(CFP->getValueAPF(), Node->getValueType(0))) in ExpandNode()
|