Searched defs:isFPImmLegal (Results 1 - 5 of 5) sorted by relevance

/external/llvm/include/llvm/Target/
H A DTargetLowering.h325 /// isFPImmLegal - Returns true if the target can instruction select the
328 virtual bool isFPImmLegal(const APFloat &/*Imm*/, EVT /*VT*/) const { function in class:llvm::TargetLowering
/external/llvm/lib/Target/MBlaze/
H A DMBlazeISelLowering.cpp1146 bool MBlazeTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { function in class:MBlazeTargetLowering
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3075 bool MipsTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { function in class:MipsTargetLowering
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9258 /// isFPImmLegal - Returns true if the target can instruction select the
9261 bool ARMTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { function in class:ARMTargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp3149 /// isFPImmLegal - Returns true if the target can instruction select the
3152 bool X86TargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const { function in class:X86TargetLowering

Completed in 93 milliseconds