Home
last modified time | relevance | path

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

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