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

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
MemoryBuiltins.h 63 /// getMallocArraySize - Returns the array size of a malloc call. If the
68 Value *getMallocArraySize(CallInst *CI, const TargetData *TD,
  /external/swiftshader/third_party/LLVM/lib/Analysis/
MemoryBuiltins.cpp 172 /// getMallocArraySize - Returns the array size of a malloc call. If the
177 Value *llvm::getMallocArraySize(CallInst *CI, const TargetData *TD,
179 assert(isMalloc(CI) && "getMallocArraySize and not malloc call");
  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 94 /// getMallocArraySize - Returns the array size of a malloc call. If the
99 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryBuiltins.h 88 /// getMallocArraySize - Returns the array size of a malloc call. If the
93 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
MemoryBuiltins.h 93 /// getMallocArraySize - Returns the array size of a malloc call. If the
98 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
MemoryBuiltins.h 93 /// getMallocArraySize - Returns the array size of a malloc call. If the
98 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
MemoryBuiltins.h 114 /// getMallocArraySize - Returns the array size of a malloc call. If the
119 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
MemoryBuiltins.h 114 /// getMallocArraySize - Returns the array size of a malloc call. If the
119 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
MemoryBuiltins.h 114 /// getMallocArraySize - Returns the array size of a malloc call. If the
119 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
MemoryBuiltins.h 114 /// getMallocArraySize - Returns the array size of a malloc call. If the
119 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryBuiltins.h 88 /// getMallocArraySize - Returns the array size of a malloc call. If the
93 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
MemoryBuiltins.h 93 /// getMallocArraySize - Returns the array size of a malloc call. If the
98 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
MemoryBuiltins.h 93 /// getMallocArraySize - Returns the array size of a malloc call. If the
98 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
MemoryBuiltins.h 114 /// getMallocArraySize - Returns the array size of a malloc call. If the
119 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
MemoryBuiltins.h 114 /// getMallocArraySize - Returns the array size of a malloc call. If the
119 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
MemoryBuiltins.h 114 /// getMallocArraySize - Returns the array size of a malloc call. If the
119 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
MemoryBuiltins.h 114 /// getMallocArraySize - Returns the array size of a malloc call. If the
119 Value *getMallocArraySize(CallInst *CI, const DataLayout &DL,
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 288 /// getMallocArraySize - Returns the array size of a malloc call. If the
293 Value *llvm::getMallocArraySize(CallInst *CI, const DataLayout &DL,
296 assert(isMallocLikeFn(CI, TLI) && "getMallocArraySize and not malloc call");
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCalls.cpp 303 if (Value *NElems = getMallocArraySize(MI, TD, true))
    [all...]

Completed in 506 milliseconds