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

  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 211 BumpPtrAllocator OperandAllocator;
290 ArrayRecycler<SDUse>::Capacity::get(Vals.size()), OperandAllocator);
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 164 /// OperandAllocator - Pool allocation for machine-opcode SDNode operands.
165 BumpPtrAllocator OperandAllocator;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
SelectionDAG.h 262 BumpPtrAllocator OperandAllocator;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 903 OperandRecycler.clear(OperandAllocator);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 866 OperandAllocator.Reset();
    [all...]

Completed in 85 milliseconds