Home
last modified time | relevance | path

Searched defs:AllocTy (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp64 AllocType AllocTy; member
135 getAllocationDataForFunction(const Function *Callee, AllocType AllocTy, in getAllocationDataForFunction()
172 static Optional<AllocFnsTy> getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData()
184 getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp99 AllocType AllocTy; member
165 getAllocationDataForFunction(const Function *Callee, AllocType AllocTy, in getAllocationDataForFunction()
207 getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData()
217 getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData()
/aosp_15_r20/frameworks/compile/slang/
Dslang_rs_foreach_lowering.cpp153 const clang::QualType& AllocTy = mCtxt->getAllocationType(); in CreateForEachInternalFunctionDecl() local
288 const clang::QualType& AllocTy = mCtxt->getAllocationType(); in VisitCallExpr() local
/aosp_15_r20/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp45 AllocType AllocTy; member
101 static Optional<AllocFnsTy> getAllocationData(const Value *V, AllocType AllocTy, in getAllocationData()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ADT/
DScopedHashTable.h151 using AllocTy = detail::AllocatorHolder<AllocatorTy>; variable
DStringMap.h129 using AllocTy = detail::AllocatorHolder<AllocatorTy>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ADT/
DScopedHashTable.h151 using AllocTy = detail::AllocatorHolder<AllocatorTy>; variable
DStringMap.h129 using AllocTy = detail::AllocatorHolder<AllocatorTy>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A DScopedHashTable.h151 using AllocTy = detail::AllocatorHolder<AllocatorTy>; variable
H A DStringMap.h112 using AllocTy = detail::AllocatorHolder<AllocatorTy>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ADT/
DScopedHashTable.h151 using AllocTy = detail::AllocatorHolder<AllocatorTy>; variable
DStringMap.h128 using AllocTy = detail::AllocatorHolder<AllocatorTy>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ADT/
DScopedHashTable.h151 using AllocTy = detail::AllocatorHolder<AllocatorTy>; variable
DStringMap.h113 using AllocTy = detail::AllocatorHolder<AllocatorTy>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DAllocator.h67 using AllocTy = detail::AllocatorHolder<AllocatorT>; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DAllocator.h67 using AllocTy = detail::AllocatorHolder<AllocatorT>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DAllocator.h67 using AllocTy = detail::AllocatorHolder<AllocatorT>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DAllocator.h67 using AllocTy = detail::AllocatorHolder<AllocatorT>; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DAllocator.h67 using AllocTy = detail::AllocatorHolder<AllocatorT>; variable
/aosp_15_r20/external/llvm/lib/IR/
H A DInstructions.cpp443 Type *AllocTy, Value *AllocSize, in createMalloc()
529 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
537 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
556 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
563 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstructions.cpp524 Type *AllocTy, Value *AllocSize, in createMalloc()
611 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
619 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
637 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
644 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DInstructions.cpp772 Type *AllocTy, Value *AllocSize, in createMalloc()
859 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
867 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
885 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
892 Type *IntPtrTy, Type *AllocTy, in CreateMalloc()
/aosp_15_r20/external/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp792 OptimizeGlobalAddressOfMalloc(GlobalVariable *GV, CallInst *CI, Type *AllocTy, in OptimizeGlobalAddressOfMalloc()
1420 Type *AllocTy, in tryToOptimizeStoreOfMallocToGlobal()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp850 OptimizeGlobalAddressOfMalloc(GlobalVariable *GV, CallInst *CI, Type *AllocTy, in OptimizeGlobalAddressOfMalloc()
1483 Type *AllocTy, in tryToOptimizeStoreOfMallocToGlobal()
/aosp_15_r20/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineLoadStoreAlloca.cpp730 Type *AllocTy = in canReplaceGEPIdxWithZero() local

12