HomeSort by relevance Sort by last modified time
    Searched refs:BaseOffset (Results 26 - 50 of 104) sorted by null

12 3 4 5

  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 218 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
223 return !BaseGV && BaseOffset == 0 && (Scale == 0 || Scale == 1);
234 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
237 if (isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
591 int64_t BaseOffset = 0;
608 BaseOffset += DL.getStructLayout(STy)->getElementOffset(Field);
612 BaseOffset += ConstIdx->getSExtValue() * ElementSize;
627 TargetType, const_cast<GlobalValue *>(BaseGV), BaseOffset,
TargetTransformInfo.h 378 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
399 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 218 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
223 return !BaseGV && BaseOffset == 0 && (Scale == 0 || Scale == 1);
234 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
237 if (isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
591 int64_t BaseOffset = 0;
608 BaseOffset += DL.getStructLayout(STy)->getElementOffset(Field);
612 BaseOffset += ConstIdx->getSExtValue() * ElementSize;
627 TargetType, const_cast<GlobalValue *>(BaseGV), BaseOffset,
TargetTransformInfo.h 378 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
399 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 218 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
223 return !BaseGV && BaseOffset == 0 && (Scale == 0 || Scale == 1);
234 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
237 if (isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
591 int64_t BaseOffset = 0;
608 BaseOffset += DL.getStructLayout(STy)->getElementOffset(Field);
612 BaseOffset += ConstIdx->getSExtValue() * ElementSize;
627 TargetType, const_cast<GlobalValue *>(BaseGV), BaseOffset,
TargetTransformInfo.h 378 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
399 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 218 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
223 return !BaseGV && BaseOffset == 0 && (Scale == 0 || Scale == 1);
234 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
237 if (isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
591 int64_t BaseOffset = 0;
608 BaseOffset += DL.getStructLayout(STy)->getElementOffset(Field);
612 BaseOffset += ConstIdx->getSExtValue() * ElementSize;
627 TargetType, const_cast<GlobalValue *>(BaseGV), BaseOffset,
TargetTransformInfo.h 378 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
399 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 218 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
223 return !BaseGV && BaseOffset == 0 && (Scale == 0 || Scale == 1);
234 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
237 if (isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
591 int64_t BaseOffset = 0;
608 BaseOffset += DL.getStructLayout(STy)->getElementOffset(Field);
612 BaseOffset += ConstIdx->getSExtValue() * ElementSize;
627 TargetType, const_cast<GlobalValue *>(BaseGV), BaseOffset,
TargetTransformInfo.h 378 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
399 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfoImpl.h 218 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
223 return !BaseGV && BaseOffset == 0 && (Scale == 0 || Scale == 1);
234 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
237 if (isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
591 int64_t BaseOffset = 0;
608 BaseOffset += DL.getStructLayout(STy)->getElementOffset(Field);
612 BaseOffset += ConstIdx->getSExtValue() * ElementSize;
627 TargetType, const_cast<GlobalValue *>(BaseGV), BaseOffset,
TargetTransformInfo.h 378 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
399 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp 250 int64_t BaseOffset;
280 : BaseGV(nullptr), BaseOffset(0), HasBaseReg(false), Scale(0),
472 if (BaseOffset != 0) {
474 OS << BaseOffset;
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 86 bool getExternalNVBaseOffset(const CXXRecordDecl *RD, CharUnits &BaseOffset) {
90 BaseOffset = Known->second;
94 bool getExternalVBaseOffset(const CXXRecordDecl *RD, CharUnits &BaseOffset) {
98 BaseOffset = Known->second;
285 CharUnits BaseOffset = Offset + Layout.getBaseClassOffset(Base->Class);
287 if (!CanPlaceBaseSubobjectAtOffset(Base, BaseOffset))
335 CharUnits BaseOffset = Offset + Layout.getBaseClassOffset(Base->Class);
336 UpdateEmptyBaseSubobjects(Base, BaseOffset, PlacingEmptyBase);
396 CharUnits BaseOffset = Offset + Layout.getBaseClassOffset(BaseDecl);
397 if (!CanPlaceFieldSubobjectAtOffset(BaseDecl, Class, BaseOffset))
    [all...]
  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 174 CodeGenTBAA::CollectFields(uint64_t BaseOffset,
196 uint64_t Offset = BaseOffset +
207 uint64_t Offset = BaseOffset;
CodeGenTBAA.h 81 bool CollectFields(uint64_t BaseOffset,
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
EfiFileLib.h 78 UINTN BaseOffset; // Base offset for hexdump command
  /external/llvm/lib/Analysis/
TargetTransformInfo.cpp 118 int64_t BaseOffset,
122 return TTIImpl->isLegalAddressingMode(Ty, BaseGV, BaseOffset, HasBaseReg,
143 int64_t BaseOffset,
147 int Cost = TTIImpl->getScalingFactorCost(Ty, BaseGV, BaseOffset, HasBaseReg,
  /external/llvm/include/llvm/Analysis/
TargetTransformInfo.h 329 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
350 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
652 int64_t BaseOffset, bool HasBaseReg,
660 int64_t BaseOffset, bool HasBaseReg,
    [all...]
BasicAliasAnalysis.h 173 uint64_t V1Size, uint64_t V2Size, int64_t BaseOffset,
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LocalStackSlotAllocation.cpp 339 int64_t BaseOffset = FrameSizeAdjust + LocalOffsets[FrameIdx] +
342 std::pair<unsigned, int64_t>(BaseReg, BaseOffset));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 378 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
399 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetTransformInfo.h 378 bool isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
399 int getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset,
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/HiiPack/
HiiPack.c 130 int BaseOffset,
140 int BaseOffset,
158 int BaseOffset,
167 int BaseOffset,
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Ebl/
Command.c 805 Status = OutputData (Location, Chunk, Width, File->BaseOffset + Offset);
823 Status = OutputData (Location, Chunk, Width, File->BaseOffset + Offset);

Completed in 1587 milliseconds

12 3 4 5