HomeSort by relevance Sort by last modified time
    Searched full:loadedty (Results 1 - 11 of 11) sorted by null

  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
VNCoercion.h 43 /// type. LoadedTy is the type of the load we want to replace. IRB is
47 Value *coerceAvailableValueToLoadType(Value *StoredVal, Type *LoadedTy,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
VNCoercion.h 43 /// type. LoadedTy is the type of the load we want to replace. IRB is
47 Value *coerceAvailableValueToLoadType(Value *StoredVal, Type *LoadedTy,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
VNCoercion.h 43 /// type. LoadedTy is the type of the load we want to replace. IRB is
47 Value *coerceAvailableValueToLoadType(Value *StoredVal, Type *LoadedTy,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
VNCoercion.h 43 /// type. LoadedTy is the type of the load we want to replace. IRB is
47 Value *coerceAvailableValueToLoadType(Value *StoredVal, Type *LoadedTy,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
VNCoercion.h 43 /// type. LoadedTy is the type of the load we want to replace. IRB is
47 Value *coerceAvailableValueToLoadType(Value *StoredVal, Type *LoadedTy,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
VNCoercion.h 43 /// type. LoadedTy is the type of the load we want to replace. IRB is
47 Value *coerceAvailableValueToLoadType(Value *StoredVal, Type *LoadedTy,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
VNCoercion.h 43 /// type. LoadedTy is the type of the load we want to replace. IRB is
47 Value *coerceAvailableValueToLoadType(Value *StoredVal, Type *LoadedTy,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
VNCoercion.h 43 /// type. LoadedTy is the type of the load we want to replace. IRB is
47 Value *coerceAvailableValueToLoadType(Value *StoredVal, Type *LoadedTy,
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp 718 /// the stored value. LoadedTy is the type of the load we want to replace.
722 static Value *CoerceAvailableValueToLoadType(Value *StoredVal, Type *LoadedTy,
725 assert(CanCoerceMustAliasedValueToLoad(StoredVal, LoadedTy, DL) &&
732 uint64_t LoadedValSize = DL.getTypeSizeInBits(LoadedTy);
738 LoadedTy->getScalarType()->isPointerTy())
739 return IRB.CreateBitCast(StoredVal, LoadedTy);
747 Type *TypeToCastTo = LoadedTy;
755 if (LoadedTy->getScalarType()->isPointerTy())
756 StoredVal = IRB.CreateIntToPtr(StoredVal, LoadedTy);
783 DL.getTypeStoreSizeInBits(LoadedTy);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
GVN.cpp 685 /// the stored value. LoadedTy is the type of the load we want to replace and
690 Type *LoadedTy,
693 if (!CanCoerceMustAliasedValueToLoad(StoredVal, LoadedTy, TD))
700 uint64_t LoadSize = TD.getTypeSizeInBits(LoadedTy);
705 if (StoredValTy->isPointerTy() && LoadedTy->isPointerTy())
706 return new BitCastInst(StoredVal, LoadedTy, "", InsertPt);
714 Type *TypeToCastTo = LoadedTy;
722 if (LoadedTy->isPointerTy())
723 StoredVal = new IntToPtrInst(StoredVal, LoadedTy, "", InsertPt);
756 if (LoadedTy == NewIntTy
    [all...]
  /external/valgrind/memcheck/
mc_translate.c     [all...]

Completed in 1288 milliseconds