Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp318 SmallString<32> ValueStorage; in parseRewriteFunctionDescriptor() local
337 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() local
404 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 …]
/external/deqp/framework/randomshaders/
DrsgVariableValue.hpp310 class ValueStorage class
313 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::ValueStorage
334 ValueStorage<Stride>::ValueStorage (const VariableType& type) in ValueStorage() function in rsg::ValueStorage
340 void ValueStorage<Stride>::setStorage (const VariableType& type) in setStorage()
362 ValueStorage<1> m_storage;
DrsgExecutionContext.hpp44 typedef ValueStorage<EXEC_VEC_WIDTH> ExecValueStorage;
/external/clang/lib/ARCMigrate/
DObjCMT.cpp2150 SmallString<64> ValueStorage; in parseEdit() local
2151 StringRef Val = ValueString->getValue(ValueStorage); in parseEdit()