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 417 typedef ArrayRecycler<MachineOperand>::Capacity OperandCapacity;
421 MachineOperand *allocateOperandArray(OperandCapacity Cap) {
428 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 557 CapOperands = OperandCapacity::get(NumOps);
572 CapOperands = OperandCapacity::get(MI.getNumOperands());
681 OperandCapacity OldCap = CapOperands;
    [all...]

Completed in 80 milliseconds