Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DNucleus.hpp169 static Value *allocateStackVariable(Type *type, int arraySize = 0);
DLLVMReactor.cpp648 Value *Nucleus::allocateStackVariable(Type *type, int arraySize) in allocateStackVariable() function in rr::Nucleus
959 auto out = allocateStackVariable(type); in createLoad()
1057 auto copy = allocateStackVariable(type); in createStore()
1175 Value *result = Nucleus::allocateStackVariable(T(elVecTy)); in createGather()
1487 Value *readAddress = allocateStackVariable(destType); in createBitCast()
1494 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
1098 Value *Nucleus::allocateStackVariable(Type *t, int arraySize) in allocateStackVariable() function in rr::Nucleus
1710 Value *address = allocateStackVariable(destType); in createBitCast()
1716 Value *address = allocateStackVariable(T(v->getType())); in createBitCast()
4710 this->promise = sz::allocateStackVariable(::function, T(::coroYieldType)); in generateCoroutineBegin()
DReactor.cpp136 address = Nucleus::allocateStackVariable(getType(), arraySize); in materialize()