| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Hexagon/ |
| H A D | HexagonISelLowering.h | 174 bool isFPImmLegal(const APFloat &Imm, EVT VT) const override;
|
| H A D | HexagonISelLowering.cpp | 1626 bool HexagonTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { in isFPImmLegal() function in HexagonTargetLowering
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.h | 209 bool isFPImmLegal(const APFloat &Imm, EVT VT) const override;
|
| H A D | SystemZISelLowering.cpp | 340 bool SystemZTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { in isFPImmLegal() function in SystemZTargetLowering
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/R600/ |
| H A D | AMDGPUISelLowering.h | 125 bool isFPImmLegal(const APFloat &Imm, EVT VT) const override;
|
| H A D | AMDGPUISelLowering.cpp | 427 bool AMDGPUTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { in isFPImmLegal() function in AMDGPUTargetLowering
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
| H A D | AArch64ISelLowering.h | 264 bool isFPImmLegal(const APFloat &Imm, EVT VT) const override;
|
| H A D | AArch64FastISel.cpp | 364 if (TLI.isFPImmLegal(Val, VT)) { in materializeFP()
|
| H A D | AArch64ISelLowering.cpp | 4162 bool AArch64TargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { in isFPImmLegal() function in AArch64TargetLowering
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/ |
| H A D | MipsISelLowering.h | 517 bool isFPImmLegal(const APFloat &Imm, EVT VT) const override;
|
| H A D | MipsISelLowering.cpp | 3558 bool MipsTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { in isFPImmLegal() function in MipsTargetLowering
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/ |
| H A D | ARMISelLowering.h | 379 bool isFPImmLegal(const APFloat &Imm, EVT VT) const override;
|
| H A D | ARMFastISel.cpp | 476 if (TLI.isFPImmLegal(Val, VT)) { in ARMMaterializeFP()
|
| H A D | ARMISelLowering.cpp | 10885 bool ARMTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { in isFPImmLegal() function in ARMTargetLowering
|
| /minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.h | 748 bool isFPImmLegal(const APFloat &Imm, EVT VT) const override;
|
| H A D | X86ISelLowering.cpp | 3869 bool X86TargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { in isFPImmLegal() function in X86TargetLowering
|
| /minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/ |
| H A D | TargetLowering.h | 492 virtual bool isFPImmLegal(const APFloat &/*Imm*/, EVT /*VT*/) const { in isFPImmLegal() function
|
| /minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 7414 TLI.isFPImmLegal(Recip, VT))) in visitFDIV() 7910 (TLI.isFPImmLegal(CVal, N->getValueType(0)) || in visitFNEG() 12052 !TLI.isFPImmLegal(TV->getValueAPF(), TV->getValueType(0)) && in SimplifySelectCC() 12053 !TLI.isFPImmLegal(FV->getValueAPF(), FV->getValueType(0))) && in SimplifySelectCC()
|
| H A D | LegalizeDAG.cpp | 3558 if (!TLI.isFPImmLegal(CFP->getValueAPF(), Node->getValueType(0))) in ExpandNode()
|