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

/external/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h209 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, function in class:llvm::TargetTransformInfoImplBase
223 if (isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg, Scale))
/external/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h127 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, function in class:llvm::BasicTTIImplBase
134 return getTLI()->isLegalAddressingMode(AM, Ty);
/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp100 bool TargetTransformInfo::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, function in class:TargetTransformInfo
104 return TTIImpl->isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
/external/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1612 /// isLegalAddressingMode - Return true if the addressing mode represented
1614 bool TargetLoweringBase::isLegalAddressingMode(const AddrMode &AM, function in class:TargetLoweringBase
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp265 bool SITargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:SITargetLowering
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1917 /// isLegalAddressingMode - Return true if the addressing mode represented
1920 XCoreTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:XCoreTargetLowering
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp2481 /// isLegalAddressingMode - Return true if the addressing mode represented by
2483 bool HexagonTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:HexagonTargetLowering
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp3697 /// isLegalAddressingMode - Return true if the addressing mode represented
3702 bool NVPTXTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:NVPTXTargetLowering
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3515 bool MipsTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:MipsTargetLowering
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp376 bool SystemZTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:SystemZTargetLowering
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6748 /// isLegalAddressingMode - Return true if the addressing mode represented
6750 bool AArch64TargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:AArch64TargetLowering
6810 if (isLegalAddressingMode(AM, Ty))
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp10125 /// isLegalAddressingMode - Return true if the addressing mode represented
10127 bool ARMTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:ARMTargetLowering
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp10734 // isLegalAddressingMode - Return true if the addressing mode represented
10736 bool PPCTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:PPCTargetLowering
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp17675 // isLegalAddressingMode - Return true if the addressing mode represented
17677 bool X86TargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:X86TargetLowering
24731 if (isLegalAddressingMode(AM, Ty))

Completed in 549 milliseconds