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 540 CapOperands = OperandCapacity::get(NumOps);
541 Operands = MF.allocateOperandArray(CapOperands);
555 CapOperands = OperandCapacity::get(MI.getNumOperands());
556 Operands = MF.allocateOperandArray(CapOperands);
661 OperandCapacity OldCap = CapOperands;
664 CapOperands = OldOperands ? OldCap.getNext() : OldCap.get(1);
665 Operands = MF.allocateOperandArray(CapOperands);
    [all...]
MachineFunction.cpp 198 deallocateOperandArray(MI->CapOperands, MI->Operands);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 77 OperandCapacity CapOperands; // Capacity of the Operands array.
    [all...]

Completed in 3061 milliseconds