HomeSort by relevance Sort by last modified time
    Searched defs:ValueEntry (Results 1 - 15 of 15) sorted by null

  /external/deqp/framework/randomshaders/
rsgVariableManager.hpp 43 class ValueEntry
46 ValueEntry (const Variable* variable);
47 ~ValueEntry (void) {}
89 ValueEntry* allocate (const Variable* variable);
90 ValueEntry* findEntry (const Variable* variable) const;
94 std::vector<ValueEntry*>& getValues (void) { return m_entries; }
95 const std::vector<ValueEntry*>& getValues (void) const { return m_entries; }
103 std::vector<ValueEntry*> m_entries;
184 class ValueEntryIterator : public FilteredIterator<const ValueEntry*, std::vector<const ValueEntry*>::const_iterator, Filter
    [all...]
rsgVariableManager.cpp 95 ValueEntry::ValueEntry (const Variable* variable)
155 for (vector<ValueEntry*>::iterator i = m_entries.begin(); i != m_entries.end(); i++)
160 ValueEntry* ValueScope::allocate (const Variable* variable)
162 ValueEntry* entry = new ValueEntry(variable);
183 bool operator== (const ValueEntry* entry) const
192 bool operator== (const ValueEntry* entry, const CompareEntryVariable& cmp)
197 ValueEntry* ValueScope::findEntry (const Variable* variable) const
199 vector<ValueEntry*>::const_iterator pos = std::find(m_entries.begin(), m_entries.end(), CompareEntryVariable(variabl (…)
    [all...]
  /external/llvm/lib/Transforms/Scalar/
Reassociate.cpp 51 struct ValueEntry {
54 ValueEntry(unsigned R, Value *O) : Rank(R), Op(O) {}
56 inline bool operator<(const ValueEntry &LHS, const ValueEntry &RHS) {
64 static void PrintOps(Instruction *I, const SmallVectorImpl<ValueEntry> &Ops) {
180 void RewriteExprTree(BinaryOperator *I, SmallVectorImpl<ValueEntry> &Ops);
182 SmallVectorImpl<ValueEntry> &Ops);
183 Value *OptimizeAdd(Instruction *I, SmallVectorImpl<ValueEntry> &Ops);
184 Value *OptimizeXor(Instruction *I, SmallVectorImpl<ValueEntry> &Ops);
189 bool collectMultiplyFactors(SmallVectorImpl<ValueEntry> &Ops
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 
  /prebuilts/devtools/tools/lib/
guava-13.0.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
guava-14.0.1.jar 
  /prebuilts/misc/common/android-support-test/
espresso-core.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 
  /prebuilts/sdk/tools/
jill.jar 
  /prebuilts/tools/common/gradle-plugins/repository/com/google/guava/guava/14.0/
guava-14.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/15.0/
guava-15.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/17.0/
guava-17.0.jar 

Completed in 164 milliseconds