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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineInstr.cpp 123 CapOperands = OperandCapacity::get(NumOps);
124 Operands = MF.allocateOperandArray(CapOperands);
138 CapOperands = OperandCapacity::get(MI.getNumOperands());
139 Operands = MF.allocateOperandArray(CapOperands);
241 OperandCapacity OldCap = CapOperands;
244 CapOperands = OldOperands ? OldCap.getNext() : OldCap.get(1);
245 Operands = MF.allocateOperandArray(CapOperands);
    [all...]
MachineFunction.cpp 344 deallocateOperandArray(MI->CapOperands, MI->Operands);
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 667 CapOperands = OperandCapacity::get(NumOps);
668 Operands = MF.allocateOperandArray(CapOperands);
688 CapOperands = OperandCapacity::get(MI.getNumOperands());
689 Operands = MF.allocateOperandArray(CapOperands);
810 OperandCapacity OldCap = CapOperands;
813 CapOperands = OldOperands ? OldCap.getNext() : OldCap.get(1);
814 Operands = MF.allocateOperandArray(CapOperands);
    [all...]
MachineFunction.cpp 274 deallocateOperandArray(MI->CapOperands, MI->Operands);
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 85 OperandCapacity CapOperands; // Capacity of the Operands array.
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineInstr.h 108 OperandCapacity CapOperands; // Capacity of the Operands array.
    [all...]

Completed in 273 milliseconds