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 103 bool TargetTransformInfo::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
107 return PrevTTI->isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
494 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
505 if(isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg, Scale))
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 81 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
148 bool BasicTTI::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
156 return getTLI()->isLegalAddressingMode(AM, Ty);
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 353 bool SystemZTargetLowering::isLegalAddressingMode(const AddrMode &AM,
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 213 milliseconds