Searched refs:allocateStackVariable (Results 1 – 4 of 4) sorted by relevance
58 static Value *allocateStackVariable(Type *type, int arraySize = 0);
625 Value *Nucleus::allocateStackVariable(Type *t, int arraySize) in allocateStackVariable() function in rr::Nucleus1071 Value *address = allocateStackVariable(destType); in createBitCast()1077 Value *address = allocateStackVariable(T(v->getType())); in createBitCast()
948 Value *Nucleus::allocateStackVariable(Type *type, int arraySize) in allocateStackVariable() function in rr::Nucleus1299 Value *readAddress = allocateStackVariable(destType); in createBitCast()1306 Value *writeAddress = allocateStackVariable(T(V(v)->getType())); in createBitCast()
2286 address = Nucleus::allocateStackVariable(T::getType(), arraySize); in LValue()