Searched defs:getObjectSize (Results 1 - 8 of 8) sorted by relevance

/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp379 bool llvm::getObjectSize(const Value *Ptr, uint64_t &Size, const DataLayout &DL, function in class:llvm
H A DBasicAliasAnalysis.cpp111 static uint64_t getObjectSize(const Value *V, const DataLayout &DL, function
115 if (getObjectSize(V, Size, DL, &TLI, RoundToAlign))
127 // c1: llvm::getObjectSize()
138 // stretch of memory of q[0:19]. So, getObjectSize(q) should return 20.
143 // parameter, before the llvm::getObjectSize() is called to get the size of
156 uint64_t ObjectSize = getObjectSize(V, DL, TLI, /*RoundToAlign*/ true);
164 uint64_t ObjectSize = getObjectSize(V, DL, TLI);
/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h391 int64_t getObjectSize(int ObjectIdx) const { function in class:llvm::MachineFrameInfo
/external/swiftshader/src/OpenGL/compiler/
H A DTypes.h306 size_t getObjectSize() const function in class:TType
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DMachineFrameInfo.h335 /// getObjectSize - Return the size of the specified object.
337 int64_t getObjectSize(int ObjectIdx) const { function in class:llvm::MachineFrameInfo
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DBasicAliasAnalysis.cpp101 /// getObjectSize - Return the size of the object specified by V, or
103 static uint64_t getObjectSize(const Value *V, const TargetData &TD) { function
138 uint64_t ObjectSize = getObjectSize(V, TD);
146 uint64_t ObjectSize = getObjectSize(V, TD);
/external/caliper/lib/
H A Djava-allocation-instrumenter-2.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/monitoring/ com/google/monitoring/runtime/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 278 milliseconds