Searched refs:allocateStackVariable (Results 1 – 4 of 4) sorted by relevance
169 static Value *allocateStackVariable(Type *type, int arraySize = 0);
648 Value *Nucleus::allocateStackVariable(Type *type, int arraySize) in allocateStackVariable() function in rr::Nucleus959 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()
97 Ice::Variable *allocateStackVariable(Ice::Cfg *function, Ice::Type type, int arraySize = 0) in allocateStackVariable() function1098 Value *Nucleus::allocateStackVariable(Type *t, int arraySize) in allocateStackVariable() function in rr::Nucleus1710 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()
136 address = Nucleus::allocateStackVariable(getType(), arraySize); in materialize()