Home
last modified time | relevance | path

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

/external/swiftshader/src/Reactor/
DNucleus.hpp185 static Value *allocateStackVariable(Type *type, int arraySize = 0);
DLLVMReactor.cpp637 Value *Nucleus::allocateStackVariable(Type *type, int arraySize) in allocateStackVariable() function in rr::Nucleus
948 auto out = allocateStackVariable(type); in createLoad()
1046 auto copy = allocateStackVariable(type); in createStore()
1164 Value *result = Nucleus::allocateStackVariable(T(elVecTy)); in createGather()
1476 Value *readAddress = allocateStackVariable(destType); in createBitCast()
1483 Value *writeAddress = allocateStackVariable(T(V(v)->getType())); in createBitCast()
DSubzeroReactor.cpp96 Ice::Variable *allocateStackVariable(Ice::Cfg *function, Ice::Type type, int arraySize = 0) in allocateStackVariable() function
1110 Value *Nucleus::allocateStackVariable(Type *t, int arraySize) in allocateStackVariable() function in rr::Nucleus
1717 Value *address = allocateStackVariable(destType); in createBitCast()
1723 Value *address = allocateStackVariable(T(v->getType())); in createBitCast()
4857 this->promise = sz::allocateStackVariable(::function, T(::coroYieldType)); in generateCoroutineBegin()
DReactor.cpp137 address = Nucleus::allocateStackVariable(getType(), arraySize); in materialize()