Searched defs:isLegalAddressingMode (Results 1 - 11 of 11) sorted by last modified time

/external/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp103 bool TargetTransformInfo::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, function in class:TargetTransformInfo
107 return PrevTTI->isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
494 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
505 if(isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg, Scale))
/external/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp81 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
148 bool BasicTTI::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, function in class:BasicTTI
156 return getTLI()->isLegalAddressingMode(AM, Ty);
H A DTargetLoweringBase.cpp1426 /// isLegalAddressingMode - Return true if the addressing mode represented
1428 bool TargetLoweringBase::isLegalAddressingMode(const AddrMode &AM, function in class:TargetLoweringBase
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6188 /// isLegalAddressingMode - Return true if the addressing mode represented
6190 bool AArch64TargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:AArch64TargetLowering
6250 if (isLegalAddressingMode(AM, Ty))
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp9929 /// isLegalAddressingMode - Return true if the addressing mode represented
9931 bool ARMTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:ARMTargetLowering
/external/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1629 /// isLegalAddressingMode - Return true if the addressing mode represented by
1631 bool HexagonTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:HexagonTargetLowering
/external/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp3217 bool MipsTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:MipsTargetLowering
/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp2552 /// isLegalAddressingMode - Return true if the addressing mode represented
2557 bool NVPTXTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:NVPTXTargetLowering
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp8742 // isLegalAddressingMode - Return true if the addressing mode represented
8744 bool PPCTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:PPCTargetLowering
/external/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp353 bool SystemZTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:SystemZTargetLowering
/external/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1907 /// isLegalAddressingMode - Return true if the addressing mode represented
1910 XCoreTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:XCoreTargetLowering

Completed in 443 milliseconds