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

  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 117 bool TargetTransformInfo::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
122 return TTIImpl->isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 218 bool WebAssemblyTargetLowering::isLegalAddressingMode(const DataLayout &DL,
223 // isLegalAddressingMode gives us no way to determine if wrapping could be
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 204 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
223 if (isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
481 if (static_cast<T *>(this)->isLegalAddressingMode(
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 126 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
134 return getTLI()->isLegalAddressingMode(DL, AM, Ty, AddrSpace);
    [all...]
  /external/llvm/lib/CodeGen/
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 518 bool SystemZTargetLowering::isLegalAddressingMode(const DataLayout &DL,
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 333 bool SITargetLowering::isLegalAddressingMode(const DataLayout &DL,
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 932 milliseconds