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

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

Completed in 215 milliseconds