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 177 /// isFPImmLegal - Returns true if the target can instruction select the
180 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 176 bool SystemZTargetLowering::isFPImmLegal(const APFloat &Imm, EVT VT) const {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 341 /// isFPImmLegal - Returns true if the target can instruction select the
344 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 644 /// isFPImmLegal - Returns true if the target can instruction select the
647 virtual bool isFPImmLegal(const APFloat &Imm, EVT VT) const;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 315 /// isFPImmLegal - Returns true if the target can instruction select the
318 virtual bool isFPImmLegal(const APFloat &Imm, EVT VT) const {
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]

Completed in 43 milliseconds