Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaISelLowering.h109 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DXtensaISelLowering.cpp257 bool XtensaTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in XtensaTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.h169 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DSparcISelLowering.cpp3533 bool SparcTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in SparcTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/
H A DVEISelLowering.h310 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DVEISelLowering.cpp860 bool VETargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in VETargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchISelLowering.h390 bool isFPImmLegal(const APFloat &Imm, EVT VT,
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h218 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DAMDGPUISelLowering.cpp818 bool AMDGPUTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in AMDGPUTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h486 bool isFPImmLegal(const APFloat &Imm, EVT VT,
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h706 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DMipsISelLowering.cpp4501 bool MipsTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in MipsTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h65 bool isFPImmLegal(const APFloat &Imm, EVT VT,
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h624 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DARMFastISel.cpp447 if (TLI.isFPImmLegal(Val, VT)) { in ARMMaterializeFP()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h330 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DHexagonISelLowering.cpp3684 bool HexagonTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, in isFPImmLegal() function in HexagonTargetLowering
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h141 bool isFPImmLegal(const APFloat &Imm, EVT VT,
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h1161 bool isFPImmLegal(const APFloat &Imm, EVT VT,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1487 bool isFPImmLegal(const APFloat &Imm, EVT VT,
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1249 virtual bool isFPImmLegal(const APFloat & /*Imm*/, EVT /*VT*/,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp454 !TLI.isFPImmLegal(CFP->getValueAPF(), MVT::f64)) { in OptimizeFloatStore()
3879 if (!TLI.isFPImmLegal(CFP->getValueAPF(), Node->getValueType(0), in ExpandNode()
H A DDAGCombiner.cpp18187 !TLI.isFPImmLegal(N1CFP->getValueAPF(), VT, ForCodeSize)))) { in visitFMA()
18356 TLI.isFPImmLegal(Recip, VT, ForCodeSize))) in visitFDIV()
22378 !TLI.isFPImmLegal(CFP->getValueAPF(), MVT::f64)) { in replaceStoreOfFPConstant()
23669 if (TLI.isFPImmLegal(CstFP, ScalarVT)) in visitEXTRACT_VECTOR_ELT()
28743 TLI.isFPImmLegal(TV->getValueAPF(), TV->getValueType(0), ForCodeSize) || in convertSelectOfFPConstantsToLoadOffset()
28744 TLI.isFPImmLegal(FV->getValueAPF(), FV->getValueType(0), ForCodeSize)) in convertSelectOfFPConstantsToLoadOffset()
H A DTargetLowering.cpp5427 !isFPImmLegal(CFP->getValueAPF(), CFP->getValueType(0))) { in SimplifySetCC()
7500 isFPImmLegal(neg(cast<ConstantFPSDNode>(Op)->getValueAPF()), VT, in getNegatedExpression()
7529 isFPImmLegal(neg(cast<ConstantFPSDNode>(N)->getValueAPF()), VT, in getNegatedExpression()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2792 if (TLI->isFPImmLegal(I.getOperand(1).getFPImm()->getValueAPF(), in select()

12