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

  /external/llvm/lib/CodeGen/
MachineInstr.cpp 557 CapOperands = OperandCapacity::get(NumOps);
558 Operands = MF.allocateOperandArray(CapOperands);
572 CapOperands = OperandCapacity::get(MI.getNumOperands());
573 Operands = MF.allocateOperandArray(CapOperands);
681 OperandCapacity OldCap = CapOperands;
684 CapOperands = OldOperands ? OldCap.getNext() : OldCap.get(1);
685 Operands = MF.allocateOperandArray(CapOperands);
    [all...]
MachineFunction.cpp 204 deallocateOperandArray(MI->CapOperands, MI->Operands);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 78 OperandCapacity CapOperands; // Capacity of the Operands array.
    [all...]

Completed in 141 milliseconds