Searched refs:allocateFixedOperandUser (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/lib/IR/ |
D | User.cpp | 115 void *User::allocateFixedOperandUser(size_t Size, unsigned Us, in allocateFixedOperandUser() function in llvm::User 146 return allocateFixedOperandUser(Size, Us, 0); in operator new() 150 return allocateFixedOperandUser(Size, Us, DescBytes); in operator new()
|
/external/llvm/lib/IR/ |
D | User.cpp | 117 void *User::allocateFixedOperandUser(size_t Size, unsigned Us, in allocateFixedOperandUser() function in llvm::User 147 return allocateFixedOperandUser(Size, Us, 0); in operator new() 151 return allocateFixedOperandUser(Size, Us, DescBytes); in operator new()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | User.cpp | 112 void *User::allocateFixedOperandUser(size_t Size, unsigned Us, in allocateFixedOperandUser() function in llvm::User 142 return allocateFixedOperandUser(Size, Us, 0); in operator new() 146 return allocateFixedOperandUser(Size, Us, DescBytes); in operator new()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | User.h | 52 allocateFixedOperandUser(size_t, unsigned, unsigned);
|
/external/llvm/include/llvm/IR/ |
D | User.h | 46 allocateFixedOperandUser(size_t, unsigned, unsigned);
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | User.h | 49 allocateFixedOperandUser(size_t, unsigned, unsigned);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | User.h | 49 allocateFixedOperandUser(size_t, unsigned, unsigned);
|