Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DNucleus.hpp87 static llvm::Value *allocateStackVariable(llvm::Type *type, int arraySize = 0);
DNucleus.cpp249 Value *Nucleus::allocateStackVariable(Type *type, int arraySize) in allocateStackVariable() function in sw::Nucleus
831 address = Nucleus::allocateStackVariable(type, arraySize); in LValue()