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

  /external/llvm/include/llvm/CodeGen/
MachineValueType.h 519 /// getStoreSize - Return the number of bytes overwritten by a store
521 unsigned getStoreSize() const {
528 return getStoreSize() * 8;
ValueTypes.h 266 /// getStoreSize - Return the number of bytes overwritten by a store
268 unsigned getStoreSize() const {
275 return getStoreSize() * 8;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineValueType.h 518 unsigned getStoreSize() const {
525 return getStoreSize() * 8;
ValueTypes.h 263 unsigned getStoreSize() const {
270 return getStoreSize() * 8;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineValueType.h 518 unsigned getStoreSize() const {
525 return getStoreSize() * 8;
ValueTypes.h 263 unsigned getStoreSize() const {
270 return getStoreSize() * 8;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineValueType.h 518 unsigned getStoreSize() const {
525 return getStoreSize() * 8;
ValueTypes.h 263 unsigned getStoreSize() const {
270 return getStoreSize() * 8;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineValueType.h 518 unsigned getStoreSize() const {
525 return getStoreSize() * 8;
ValueTypes.h 263 unsigned getStoreSize() const {
270 return getStoreSize() * 8;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
MachineValueType.h 518 unsigned getStoreSize() const {
525 return getStoreSize() * 8;
ValueTypes.h 263 unsigned getStoreSize() const {
270 return getStoreSize() * 8;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
MachineValueType.h 518 unsigned getStoreSize() const {
525 return getStoreSize() * 8;
ValueTypes.h 263 unsigned getStoreSize() const {
270 return getStoreSize() * 8;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineValueType.h 518 unsigned getStoreSize() const {
525 return getStoreSize() * 8;
ValueTypes.h 263 unsigned getStoreSize() const {
270 return getStoreSize() * 8;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineValueType.h 518 unsigned getStoreSize() const {
525 return getStoreSize() * 8;
ValueTypes.h 263 unsigned getStoreSize() const {
270 return getStoreSize() * 8;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
ValueTypes.h 288 /// getStoreSize - Return the number of bytes overwritten by a store
290 unsigned getStoreSize() const {
297 return getStoreSize() * 8;
598 /// getStoreSize - Return the number of bytes overwritten by a store
600 unsigned getStoreSize() const {
607 return getStoreSize() * 8;
  /frameworks/compile/slang/
slang_rs_export_type.cpp     [all...]
slang_rs_export_type.h 298 virtual size_t getStoreSize() const;
672 virtual size_t getStoreSize() const { return mStoreSize; }

Completed in 829 milliseconds