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

  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 160 /// CSEMap - This structure is used to memoize nodes, automatically performing
162 FoldingSet<SDNode> CSEMap;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineLICM.cpp 98 DenseMap<unsigned, std::vector<const MachineInstr*> > CSEMap;
142 CI = CSEMap.begin(), CE = CSEMap.end(); CI != CE; ++CI)
144 CSEMap.clear();
355 // CSEMap is initialized for loop header when the first instruction is
360 CSEMap.clear();
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 208 FoldingSet<SDNode> CSEMap;
    [all...]
  /external/llvm/lib/CodeGen/
MachineLICM.cpp 111 DenseMap<unsigned, std::vector<const MachineInstr*> > CSEMap;
152 CSEMap.clear();
316 // CSEMap is initialized for loop header when the first instruction is
321 CSEMap.clear();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAG.h 259 FoldingSet<SDNode> CSEMap;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineLICM.cpp 133 DenseMap<unsigned, std::vector<const MachineInstr *>> CSEMap;
166 CSEMap.clear();
360 // CSEMap is initialized for loop header when the first instruction is
365 CSEMap.clear();
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 385 milliseconds