Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dnodes_vector.h259 DEFAULT_COPY_CONSTRUCTOR(VecOperation);
289 DEFAULT_COPY_CONSTRUCTOR(VecUnaryOperation);
319 DEFAULT_COPY_CONSTRUCTOR(VecBinaryOperation);
360 DEFAULT_COPY_CONSTRUCTOR(VecMemoryOperation);
405 DEFAULT_COPY_CONSTRUCTOR(VecReplicateScalar);
437 DEFAULT_COPY_CONSTRUCTOR(VecExtractScalar);
475 DEFAULT_COPY_CONSTRUCTOR(VecReduce);
503 DEFAULT_COPY_CONSTRUCTOR(VecCnv);
524 DEFAULT_COPY_CONSTRUCTOR(VecNeg);
546 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.h1727 #define DEFAULT_COPY_CONSTRUCTOR(type) H##type(const H##type& other) = default; macro
2990 DEFAULT_COPY_CONSTRUCTOR(VariableInputSizeInstruction);
3013 DEFAULT_COPY_CONSTRUCTOR(Expression<N>);
3035 DEFAULT_COPY_CONSTRUCTOR(Expression<0>);
3055 DEFAULT_COPY_CONSTRUCTOR(MethodEntryHook);
3074 DEFAULT_COPY_CONSTRUCTOR(MethodExitHook);
3090 DEFAULT_COPY_CONSTRUCTOR(ReturnVoid);
3107 DEFAULT_COPY_CONSTRUCTOR(Return);
3198 DEFAULT_COPY_CONSTRUCTOR(Phi);
3223 DEFAULT_COPY_CONSTRUCTOR(Exit);
[all …]