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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 224 virtual bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 103 bool TargetTransformInfo::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
107 return PrevTTI->isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
451 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
455 return !BaseGV && BaseOffset == 0 && Scale <= 1;
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 71 virtual bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
129 bool BasicTTI::isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV,
133 AM.BaseGV = BaseGV;
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 40 // TODO: Should the addressing mode BaseGV be changed to a ConstantExpr instead
228 GlobalValue *BaseGV;
253 : BaseGV(0), BaseOffset(0), HasBaseReg(false), Scale(0), ScaledReg(0),
362 BaseGV ? BaseGV->getType() :
395 if (BaseGV) {
397 WriteAsOperand(OS, BaseGV, /*PrintType=*/false);
    [all...]
CodeGenPrepare.cpp 835 (BaseGV == O.BaseGV) && (BaseOffs == O.BaseOffs) &&
848 if (BaseGV) {
851 WriteAsOperand(OS, BaseGV, /*PrintType=*/false);
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]

Completed in 863 milliseconds