Searched defs:isLegalAddressingMode (Results 1 - 20 of 20) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp218 bool WebAssemblyTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:WebAssemblyTargetLowering
223 // isLegalAddressingMode gives us no way to determine if wrapping could be
/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h204 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, function in class:llvm::TargetTransformInfoImplBase
223 if (isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
481 if (static_cast<T *>(this)->isLegalAddressingMode(
/external/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h126 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, function in class:llvm::BasicTTIImplBase
134 return getTLI()->isLegalAddressingMode(DL, AM, Ty, AddrSpace);
/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp117 bool TargetTransformInfo::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, function in class:TargetTransformInfo
122 return TTIImpl->isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1774 /// isLegalAddressingMode - Return true if the addressing mode represented
1776 bool TargetLoweringBase::isLegalAddressingMode(const DataLayout &DL, function in class:TargetLoweringBase
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp518 bool SystemZTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:SystemZTargetLowering
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1904 /// isLegalAddressingMode - Return true if the addressing mode represented
1906 bool XCoreTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:XCoreTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/XCore/
H A DXCoreISelLowering.cpp1554 /// isLegalAddressingMode - Return true if the addressing mode represented
1557 XCoreTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:XCoreTargetLowering
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3181 /// isLegalAddressingMode - Return true if the addressing mode represented
3183 bool TargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:TargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
H A DSPUISelLowering.cpp3247 SPUTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:SPUTargetLowering
/external/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp333 bool SITargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:SITargetLowering
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2918 /// isLegalAddressingMode - Return true if the addressing mode represented by
2920 bool HexagonTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:HexagonTargetLowering
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3663 bool MipsTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:MipsTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5659 // isLegalAddressingMode - Return true if the addressing mode represented
5661 bool PPCTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:PPCTargetLowering
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp7289 /// isLegalAddressingMode - Return true if the addressing mode represented
7291 bool AArch64TargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:AArch64TargetLowering
7351 if (isLegalAddressingMode(DL, AM, Ty, AS))
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11553 // isLegalAddressingMode - Return true if the addressing mode represented
11555 bool PPCTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:PPCTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.cpp8134 /// isLegalAddressingMode - Return true if the addressing mode represented
8136 bool ARMTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:ARMTargetLowering
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11363 /// isLegalAddressingMode - Return true if the addressing mode represented
11365 bool ARMTargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:ARMTargetLowering
/external/swiftshader/third_party/LLVM/lib/Target/X86/
H A DX86ISelLowering.cpp10760 // isLegalAddressingMode - Return true if the addressing mode represented
10762 bool X86TargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:X86TargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp22338 bool X86TargetLowering::isLegalAddressingMode(const DataLayout &DL, function in class:X86TargetLowering
[all...]

Completed in 3029 milliseconds