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

  /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.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [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 72 milliseconds