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

1 2 3 4

  /external/llvm/lib/Analysis/
MemoryLocation.cpp 27 DL.getTypeStoreSize(LI->getType()), AATags);
36 DL.getTypeStoreSize(SI->getValueOperand()->getType()),
54 DL.getTypeStoreSize(CXI->getCompareOperand()->getType()), AATags);
63 DL.getTypeStoreSize(RMWI->getValOperand()->getType()),
132 return MemoryLocation(Arg, DL.getTypeStoreSize(II->getType()), AATags);
137 Arg, DL.getTypeStoreSize(II->getArgOperand(1)->getType()), AATags);
Loads.cpp 133 V, Align, APInt(DL.getTypeSizeInBits(VTy), DL.getTypeStoreSize(Ty)), DL,
223 uint64_t LoadSize = DL.getTypeStoreSize(AddrTy->getElementType());
287 LoadSize <= DL.getTypeStoreSize(AccessedTy))
327 uint64_t AccessSize = DL.getTypeStoreSize(AccessTy);
AliasAnalysisEvaluator.cpp 147 if (I1ElTy->isSized()) I1Size = DL.getTypeStoreSize(I1ElTy);
152 if (I2ElTy->isSized()) I2Size = DL.getTypeStoreSize(I2ElTy);
244 if (ElTy->isSized()) Size = DL.getTypeStoreSize(ElTy);
AliasSetTracker.cpp 317 DL.getTypeStoreSize(LI->getType()),
334 DL.getTypeStoreSize(Val->getType()),
472 uint64_t Size = DL.getTypeStoreSize(LI->getType());
485 uint64_t Size = DL.getTypeStoreSize(SI->getOperand(0)->getType());
  /external/mesa3d/src/gallium/state_trackers/clover/llvm/codegen/
common.cpp 86 const unsigned arg_store_size = dl.getTypeStoreSize(arg_type);
91 const unsigned target_size = dl.getTypeStoreSize(target_type);
108 dl.getTypeStoreSize(size_type),
116 dl.getTypeStoreSize(size_type),
165 dl.getTypeStoreSize(size_type),
171 dl.getTypeStoreSize(size_type),
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 220 /// getTypeStoreSize - Return the maximum number of bytes that may be
223 uint64_t getTypeStoreSize(Type *Ty) const {
231 return 8*getTypeStoreSize(Ty);
240 return RoundUpAlignment(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasAnalysis.cpp 224 getTypeStoreSize(LI->getType()),
230 getTypeStoreSize(SI->getValueOperand()->getType()),
243 getTypeStoreSize(CXI->getCompareOperand()->getType()),
250 getTypeStoreSize(RMWI->getValOperand()->getType()),
381 /// getTypeStoreSize - Return the TargetData store size for the given type,
384 uint64_t AliasAnalysis::getTypeStoreSize(Type *Ty) {
385 return TD ? TD->getTypeStoreSize(Ty) : UnknownSize;
Loads.cpp 118 uint64_t LoadSize = TD->getTypeStoreSize(AddrTy->getElementType());
173 AccessSize = AA->getTypeStoreSize(AccessTy);
AliasAnalysisEvaluator.cpp 175 if (I1ElTy->isSized()) I1Size = AA.getTypeStoreSize(I1ElTy);
180 if (I2ElTy->isSized()) I2Size = AA.getTypeStoreSize(I2ElTy);
211 if (ElTy->isSized()) Size = AA.getTypeStoreSize(ElTy);
AliasSetTracker.cpp 303 AA.getTypeStoreSize(LI->getType()),
317 AA.getTypeStoreSize(Val->getType()),
431 uint64_t Size = AA.getTypeStoreSize(LI->getType());
440 uint64_t Size = AA.getTypeStoreSize(SI->getOperand(0)->getType());
  /external/llvm/include/llvm/IR/
DataLayout.h 368 uint64_t getTypeStoreSize(Type *Ty) const {
377 return 8 * getTypeStoreSize(Ty);
387 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 381 uint64_t getTypeStoreSize(Type *Ty) const {
390 return 8 * getTypeStoreSize(Ty);
400 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 381 uint64_t getTypeStoreSize(Type *Ty) const {
390 return 8 * getTypeStoreSize(Ty);
400 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 381 uint64_t getTypeStoreSize(Type *Ty) const {
390 return 8 * getTypeStoreSize(Ty);
400 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 381 uint64_t getTypeStoreSize(Type *Ty) const {
390 return 8 * getTypeStoreSize(Ty);
400 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 381 uint64_t getTypeStoreSize(Type *Ty) const {
390 return 8 * getTypeStoreSize(Ty);
400 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 381 uint64_t getTypeStoreSize(Type *Ty) const {
390 return 8 * getTypeStoreSize(Ty);
400 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 381 uint64_t getTypeStoreSize(Type *Ty) const {
390 return 8 * getTypeStoreSize(Ty);
400 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 381 uint64_t getTypeStoreSize(Type *Ty) const {
390 return 8 * getTypeStoreSize(Ty);
400 return alignTo(getTypeStoreSize(Ty), getABITypeAlignment(Ty));
  /external/clang/lib/CodeGen/
SwiftCallingConv.cpp 56 static CharUnits getTypeStoreSize(CodeGenModule &CGM, llvm::Type *type) {
57 return CharUnits::fromQuantity(CGM.getDataLayout().getTypeStoreSize(type));
192 addTypedData(type, begin, begin + getTypeStoreSize(CGM, type));
198 assert(getTypeStoreSize(CGM, type) == end - begin);
209 auto componentSize = getTypeStoreSize(CGM, componentTy);
240 assert(eltSize == getTypeStoreSize(CGM, eltTy));
321 assert(eltSize == getTypeStoreSize(CGM, eltTy));
385 CharUnits eltSize = getTypeStoreSize(CGM, eltTy);
604 auto size = (unsigned long long) getTypeStoreSize(CGM, type).getQuantity();
  /external/swiftshader/third_party/LLVM/lib/Target/
Target.cpp 70 return unwrap(TD)->getTypeStoreSize(unwrap(Ty));
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp 202 ArgBytes += TD->getTypeStoreSize(ArgTy);
214 ArgDataPtr += TD->getTypeStoreSize(ArgTy);
223 ret.resize(TD->getTypeStoreSize(RetTy));
  /external/llvm/lib/CodeGen/
LowerEmuTLS.cpp 150 ConstantInt::get(WordType, DL.getTypeStoreSize(GVType)),
  /external/llvm/lib/Target/
Target.cpp 107 return unwrap(TD)->getTypeStoreSize(unwrap(Ty));
  /external/llvm/lib/Target/NVPTX/
NVPTXLowerAggrCopies.cpp 256 if (DL.getTypeStoreSize(LI->getType()) < MaxAggrCopySize)
289 unsigned NumLoads = DL.getTypeStoreSize(LI->getType());

Completed in 198 milliseconds

1 2 3 4