Searched refs:ValueStorage (Results 1 – 4 of 4) sorted by relevance
318 SmallString<32> ValueStorage; in parseRewriteFunctionDescriptor() local337 Source = Value->getValue(ValueStorage); in parseRewriteFunctionDescriptor()343 Target = Value->getValue(ValueStorage); in parseRewriteFunctionDescriptor()345 Transform = Value->getValue(ValueStorage); in parseRewriteFunctionDescriptor()349 Undecorated = Value->getValue(ValueStorage); in parseRewriteFunctionDescriptor()385 SmallString<32> ValueStorage; in parseRewriteGlobalVariableDescriptor() local404 Source = Value->getValue(ValueStorage); in parseRewriteGlobalVariableDescriptor()410 Target = Value->getValue(ValueStorage); in parseRewriteGlobalVariableDescriptor()412 Transform = Value->getValue(ValueStorage); in parseRewriteGlobalVariableDescriptor()447 SmallString<32> ValueStorage; in parseRewriteGlobalAliasDescriptor() local[all …]
310 class ValueStorage class313 ValueStorage (void);314 ValueStorage (const VariableType& type);322 ValueStorage (const ValueStorage& other);323 ValueStorage operator= (const ValueStorage& other);329 ValueStorage<Stride>::ValueStorage (void) in ValueStorage() function in rsg::ValueStorage334 ValueStorage<Stride>::ValueStorage (const VariableType& type) in ValueStorage() function in rsg::ValueStorage340 void ValueStorage<Stride>::setStorage (const VariableType& type) in setStorage()362 ValueStorage<1> m_storage;
44 typedef ValueStorage<EXEC_VEC_WIDTH> ExecValueStorage;
2150 SmallString<64> ValueStorage; in parseEdit() local2151 StringRef Val = ValueString->getValue(ValueStorage); in parseEdit()