Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_vector.h250 DEFAULT_COPY_CONSTRUCTOR(VecOperation);
280 DEFAULT_COPY_CONSTRUCTOR(VecUnaryOperation);
310 DEFAULT_COPY_CONSTRUCTOR(VecBinaryOperation);
351 DEFAULT_COPY_CONSTRUCTOR(VecMemoryOperation);
396 DEFAULT_COPY_CONSTRUCTOR(VecReplicateScalar);
428 DEFAULT_COPY_CONSTRUCTOR(VecExtractScalar);
466 DEFAULT_COPY_CONSTRUCTOR(VecReduce);
494 DEFAULT_COPY_CONSTRUCTOR(VecCnv);
515 DEFAULT_COPY_CONSTRUCTOR(VecNeg);
537 DEFAULT_COPY_CONSTRUCTOR(VecAbs);
[all …]
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.h1648 #define DEFAULT_COPY_CONSTRUCTOR(type) \ macro
2753 DEFAULT_COPY_CONSTRUCTOR(VariableInputSizeInstruction);
2776 DEFAULT_COPY_CONSTRUCTOR(Expression<N>);
2798 DEFAULT_COPY_CONSTRUCTOR(Expression<0>);
2817 DEFAULT_COPY_CONSTRUCTOR(ReturnVoid);
2834 DEFAULT_COPY_CONSTRUCTOR(Return);
2925 DEFAULT_COPY_CONSTRUCTOR(Phi);
2950 DEFAULT_COPY_CONSTRUCTOR(Exit);
2970 DEFAULT_COPY_CONSTRUCTOR(Goto);
2995 DEFAULT_COPY_CONSTRUCTOR(Constant);
[all …]