Searched refs:isLegalAddressingMode (Results 1 - 24 of 24) sorted by relevance

/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp112 bool TargetTransformInfo::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, function in class:TargetTransformInfo
116 return PrevTTI->isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
492 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, function in struct:__anon2207::NoTTI
502 if(isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg, Scale))
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DBasicTargetTransformInfo.cpp75 virtual bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
142 bool BasicTTI::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, function in class:BasicTTI
150 return getTLI()->isLegalAddressingMode(AM, Ty);
H A DTargetLoweringBase.cpp1338 /// isLegalAddressingMode - Return true if the addressing mode represented
1340 bool TargetLoweringBase::isLegalAddressingMode(const AddrMode &AM, function in class:TargetLoweringBase
/freebsd-10.1-release/contrib/llvm/include/llvm/Analysis/
H A DTargetTransformInfo.h256 /// isLegalAddressingMode - Return true if the addressing mode represented by
261 virtual bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
/freebsd-10.1-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h96 /// isLegalAddressingMode - Return true if the addressing mode represented
101 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty) const;
H A DNVPTXISelLowering.cpp1952 /// isLegalAddressingMode - Return true if the addressing mode represented
1957 bool NVPTXTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:NVPTXTargetLowering
/freebsd-10.1-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.h163 /// isLegalAddressingMode - Return true if the addressing mode represented
168 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty) const;
H A DHexagonISelLowering.cpp1646 /// isLegalAddressingMode - Return true if the addressing mode represented by
1648 bool HexagonTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:HexagonTargetLowering
/freebsd-10.1-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h204 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty) const
H A DSystemZISelLowering.cpp322 bool SystemZTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:SystemZTargetLowering
/freebsd-10.1-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelLowering.h113 virtual bool isLegalAddressingMode(const AddrMode &AM,
H A DXCoreISelLowering.cpp1621 /// isLegalAddressingMode - Return true if the addressing mode represented
1624 XCoreTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:XCoreTargetLowering
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DCodeGenPrepare.cpp959 if (!TLI.isLegalAddressingMode(TestAddrMode, AccessTy))
976 if (TLI.isLegalAddressingMode(TestAddrMode, AccessTy)) {
1117 if (ConstantOffset == 0 || TLI.isLegalAddressingMode(AddrMode, AccessTy)){
1181 if (TLI.isLegalAddressingMode(AddrMode, AccessTy))
1188 if (TLI.isLegalAddressingMode(AddrMode, AccessTy))
1225 if (TLI.isLegalAddressingMode(AddrMode, AccessTy))
1235 if (TLI.isLegalAddressingMode(AddrMode, AccessTy))
H A DLoopStrengthReduce.cpp1324 return TTI.isLegalAddressingMode(AccessTy, BaseGV, BaseOffset, HasBaseReg, Scale);
2113 if (TTI.isLegalAddressingMode(AccessTy, /*BaseGV=*/ 0,
2118 if (TTI.isLegalAddressingMode(AccessTy, /*BaseGV=*/ 0,
/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.h292 /// isLegalAddressingMode - Return true if the addressing mode represented
294 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty)const;
H A DARMISelLowering.cpp10453 /// isLegalAddressingMode - Return true if the addressing mode represented
10455 bool ARMTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:ARMTargetLowering
/freebsd-10.1-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.h572 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty) const;
H A DMipsISelLowering.cpp3119 bool MipsTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:MipsTargetLowering
/freebsd-10.1-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h436 /// isLegalAddressingMode - Return true if the addressing mode represented
438 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty)const;
H A DPPCISelLowering.cpp7753 // isLegalAddressingMode - Return true if the addressing mode represented
7755 bool PPCTargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:PPCTargetLowering
/freebsd-10.1-release/contrib/llvm/lib/Target/X86/
H A DX86ISelLowering.h665 /// isLegalAddressingMode - Return true if the addressing mode represented
667 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty)const;
H A DX86ISelLowering.cpp13881 // isLegalAddressingMode - Return true if the addressing mode represented
13883 bool X86TargetLowering::isLegalAddressingMode(const AddrMode &AM, function in class:X86TargetLowering
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetLowering.h1141 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty) const;
1151 if (isLegalAddressingMode(AM, Ty)) return 0;
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7090 return TLI.isLegalAddressingMode(AM, VT.getTypeForEVT(*DAG.getContext()));

Completed in 400 milliseconds