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

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 107 bool TargetTransformInfo::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
111 return PrevTTI->isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
468 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
478 if(isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg, Scale))
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 75 virtual bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
139 bool BasicTTI::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
147 return getTLI()->isLegalAddressingMode(AM, Ty);
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 293 bool SystemZTargetLowering::isLegalAddressingMode(const AddrMode &AM,
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 327 milliseconds