/external/llvm/include/llvm/Analysis/ |
TargetTransformInfo.h | 225 /// isLegalAddressingMode - Return true if the addressing mode represented by 230 virtual bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
|
/external/llvm/lib/Analysis/ |
TargetTransformInfo.cpp | 107 bool TargetTransformInfo::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, 111 return PrevTTI->isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg, 468 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, 478 if(isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg, Scale))
|
/external/llvm/lib/CodeGen/ |
BasicTargetTransformInfo.cpp | 75 virtual bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, 139 bool BasicTTI::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, 147 return getTLI()->isLegalAddressingMode(AM, Ty);
|
TargetLoweringBase.cpp | [all...] |
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.h | 160 /// isLegalAddressingMode - Return true if the addressing mode represented 165 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty) const;
|
HexagonISelLowering.cpp | [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXISelLowering.h | 95 /// isLegalAddressingMode - Return true if the addressing mode represented 100 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty) const;
|
NVPTXISelLowering.cpp | [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.h | 134 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty) const
|
SystemZISelLowering.cpp | 293 bool SystemZTargetLowering::isLegalAddressingMode(const AddrMode &AM, [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreISelLowering.h | 106 virtual bool isLegalAddressingMode(const AddrMode &AM,
|
XCoreISelLowering.cpp | [all...] |
/external/llvm/lib/Transforms/Scalar/ |
CodeGenPrepare.cpp | [all...] |
LoopStrengthReduce.cpp | [all...] |
/external/llvm/lib/Target/ARM/ |
ARMISelLowering.h | 304 /// isLegalAddressingMode - Return true if the addressing mode represented 306 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty)const;
|
ARMISelLowering.cpp | [all...] |
/external/llvm/lib/Target/Mips/ |
MipsISelLowering.h | 449 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty) const;
|
MipsISelLowering.cpp | [all...] |
/external/llvm/lib/Target/PowerPC/ |
PPCISelLowering.h | 436 /// isLegalAddressingMode - Return true if the addressing mode represented 438 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty)const;
|
PPCISelLowering.cpp | [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.h | 645 /// isLegalAddressingMode - Return true if the addressing mode represented 647 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty)const; [all...] |
X86ISelLowering.cpp | [all...] |
/external/llvm/include/llvm/Target/ |
TargetLowering.h | [all...] |
/external/llvm/lib/CodeGen/SelectionDAG/ |
DAGCombiner.cpp | [all...] |