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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h295 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DHexagonISelLowering.cpp3109 /// isFPImmLegal - Returns true if the target can instruction select the
3112 bool HexagonTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, function in class:HexagonTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.h180 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DAMDGPUISelLowering.cpp622 bool AMDGPUTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, function in class:AMDGPUTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h427 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DSystemZISelLowering.cpp810 bool SystemZTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, function in class:SystemZTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h364 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DAArch64ISelLowering.cpp5993 bool AArch64TargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, function in class:AArch64TargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsISelLowering.h678 /// isFPImmLegal - Returns true if the target can instruction select the
681 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DMipsISelLowering.cpp4281 bool MipsTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, function in class:MipsTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.h504 /// isFPImmLegal - Returns true if the target can instruction select the
507 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DARMFastISel.cpp427 if (TLI.isFPImmLegal(Val, VT)) {
H A DARMISelLowering.cpp6577 if (isFPImmLegal(FPVal, VT))
16514 /// isFPImmLegal - Returns true if the target can instruction select the
16517 bool ARMTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, function in class:ARMTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h965 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DPPCISelLowering.cpp15443 bool PPCTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT, function in class:PPCTargetLowering
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.h1104 bool isFPImmLegal(const APFloat &Imm, EVT VT,
H A DX86ISelLowering.cpp5014 bool X86TargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT,
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h872 virtual bool isFPImmLegal(const APFloat & /*Imm*/, EVT /*VT*/, function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5520 isFPImmLegal(neg(cast<ConstantFPSDNode>(Op)->getValueAPF()), VT,
5536 isFPImmLegal(neg(cast<ConstantFPSDNode>(N)->getValueAPF()), VT,
H A DDAGCombiner.cpp12624 (N1.hasOneUse() && !TLI.isFPImmLegal(N1CFP->getValueAPF(), VT,
12775 TLI.isFPImmLegal(Recip, VT, ForCodeSize)))
13434 if (LegalDAG && (TLI.isFPImmLegal(CVal, VT, ForCodeSize) ||
20325 TLI.isFPImmLegal(TV->getValueAPF(), TV->getValueType(0), ForCodeSize) ||
20326 TLI.isFPImmLegal(FV->getValueAPF(), FV->getValueType(0), ForCodeSize))
H A DLegalizeDAG.cpp3242 if (!TLI.isFPImmLegal(CFP->getValueAPF(), Node->getValueType(0),

Completed in 701 milliseconds