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

  /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/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/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 644 assert(N->getOpcode() != ISD::DELETED_NODE && "DELETED_NODE in CSEMap!");
645 assert(N->getOpcode() != ISD::EntryToken && "EntryToken in CSEMap!");
646 Erased = CSEMap.RemoveNode(N);
674 SDNode *Existing = CSEMap.GetOrInsertNode(N);
708 SDNode *Node = CSEMap.FindNodeOrInsertPos(ID, InsertPos);
726 SDNode *Node = CSEMap.FindNodeOrInsertPos(ID, InsertPos);
744 SDNode *Node = CSEMap.FindNodeOrInsertPos(ID, InsertPos);
867 CSEMap.clear();
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 765 assert(N->getOpcode() != ISD::DELETED_NODE && "DELETED_NODE in CSEMap!");
766 assert(N->getOpcode() != ISD::EntryToken && "EntryToken in CSEMap!");
767 Erased = CSEMap.RemoveNode(N);
794 SDNode *Existing = CSEMap.GetOrInsertNode(N);
942 SDNode *N = CSEMap.FindNodeOrInsertPos(ID, InsertPos);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 199 FoldingSet<SDNode> CSEMap;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 199 FoldingSet<SDNode> CSEMap;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 199 FoldingSet<SDNode> CSEMap;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 199 FoldingSet<SDNode> CSEMap;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 199 FoldingSet<SDNode> CSEMap;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 199 FoldingSet<SDNode> CSEMap;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 199 FoldingSet<SDNode> CSEMap;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h 199 FoldingSet<SDNode> CSEMap;
    [all...]
  /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/llvm/include/llvm/CodeGen/
SelectionDAG.h 208 FoldingSet<SDNode> CSEMap;
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 1990 milliseconds