HomeSort by relevance Sort by last modified time
    Searched defs:TypeSize (Results 1 - 21 of 21) sorted by null

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
AddrModeMatcher.cpp 231 uint64_t TypeSize = TD->getTypeAllocSize(GTI.getIndexedType());
233 ConstantOffset += CI->getSExtValue()*TypeSize;
234 } else if (TypeSize) { // Scales of zero don't do anything.
241 VariableScale = TypeSize;
  /frameworks/compile/libbcc/lib/
RSGlobalInfoPass.cpp 155 auto TypeSize = DL.getTypeAllocSize(GlobalType);
157 GVSizes32.push_back(TypeSize);
159 GVSizes64.push_back(TypeSize);
  /external/llvm/lib/Transforms/Instrumentation/
SanitizerCoverage.cpp 499 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A0->getType());
503 {ConstantInt::get(Int64Ty, (TypeSize << 32) | ICMP->getPredicate()),
ThreadSanitizer.cpp 496 const uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy);
498 if (Alignment == 0 || Alignment >= 8 || (Alignment % (TypeSize / 8)) == 0)
668 uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy);
669 if (TypeSize != 8 && TypeSize != 16 &&
670 TypeSize != 32 && TypeSize != 64 && TypeSize != 128) {
675 size_t Idx = countTrailingZeros(TypeSize / 8);
EfficiencySanitizer.cpp     [all...]
AddressSanitizer.cpp 481 uint64_t *TypeSize, unsigned *Alignment);
486 Value *Addr, uint32_t TypeSize, bool IsWrite,
489 uint32_t TypeSize, bool IsWrite,
493 Value *ShadowValue, uint32_t TypeSize);
514 uint64_t TypeSize) const;
    [all...]
MemorySanitizer.cpp 611 unsigned TypeSizeToSizeIndex(unsigned TypeSize) {
612 if (TypeSize <= 8) return 0;
613 return Log2_32_Ceil((TypeSize + 7) / 8);
    [all...]
  /external/llvm/lib/Analysis/
InlineCost.cpp 330 APInt TypeSize(IntPtrWidth, DL.getTypeAllocSize(GTI.getIndexedType()));
331 Offset += OpC->getValue().sextOrTrunc(IntPtrWidth) * TypeSize;
    [all...]
ValueTracking.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ValueTracking.cpp 575 uint64_t TypeSize = TD ? TD->getTypeAllocSize(IndexedTy) : 1;
581 unsigned(CountTrailingZeros_64(TypeSize) +
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 677 void LayoutWideBitField(uint64_t FieldSize, uint64_t TypeSize,
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/clang/lib/CodeGen/
CGClass.cpp     [all...]
ItaniumCXXABI.cpp     [all...]
  /external/clang/lib/Sema/
SemaDeclAttr.cpp     [all...]
SemaChecking.cpp     [all...]
SemaExpr.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /prebuilts/sdk/tools/
jack-jacoco-reporter.jar 

Completed in 930 milliseconds