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
415
typedef ArrayRecycler<MachineOperand>::Capacity
OperandCapacity
;
419
MachineOperand *allocateOperandArray(
OperandCapacity
Cap) {
426
void deallocateOperandArray(
OperandCapacity
Cap, MachineOperand *Array) {
MachineInstr.h
76
typedef ArrayRecycler<MachineOperand>::Capacity
OperandCapacity
;
77
OperandCapacity
CapOperands; // Capacity of the Operands array.
[
all
...]
/external/llvm/lib/CodeGen/
MachineInstr.cpp
540
CapOperands =
OperandCapacity
::get(NumOps);
555
CapOperands =
OperandCapacity
::get(MI.getNumOperands());
661
OperandCapacity
OldCap = CapOperands;
[
all
...]
Completed in 815 milliseconds