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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonISelLowering.h150 virtual bool isFPImmLegal(const APFloat &Imm, EVT VT) const;
H A DHexagonISelLowering.cpp1545 /// isFPImmLegal - Returns true if the target can instruction select the
1548 bool HexagonTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { function in class:HexagonTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/MBlaze/
H A DMBlazeISelLowering.h172 /// isFPImmLegal - Returns true if the target can instruction select the
175 virtual bool isFPImmLegal(const APFloat &Imm, EVT VT) const;
H A DMBlazeISelLowering.cpp1152 bool MBlazeTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { function in class:MBlazeTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Mips/
H A DMipsISelLowering.h258 /// isFPImmLegal - Returns true if the target can instruction select the
261 virtual bool isFPImmLegal(const APFloat &Imm, EVT VT) const;
H A DMipsISelLowering.cpp3748 bool MipsTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { function in class:MipsTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/
H A DARMISelLowering.h377 /// isFPImmLegal - Returns true if the target can instruction select the
380 virtual bool isFPImmLegal(const APFloat &Imm, EVT VT) const;
H A DARMFastISel.cpp518 if (TLI.isFPImmLegal(Val, VT)) {
H A DARMISelLowering.cpp9863 /// isFPImmLegal - Returns true if the target can instruction select the
9866 bool ARMTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { function in class:ARMTargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/X86/
H A DX86ISelLowering.h629 /// isFPImmLegal - Returns true if the target can instruction select the
632 virtual bool isFPImmLegal(const APFloat &Imm, EVT VT) const;
H A DX86ISelLowering.cpp3189 /// isFPImmLegal - Returns true if the target can instruction select the
3192 bool X86TargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { function in class:X86TargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Target/
H A DTargetLowering.h354 /// isFPImmLegal - Returns true if the target can instruction select the
357 virtual bool isFPImmLegal(const APFloat &/*Imm*/, EVT /*VT*/) const { function in class:llvm::TargetLowering
/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp3117 if (!TLI.isFPImmLegal(CFP->getValueAPF(), Node->getValueType(0)))
H A DDAGCombiner.cpp6097 TLI.isFPImmLegal(Recip, VT)))

Completed in 335 milliseconds