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

  /external/llvm/include/llvm/CodeGen/
MachineFunction.h 433 typedef ArrayRecycler<MachineOperand>::Capacity OperandCapacity;
437 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
444 void deallocateOperandArray(OperandCapacity Cap, MachineOperand *Array) {
MachineInstr.h 77 typedef ArrayRecycler<MachineOperand>::Capacity OperandCapacity;
78 OperandCapacity CapOperands; // Capacity of the Operands array.
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 598 CapOperands = OperandCapacity::get(NumOps);
615 CapOperands = OperandCapacity::get(MI.getNumOperands());
718 OperandCapacity OldCap = CapOperands;
    [all...]

Completed in 2010 milliseconds