Home
last modified time | relevance | path

Searched refs:isLegalAddressingMode (Results 1 – 25 of 48) sorted by relevance

12

/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DAddrModeMatcher.cpp91 if (!TLI.isLegalAddressingMode(TestAddrMode, AccessTy)) in MatchScaledValue()
108 if (TLI.isLegalAddressingMode(TestAddrMode, AccessTy)) { in MatchScaledValue()
250 if (ConstantOffset == 0 || TLI.isLegalAddressingMode(AddrMode, AccessTy)){ in MatchOperationAddr()
314 if (TLI.isLegalAddressingMode(AddrMode, AccessTy)) in MatchAddr()
321 if (TLI.isLegalAddressingMode(AddrMode, AccessTy)) in MatchAddr()
358 if (TLI.isLegalAddressingMode(AddrMode, AccessTy)) in MatchAddr()
368 if (TLI.isLegalAddressingMode(AddrMode, AccessTy)) in MatchAddr()
/external/llvm/include/llvm/Analysis/
DTargetTransformInfoImpl.h204 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in isLegalAddressingMode() function
223 if (isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg, in getScalingFactorCost()
481 if (static_cast<T *>(this)->isLegalAddressingMode( in getGEPCost()
DTargetTransformInfo.h329 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
651 virtual bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
799 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in isLegalAddressingMode() function
802 return Impl.isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg, in isLegalAddressingMode()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyISelLowering.h57 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
DWebAssemblyISelLowering.cpp218 bool WebAssemblyTargetLowering::isLegalAddressingMode(const DataLayout &DL, in isLegalAddressingMode() function in WebAssemblyTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
DSPUISelLowering.h181 virtual bool isLegalAddressingMode(const AddrMode &AM,
/external/llvm/lib/Target/AVR/
DAVRISelLowering.h82 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp117 bool TargetTransformInfo::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, in isLegalAddressingMode() function in TargetTransformInfo
122 return TTIImpl->isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg, in isLegalAddressingMode()
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreISelLowering.h103 virtual bool isLegalAddressingMode(const AddrMode &AM,
/external/llvm/lib/Target/XCore/
DXCoreISelLowering.h125 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
/external/llvm/lib/Target/AMDGPU/
DSIISelLowering.h86 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h232 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.h457 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelLowering.h337 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty)const;
/external/llvm/include/llvm/CodeGen/
DBasicTTIImpl.h126 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, in isLegalAddressingMode() function
134 return getTLI()->isLegalAddressingMode(DL, AM, Ty, AddrSpace); in isLegalAddressingMode()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.h395 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMISelLowering.h274 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty)const;
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2688 if (!TLI.isLegalAddressingMode(DL, TestAddrMode, AccessTy, AddrSpace)) in matchScaledValue()
2705 if (TLI.isLegalAddressingMode(DL, TestAddrMode, AccessTy, AddrSpace)) { in matchScaledValue()
3266 TLI.isLegalAddressingMode(DL, AddrMode, AccessTy, AddrSpace)) { in matchOperationAddr()
3389 if (TLI.isLegalAddressingMode(DL, AddrMode, AccessTy, AddrSpace)) in matchAddr()
3396 if (TLI.isLegalAddressingMode(DL, AddrMode, AccessTy, AddrSpace)) in matchAddr()
3440 if (TLI.isLegalAddressingMode(DL, AddrMode, AccessTy, AddrSpace)) in matchAddr()
3450 if (TLI.isLegalAddressingMode(DL, AddrMode, AccessTy, AddrSpace)) in matchAddr()
/external/llvm/lib/Target/Mips/
DMipsISelLowering.h551 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.h320 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM, Type *Ty,
/external/llvm/lib/Target/ARM/
DARMISelLowering.h292 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.h643 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty)const;
/external/llvm/lib/Transforms/Scalar/
DStraightLineStrengthReduce.cpp251 TTI->isLegalAddressingMode(Base->getType(), nullptr, 0, true, in isAddFoldable()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.h641 bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
/external/llvm/include/llvm/Target/
DTargetLowering.h1608 virtual bool isLegalAddressingMode(const DataLayout &DL, const AddrMode &AM,
1621 if (isLegalAddressingMode(DL, AM, Ty, AS))

12