Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DNucleus.hpp58 static Value *allocateStackVariable(Type *type, int arraySize = 0);
DSubzeroReactor.cpp625 Value *Nucleus::allocateStackVariable(Type *t, int arraySize) in allocateStackVariable() function in rr::Nucleus
1071 Value *address = allocateStackVariable(destType); in createBitCast()
1077 Value *address = allocateStackVariable(T(v->getType())); in createBitCast()
DLLVMReactor.cpp948 Value *Nucleus::allocateStackVariable(Type *type, int arraySize) in allocateStackVariable() function in rr::Nucleus
1299 Value *readAddress = allocateStackVariable(destType); in createBitCast()
1306 Value *writeAddress = allocateStackVariable(T(V(v)->getType())); in createBitCast()
DReactor.hpp2286 address = Nucleus::allocateStackVariable(T::getType(), arraySize); in LValue()