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

1 2 3

  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
AddrModeMatcher.h 46 (HasBaseReg == O.HasBaseReg) && (Scale == O.Scale);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
AddrModeMatcher.cpp 269 if (AddrMode.HasBaseReg) {
274 AddrMode.HasBaseReg = true;
285 if (AddrMode.HasBaseReg)
287 AddrMode.HasBaseReg = true;
354 if (!AddrMode.HasBaseReg) {
355 AddrMode.HasBaseReg = true;
360 AddrMode.HasBaseReg = false;
  /external/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 205 bool HasBaseReg, int64_t Scale,
221 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
223 if (isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
446 bool HasBaseReg = (BaseGV == nullptr);
483 BaseOffset, HasBaseReg, Scale, AS)) {
TargetTransformInfo.h 330 bool HasBaseReg, int64_t Scale,
351 bool HasBaseReg, int64_t Scale,
652 int64_t BaseOffset, bool HasBaseReg,
660 int64_t BaseOffset, bool HasBaseReg,
    [all...]
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 119 bool HasBaseReg,
122 return TTIImpl->isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
144 bool HasBaseReg,
147 int Cost = TTIImpl->getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg,
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 379 bool HasBaseReg, int64_t Scale,
400 bool HasBaseReg, int64_t Scale,
    [all...]
TargetTransformInfoImpl.h 219 bool HasBaseReg, int64_t Scale,
235 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
237 if (isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
590 bool HasBaseReg = (BaseGV == nullptr);
628 HasBaseReg, Scale, AS))
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 379 bool HasBaseReg, int64_t Scale,
400 bool HasBaseReg, int64_t Scale,
    [all...]
TargetTransformInfoImpl.h 219 bool HasBaseReg, int64_t Scale,
235 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
237 if (isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
590 bool HasBaseReg = (BaseGV == nullptr);
628 HasBaseReg, Scale, AS))
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 379 bool HasBaseReg, int64_t Scale,
400 bool HasBaseReg, int64_t Scale,
    [all...]
TargetTransformInfoImpl.h 219 bool HasBaseReg, int64_t Scale,
235 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
237 if (isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
590 bool HasBaseReg = (BaseGV == nullptr);
628 HasBaseReg, Scale, AS))
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 379 bool HasBaseReg, int64_t Scale,
400 bool HasBaseReg, int64_t Scale,
    [all...]
TargetTransformInfoImpl.h 219 bool HasBaseReg, int64_t Scale,
235 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
237 if (isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
590 bool HasBaseReg = (BaseGV == nullptr);
628 HasBaseReg, Scale, AS))
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 379 bool HasBaseReg, int64_t Scale,
400 bool HasBaseReg, int64_t Scale,
    [all...]
TargetTransformInfoImpl.h 219 bool HasBaseReg, int64_t Scale,
235 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
237 if (isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
590 bool HasBaseReg = (BaseGV == nullptr);
628 HasBaseReg, Scale, AS))
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 379 bool HasBaseReg, int64_t Scale,
400 bool HasBaseReg, int64_t Scale,
    [all...]
TargetTransformInfoImpl.h 219 bool HasBaseReg, int64_t Scale,
235 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
237 if (isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
590 bool HasBaseReg = (BaseGV == nullptr);
628 HasBaseReg, Scale, AS))
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 379 bool HasBaseReg, int64_t Scale,
400 bool HasBaseReg, int64_t Scale,
    [all...]
TargetTransformInfoImpl.h 219 bool HasBaseReg, int64_t Scale,
235 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
237 if (isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
590 bool HasBaseReg = (BaseGV == nullptr);
628 HasBaseReg, Scale, AS))
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 379 bool HasBaseReg, int64_t Scale,
400 bool HasBaseReg, int64_t Scale,
    [all...]
TargetTransformInfoImpl.h 219 bool HasBaseReg, int64_t Scale,
235 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
237 if (isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
590 bool HasBaseReg = (BaseGV == nullptr);
628 HasBaseReg, Scale, AS))
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 236 bool HasBaseReg = BaseReg.getReg() != 0;
237 if (HasBaseReg && Modifier && !strcmp(Modifier, "no-rip") &&
239 HasBaseReg = false;
242 bool HasParenPart = IndexReg.getReg() || HasBaseReg;
266 if (HasBaseReg)
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86AsmPrinter.cpp 287 bool HasBaseReg = BaseReg.getReg() != 0;
288 if (HasBaseReg && Modifier && !strcmp(Modifier, "no-rip") &&
290 HasBaseReg = false;
293 bool HasParenPart = IndexReg.getReg() || HasBaseReg;
313 if (HasBaseReg)
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 253 bool HasBaseReg;
280 : BaseGV(nullptr), BaseOffset(0), HasBaseReg(false), Scale(0),
369 HasBaseReg = true;
375 HasBaseReg = true;
480 if (HasBaseReg && BaseRegs.empty()) {
482 OS << "**error: HasBaseReg**";
483 } else if (!HasBaseReg && !BaseRegs.empty()) {
485 OS << "**error: !HasBaseReg**";
    [all...]
  /external/llvm/include/llvm/CodeGen/
BasicTTIImpl.h 127 bool HasBaseReg, int64_t Scale,
132 AM.HasBaseReg = HasBaseReg;
138 bool HasBaseReg, int64_t Scale, unsigned AddrSpace) {
142 AM.HasBaseReg = HasBaseReg;
    [all...]

Completed in 377 milliseconds

1 2 3