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

  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 199 ArrayRecycler<MachineOperand> OperandRecycler;
550 return OperandRecycler.allocate(Cap, Allocator);
557 OperandRecycler.deallocate(Cap, Array);
SelectionDAG.h 212 ArrayRecycler<SDUse> OperandRecycler;
289 SDUse *Ops = OperandRecycler.allocate(
304 OperandRecycler.deallocate(
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineFunction.h 269 ArrayRecycler<MachineOperand> OperandRecycler;
701 return OperandRecycler.allocate(Cap, Allocator);
708 OperandRecycler.deallocate(Cap, Array);
    [all...]
SelectionDAG.h 263 ArrayRecycler<SDUse> OperandRecycler;
369 OperandRecycler.deallocate(
    [all...]
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 160 OperandRecycler.clear(Allocator);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineFunction.cpp 208 OperandRecycler.clear(Allocator);
    [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...]

Completed in 2402 milliseconds