HomeSort by relevance Sort by last modified time
    Searched refs:allocateStackVariable (Results 1 - 4 of 4) sorted by null

  /external/swiftshader/src/Reactor/
Nucleus.hpp 58 static Value *allocateStackVariable(Type *type, int arraySize = 0);
LLVMReactor.cpp 330 Value *Nucleus::allocateStackVariable(Type *type, int arraySize)
648 Value *readAddress = allocateStackVariable(destType);
655 Value *writeAddress = allocateStackVariable(T(v->getType()));
    [all...]
SubzeroReactor.cpp 617 Value *Nucleus::allocateStackVariable(Type *t, int arraySize)
1052 Value *address = allocateStackVariable(destType);
1058 Value *address = allocateStackVariable(T(v->getType()));
    [all...]
Reactor.hpp     [all...]

Completed in 61 milliseconds