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

1 2

  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.h 57 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
WebAssemblyISelLowering.cpp 270 bool WebAssemblyTargetLowering::isLegalAddressingMode(const DataLayout &DL,
275 // isLegalAddressingMode gives us no way to determine if wrapping could be
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 205 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
224 if (isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
445 if (static_cast<T *>(this)->isLegalAddressingMode(
TargetTransformInfo.h 311 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
569 virtual bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
693 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
696 return Impl.isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
    [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 107 bool TargetTransformInfo::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
112 return TTIImpl->isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.h 70 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
SIISelLowering.cpp 343 bool SITargetLowering::isLegalAddressingMode(const DataLayout &DL,
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 210 /// isLegalAddressingMode - Return true if the addressing mode represented
215 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 125 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.h 450 /// isLegalAddressingMode - Return true if the addressing mode represented
455 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.h 373 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
  /external/llvm/lib/Transforms/Scalar/
NaryReassociate.cpp 338 return TTI->isLegalAddressingMode(GEP->getType()->getElementType(), BaseGV,
StraightLineStrengthReduce.cpp 273 return TTI->isLegalAddressingMode(GEP->getType()->getElementType(), BaseGV,
280 return TTI->isLegalAddressingMode(Base->getType(), nullptr, 0, true,
SeparateConstOffsetFromGEP.cpp     [all...]
LoopStrengthReduce.cpp     [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 121 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
129 return getTLI()->isLegalAddressingMode(DL, AM, Ty, AddrSpace);
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.h 316 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 287 /// isLegalAddressingMode - Return true if the addressing mode represented
289 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
  /external/llvm/lib/Target/Mips/
MipsISelLowering.h 546 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 572 /// isLegalAddressingMode - Return true if the addressing mode represented
574 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
TargetLoweringBase.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 783 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
    [all...]

Completed in 467 milliseconds

1 2