HomeSort by relevance Sort by last modified time
    Searched refs:isLegalAddressingMode (Results 1 - 14 of 14) 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 181 virtual bool isLegalAddressingMode(const AddrMode &AM,
SPUISelLowering.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 272 /// isLegalAddressingMode - Return true if the addressing mode represented
274 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty)const;
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.h 335 /// isLegalAddressingMode - Return true if the addressing mode represented
337 virtual bool isLegalAddressingMode(const AddrMode &AM, Type *Ty)const;
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.h 634 /// isLegalAddressingMode - Return true if the addressing mode represented
636 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...]

Completed in 154 milliseconds