Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DNucleus.hpp171 static Value *allocateStackVariable(Type *type, int arraySize = 0);
DLLVMReactor.cpp628 Value *Nucleus::allocateStackVariable(Type *type, int arraySize) in allocateStackVariable() function in rr::Nucleus
939 auto out = allocateStackVariable(type); in createLoad()
1037 auto copy = allocateStackVariable(type); in createStore()
1155 Value *result = Nucleus::allocateStackVariable(T(elVecTy)); in createGather()
1467 Value *readAddress = allocateStackVariable(destType); in createBitCast()
1474 Value *writeAddress = allocateStackVariable(T(V(v)->getType())); in createBitCast()
DSubzeroReactor.cpp97 Ice::Variable *allocateStackVariable(Ice::Cfg *function, Ice::Type type, int arraySize = 0) in allocateStackVariable() function
1099 Value *Nucleus::allocateStackVariable(Type *t, int arraySize) in allocateStackVariable() function in rr::Nucleus
1711 Value *address = allocateStackVariable(destType); in createBitCast()
1717 Value *address = allocateStackVariable(T(v->getType())); in createBitCast()
4710 this->promise = sz::allocateStackVariable(::function, T(::coroYieldType)); in generateCoroutineBegin()
DReactor.cpp140 address = Nucleus::allocateStackVariable(getType(), arraySize); in materialize()