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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 219 /// isLegalAddressingMode - Return true if the addressing mode represented by
224 virtual bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 103 bool TargetTransformInfo::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
107 return PrevTTI->isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
451 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 71 virtual bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
129 bool BasicTTI::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
137 return TLI->isLegalAddressingMode(AM, Ty);
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 157 /// isLegalAddressingMode - Return true if the addressing mode represented
162 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty) const;
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 93 /// isLegalAddressingMode - Return true if the addressing mode represented
98 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty) const;
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 106 virtual bool isLegalAddressingMode(const AddrMode &AM,
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
CodeGenPrepare.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 301 /// isLegalAddressingMode - Return true if the addressing mode represented
303 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty)const;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 420 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty) const;
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 421 /// isLegalAddressingMode - Return true if the addressing mode represented
423 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty)const;
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 608 /// isLegalAddressingMode - Return true if the addressing mode represented
610 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty)const;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp     [all...]

Completed in 562 milliseconds