Home
last modified time | relevance | path

Searched refs:DEFAULT_COPY_CONSTRUCTOR (Results 1 – 5 of 5) sorted by relevance

/art/compiler/optimizing/
Dnodes_vector.h191 DEFAULT_COPY_CONSTRUCTOR(VecOperation);
221 DEFAULT_COPY_CONSTRUCTOR(VecUnaryOperation);
251 DEFAULT_COPY_CONSTRUCTOR(VecBinaryOperation);
292 DEFAULT_COPY_CONSTRUCTOR(VecMemoryOperation);
337 DEFAULT_COPY_CONSTRUCTOR(VecReplicateScalar);
369 DEFAULT_COPY_CONSTRUCTOR(VecExtractScalar);
407 DEFAULT_COPY_CONSTRUCTOR(VecReduce);
435 DEFAULT_COPY_CONSTRUCTOR(VecCnv);
456 DEFAULT_COPY_CONSTRUCTOR(VecNeg);
478 DEFAULT_COPY_CONSTRUCTOR(VecAbs);
[all …]
Dnodes_mips.h38 DEFAULT_COPY_CONSTRUCTOR(MipsComputeBaseMethodAddress);
70 DEFAULT_COPY_CONSTRUCTOR(MipsPackedSwitch);
117 DEFAULT_COPY_CONSTRUCTOR(IntermediateArrayAddressIndex);
Dnodes_x86.h38 DEFAULT_COPY_CONSTRUCTOR(X86ComputeBaseMethodAddress);
65 DEFAULT_COPY_CONSTRUCTOR(X86LoadFromConstantTable);
88 DEFAULT_COPY_CONSTRUCTOR(X86FPNeg);
124 DEFAULT_COPY_CONSTRUCTOR(X86PackedSwitch);
166 DEFAULT_COPY_CONSTRUCTOR(X86AndNot);
214 DEFAULT_COPY_CONSTRUCTOR(X86MaskOrResetLeastSetBit);
Dnodes_shared.h58 DEFAULT_COPY_CONSTRUCTOR(MultiplyAccumulate);
124 DEFAULT_COPY_CONSTRUCTOR(BitwiseNegatedRight);
175 DEFAULT_COPY_CONSTRUCTOR(IntermediateAddressIndex);
244 DEFAULT_COPY_CONSTRUCTOR(DataProcWithShifterOp);
Dnodes.h1577 #define DEFAULT_COPY_CONSTRUCTOR(type) \ macro
2681 DEFAULT_COPY_CONSTRUCTOR(VariableInputSizeInstruction);
2704 DEFAULT_COPY_CONSTRUCTOR(Expression<N>);
2726 DEFAULT_COPY_CONSTRUCTOR(Expression<0>);
2745 DEFAULT_COPY_CONSTRUCTOR(ReturnVoid);
2762 DEFAULT_COPY_CONSTRUCTOR(Return);
2853 DEFAULT_COPY_CONSTRUCTOR(Phi);
2878 DEFAULT_COPY_CONSTRUCTOR(Exit);
2898 DEFAULT_COPY_CONSTRUCTOR(Goto);
2923 DEFAULT_COPY_CONSTRUCTOR(Constant);
[all …]