HomeSort by relevance Sort by last modified time
    Searched refs:VariableMap (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceVariableSplitting.cpp 44 /// VariableMap is a simple helper class that keeps track of the latest split
49 class VariableMap {
51 VariableMap() = delete;
52 VariableMap(const VariableMap &) = delete;
53 VariableMap &operator=(const VariableMap &) = delete;
73 explicit VariableMap(Cfg *Func)
432 VariableMap VarMap;
  /external/v8/src/ast/
scopes.h 29 class VariableMap: public ZoneHashMap {
31 explicit VariableMap(Zone* zone);
500 VariableMap variables_;
    [all...]
scopes.cc 44 VariableMap::VariableMap(Zone* zone)
47 Variable* VariableMap::Declare(Zone* zone, Scope* scope,
69 Variable* VariableMap::DeclareName(Zone* zone, const AstRawString* name,
83 void VariableMap::Remove(Variable* var) {
88 void VariableMap::Add(Zone* zone, Variable* var) {
98 Variable* VariableMap::Lookup(const AstRawString* name) {
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 57 /// VariableMap - A map from variable names ('$dst') to the recorded operand
60 StringMap<unsigned> VariableMap;
64 /// VariableMap because that leads to identity checking if they are
65 /// encountered multiple times. Biased by 1 like VariableMap for
123 unsigned VarMapEntry = VariableMap[Name];
274 unsigned InputOperand = VariableMap[N->getName()] - 1;
442 unsigned &VarMapEntry = VariableMap[Name];
472 // If this node has a name associated with it, capture it in VariableMap. If
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherGen.cpp 59 /// VariableMap - A map from variable names ('$dst') to the recorded operand
62 StringMap<unsigned> VariableMap;
119 unsigned VarMapEntry = VariableMap[Name];
423 // If this node has a name associated with it, capture it in VariableMap. If
426 unsigned &VarMapEntry = VariableMap[N->getName()];
493 unsigned RecNodeEntry = VariableMap[N->getName()];
496 --RecNodeEntry; // Entries in VariableMap are biased.
    [all...]
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 194 milliseconds