HomeSort by relevance Sort by last modified time
    Searched refs:isLegalAddressingMode (Results 1 - 17 of 17) sorted by null

  /external/llvm/lib/Transforms/Utils/
AddrModeMatcher.cpp 91 if (!TLI.isLegalAddressingMode(TestAddrMode, AccessTy))
108 if (TLI.isLegalAddressingMode(TestAddrMode, AccessTy)) {
250 if (ConstantOffset == 0 || TLI.isLegalAddressingMode(AddrMode, AccessTy)){
314 if (TLI.isLegalAddressingMode(AddrMode, AccessTy))
321 if (TLI.isLegalAddressingMode(AddrMode, AccessTy))
358 if (TLI.isLegalAddressingMode(AddrMode, AccessTy))
368 if (TLI.isLegalAddressingMode(AddrMode, AccessTy))
  /external/llvm/lib/Target/CellSPU/
SPUISelLowering.h 180 virtual bool isLegalAddressingMode(const AddrMode &AM,
SPUISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.h 147 /// isLegalAddressingMode - Return true if the addressing mode represented
152 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty) const;
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.h 103 virtual bool isLegalAddressingMode(const AddrMode &AM,
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.h 284 /// isLegalAddressingMode - Return true if the addressing mode represented
286 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty)const;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 337 /// isLegalAddressingMode - Return true if the addressing mode represented
339 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty)const;
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 557 /// isLegalAddressingMode - Return true if the addressing mode represented
559 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty)const;
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]

Completed in 465 milliseconds