HomeSort by relevance Sort by last modified time
    Searched refs:isFPImmLegal (Results 1 - 15 of 15) sorted by null

  /external/llvm/lib/Target/Alpha/
AlphaISelLowering.h 107 /// isFPImmLegal - Returns true if the target can instruction select the
110 virtual bool isFPImmLegal(const APFloat &Imm, EVT VT) const;
AlphaISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MBlaze/
MBlazeISelLowering.h 178 /// isFPImmLegal - Returns true if the target can instruction select the
181 virtual bool isFPImmLegal(const APFloat &Imm, EVT VT) const;
MBlazeISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 184 /// isFPImmLegal - Returns true if the target can instruction select the
187 virtual bool isFPImmLegal(const APFloat &Imm, EVT VT) const;
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 88 /// isFPImmLegal - Returns true if the target can instruction select the
91 virtual bool isFPImmLegal(const APFloat &Imm, EVT VT) const;
SystemZISelLowering.cpp 177 bool SystemZTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 356 /// isFPImmLegal - Returns true if the target can instruction select the
359 virtual bool isFPImmLegal(const APFloat &Imm, EVT VT) const;
ARMFastISel.cpp 504 if (TLI.isFPImmLegal(Val, VT)) {
    [all...]
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 660 /// isFPImmLegal - Returns true if the target can instruction select the
663 virtual bool isFPImmLegal(const APFloat &Imm, EVT VT) const;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 336 /// isFPImmLegal - Returns true if the target can instruction select the
339 virtual bool isFPImmLegal(const APFloat &Imm, EVT VT) const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 95 milliseconds