Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUISelLowering.h180 bool isFPImmLegal(const APFloat &Imm, EVT VT,
DAMDGPUISelLowering.cpp622 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/
DSystemZISelLowering.h427 bool isFPImmLegal(const APFloat &Imm, EVT VT,
DSystemZISelLowering.cpp810 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/
DHexagonISelLowering.h295 bool isFPImmLegal(const APFloat &Imm, EVT VT,
DHexagonISelLowering.cpp3112 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/
DMipsISelLowering.h681 bool isFPImmLegal(const APFloat &Imm, EVT VT,
DMipsISelLowering.cpp4281 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/
DARMISelLowering.h507 bool isFPImmLegal(const APFloat &Imm, EVT VT,
DARMFastISel.cpp427 if (TLI.isFPImmLegal(Val, VT)) { in ARMMaterializeFP()
DARMISelLowering.cpp6574 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/
DAArch64ISelLowering.h364 bool isFPImmLegal(const APFloat &Imm, EVT VT,
DAArch64ISelLowering.cpp5993 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/
DPPCISelLowering.h965 bool isFPImmLegal(const APFloat &Imm, EVT VT,
DPPCISelLowering.cpp15412 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/
DX86ISelLowering.h1104 bool isFPImmLegal(const APFloat &Imm, EVT VT,
DX86ISelLowering.cpp5014 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/
DTargetLowering.h872 virtual bool isFPImmLegal(const APFloat & /*Imm*/, EVT /*VT*/,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp12617 (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()
DTargetLowering.cpp5509 isFPImmLegal(neg(cast<ConstantFPSDNode>(Op)->getValueAPF()), VT, in isNegatibleForFree()
5525 isFPImmLegal(neg(cast<ConstantFPSDNode>(N)->getValueAPF()), VT, in isNegatibleForFree()
DLegalizeDAG.cpp3242 if (!TLI.isFPImmLegal(CFP->getValueAPF(), Node->getValueType(0), in ExpandNode()