Searched refs:ValueStorage (Results 1 – 4 of 4) sorted by relevance
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;
317 SmallString<32> ValueStorage; in parseRewriteFunctionDescriptor() local336 Source = Value->getValue(ValueStorage); in parseRewriteFunctionDescriptor()342 Target = Value->getValue(ValueStorage); in parseRewriteFunctionDescriptor()344 Transform = Value->getValue(ValueStorage); in parseRewriteFunctionDescriptor()348 Undecorated = Value->getValue(ValueStorage); in parseRewriteFunctionDescriptor()384 SmallString<32> ValueStorage; in parseRewriteGlobalVariableDescriptor() local403 Source = Value->getValue(ValueStorage); in parseRewriteGlobalVariableDescriptor()409 Target = Value->getValue(ValueStorage); in parseRewriteGlobalVariableDescriptor()411 Transform = Value->getValue(ValueStorage); in parseRewriteGlobalVariableDescriptor()446 SmallString<32> ValueStorage; in parseRewriteGlobalAliasDescriptor() local[all …]
2133 SmallString<64> ValueStorage; in parseEdit() local2134 StringRef Val = ValueString->getValue(ValueStorage); in parseEdit()