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

  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 268 int64_t BaseOffset, bool HasBaseReg,
278 int64_t BaseOffset, bool HasBaseReg,
  /external/llvm/lib/CodeGen/
BasicTargetTransformInfo.cpp 82 int64_t BaseOffset, bool HasBaseReg,
85 int64_t BaseOffset, bool HasBaseReg,
149 int64_t BaseOffset, bool HasBaseReg,
154 AM.HasBaseReg = HasBaseReg;
160 int64_t BaseOffset, bool HasBaseReg,
165 AM.HasBaseReg = HasBaseReg;
CodeGenPrepare.cpp     [all...]
TargetLoweringBase.cpp     [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 105 bool HasBaseReg,
107 return PrevTTI->isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
113 bool HasBaseReg,
115 return PrevTTI->getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg,
495 bool HasBaseReg, int64_t Scale) const override
503 bool HasBaseReg, int64_t Scale) const override {
505 if(isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg, Scale))
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 240 bool HasBaseReg = BaseReg.getReg() != 0;
241 if (HasBaseReg && Modifier && !strcmp(Modifier, "no-rip") &&
243 HasBaseReg = false;
246 bool HasParenPart = IndexReg.getReg() || HasBaseReg;
270 if (HasBaseReg)
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 235 bool HasBaseReg;
262 : BaseGV(nullptr), BaseOffset(0), HasBaseReg(false), Scale(0),
355 HasBaseReg = true;
361 HasBaseReg = true;
469 if (HasBaseReg && BaseRegs.empty()) {
471 OS << "**error: HasBaseReg**";
472 } else if (!HasBaseReg && !BaseRegs.empty()) {
474 OS << "**error: !HasBaseReg**";
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [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/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 452 milliseconds