HomeSort by: relevance | last modified time | path
    Searched refs:OperandAllocator (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAG.h 259 BumpPtrAllocator OperandAllocator;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 1161 OperandRecycler.clear(OperandAllocator);
1222 OperandRecycler.clear(OperandAllocator);
1223 OperandAllocator.Reset();
1929 int *MaskAlloc = OperandAllocator.Allocate<int>(NElts);
10466 ArrayRecycler<SDUse>::Capacity::get(Vals.size()), OperandAllocator);

Completed in 22 milliseconds