/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelLowering.h | 180 bool isFPImmLegal(const APFloat &Imm, EVT VT,
|
D | AMDGPUISelLowering.cpp | 622 bool AMDGPUTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in AMDGPUTargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.h | 427 bool isFPImmLegal(const APFloat &Imm, EVT VT,
|
D | SystemZISelLowering.cpp | 810 bool SystemZTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in SystemZTargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 295 bool isFPImmLegal(const APFloat &Imm, EVT VT,
|
D | HexagonISelLowering.cpp | 3112 bool HexagonTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in HexagonTargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsISelLowering.h | 681 bool isFPImmLegal(const APFloat &Imm, EVT VT,
|
D | MipsISelLowering.cpp | 4281 bool MipsTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in MipsTargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.h | 507 bool isFPImmLegal(const APFloat &Imm, EVT VT,
|
D | ARMFastISel.cpp | 427 if (TLI.isFPImmLegal(Val, VT)) { in ARMMaterializeFP()
|
D | ARMISelLowering.cpp | 6574 if (isFPImmLegal(FPVal, VT)) in LowerConstantFP() 16514 bool ARMTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in ARMTargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.h | 364 bool isFPImmLegal(const APFloat &Imm, EVT VT,
|
D | AArch64ISelLowering.cpp | 5993 bool AArch64TargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in AArch64TargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.h | 965 bool isFPImmLegal(const APFloat &Imm, EVT VT,
|
D | PPCISelLowering.cpp | 15412 bool PPCTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in PPCTargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.h | 1104 bool isFPImmLegal(const APFloat &Imm, EVT VT,
|
D | X86ISelLowering.cpp | 5014 bool X86TargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in X86TargetLowering
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 872 virtual bool isFPImmLegal(const APFloat & /*Imm*/, EVT /*VT*/,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 12617 (N1.hasOneUse() && !TLI.isFPImmLegal(N1CFP->getValueAPF(), VT, in visitFMA() 12768 TLI.isFPImmLegal(Recip, VT, ForCodeSize))) in visitFDIV() 13427 if (LegalDAG && (TLI.isFPImmLegal(CVal, VT, ForCodeSize) || in visitFNEG() 20320 TLI.isFPImmLegal(TV->getValueAPF(), TV->getValueType(0), ForCodeSize) || in convertSelectOfFPConstantsToLoadOffset() 20321 TLI.isFPImmLegal(FV->getValueAPF(), FV->getValueType(0), ForCodeSize)) in convertSelectOfFPConstantsToLoadOffset()
|
D | TargetLowering.cpp | 5509 isFPImmLegal(neg(cast<ConstantFPSDNode>(Op)->getValueAPF()), VT, in isNegatibleForFree() 5525 isFPImmLegal(neg(cast<ConstantFPSDNode>(N)->getValueAPF()), VT, in isNegatibleForFree()
|
D | LegalizeDAG.cpp | 3242 if (!TLI.isFPImmLegal(CFP->getValueAPF(), Node->getValueType(0), in ExpandNode()
|