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

  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetData.h 227 /// getTypeStoreSizeInBits - Return the maximum number of bits that may be
230 uint64_t getTypeStoreSizeInBits(Type *Ty) const {
  /external/llvm/include/llvm/IR/
DataLayout.h 376 uint64_t getTypeStoreSizeInBits(Type *Ty) const {
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 477 DL.isLegalInteger(DL.getTypeStoreSizeInBits(Ty)) &&
478 DL.getTypeStoreSizeInBits(Ty) == DL.getTypeSizeInBits(Ty)) {
485 Type::getIntNTy(LI.getContext(), DL.getTypeStoreSizeInBits(Ty)));
    [all...]
  /external/llvm/lib/Analysis/
Loads.cpp 48 APInt Offset(DL.getTypeStoreSizeInBits(Ty), 0);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 389 uint64_t getTypeStoreSizeInBits(Type *Ty) const {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 389 uint64_t getTypeStoreSizeInBits(Type *Ty) const {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 389 uint64_t getTypeStoreSizeInBits(Type *Ty) const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 389 uint64_t getTypeStoreSizeInBits(Type *Ty) const {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 389 uint64_t getTypeStoreSizeInBits(Type *Ty) const {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 389 uint64_t getTypeStoreSizeInBits(Type *Ty) const {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 389 uint64_t getTypeStoreSizeInBits(Type *Ty) const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
DataLayout.h 389 uint64_t getTypeStoreSizeInBits(Type *Ty) const {
  /external/llvm/lib/Transforms/Instrumentation/
EfficiencySanitizer.cpp 673 const uint32_t TypeSizeBytes = DL.getTypeStoreSizeInBits(OrigTy) / 8;
    [all...]
ThreadSanitizer.cpp 496 const uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy);
668 uint32_t TypeSize = DL.getTypeStoreSizeInBits(OrigTy);
AddressSanitizer.cpp     [all...]
SanitizerCoverage.cpp 499 uint64_t TypeSize = DL->getTypeStoreSizeInBits(A0->getType());
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 739 // from the pointer given by getTypeStoreSizeInBits. This matters for
741 ShAmt = TD.getTypeStoreSizeInBits(NTy) -
742 TD.getTypeStoreSizeInBits(ToType) - Offset;
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
Scalarizer.cpp 363 DL.getTypeStoreSizeInBits(Layout.ElemTy))
GVN.cpp 782 uint64_t ShiftAmt = DL.getTypeStoreSizeInBits(StoredValTy) -
783 DL.getTypeStoreSizeInBits(LoadedTy);
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 584 milliseconds