OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OperandCapacity
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/CodeGen/
MachineFunction.h
464
typedef ArrayRecycler<MachineOperand>::Capacity
OperandCapacity
;
468
MachineOperand *allocateOperandArray(
OperandCapacity
Cap) {
475
void deallocateOperandArray(
OperandCapacity
Cap, MachineOperand *Array) {
MachineInstr.h
80
typedef ArrayRecycler<MachineOperand>::Capacity
OperandCapacity
;
81
OperandCapacity
CapOperands; // Capacity of the Operands array.
[
all
...]
/external/llvm/lib/CodeGen/
MachineInstr.cpp
656
CapOperands =
OperandCapacity
::get(NumOps);
673
CapOperands =
OperandCapacity
::get(MI.getNumOperands());
776
OperandCapacity
OldCap = CapOperands;
[
all
...]
Completed in 65 milliseconds