Home
last modified time | relevance | path

Searched refs:AllocOwner (Results 1 – 1 of 1) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceOperand.h329 template <typename T> static RelocOffset *create(T *AllocOwner) { in create() argument
330 return new (AllocOwner->template allocate<RelocOffset>()) RelocOffset(); in create()
402 static ConstantRelocatable *create(T *AllocOwner, Type Ty, in create() argument
404 return new (AllocOwner->template allocate<ConstantRelocatable>()) in create()