Lines Matching refs:allocator
75 ArenaAllocator* allocator,
84 allocator,
205 ArenaAllocator* allocator,
211 allocator,
232 ArenaAllocator* allocator,
239 allocator,
263 ArenaAllocator* allocator,
270 allocator,
324 HVecReplicateScalar(ArenaAllocator* allocator,
330 kVecReplicateScalar, allocator, scalar, packed_type, vector_length, dex_pc) {
350 HVecExtractScalar(ArenaAllocator* allocator,
357 kVecExtractScalar, allocator, input, packed_type, vector_length, dex_pc) {
389 HVecReduce(ArenaAllocator* allocator,
395 : HVecUnaryOperation(kVecReduce, allocator, input, packed_type, vector_length, dex_pc),
423 HVecCnv(ArenaAllocator* allocator,
428 : HVecUnaryOperation(kVecCnv, allocator, input, packed_type, vector_length, dex_pc) {
448 HVecNeg(ArenaAllocator* allocator,
453 : HVecUnaryOperation(kVecNeg, allocator, input, packed_type, vector_length, dex_pc) {
470 HVecAbs(ArenaAllocator* allocator,
475 : HVecUnaryOperation(kVecAbs, allocator, input, packed_type, vector_length, dex_pc) {
492 HVecNot(ArenaAllocator* allocator,
497 : HVecUnaryOperation(kVecNot, allocator, input, packed_type, vector_length, dex_pc) {
517 HVecAdd(ArenaAllocator* allocator,
523 : HVecBinaryOperation(kVecAdd, allocator, left, right, packed_type, vector_length, dex_pc) {
542 HVecHalvingAdd(ArenaAllocator* allocator,
550 kVecHalvingAdd, allocator, left, right, packed_type, vector_length, dex_pc) {
582 HVecSub(ArenaAllocator* allocator,
588 : HVecBinaryOperation(kVecSub, allocator, left, right, packed_type, vector_length, dex_pc) {
605 HVecMul(ArenaAllocator* allocator,
611 : HVecBinaryOperation(kVecMul, allocator, left, right, packed_type, vector_length, dex_pc) {
628 HVecDiv(ArenaAllocator* allocator,
634 : HVecBinaryOperation(kVecDiv, allocator, left, right, packed_type, vector_length, dex_pc) {
652 HVecMin(ArenaAllocator* allocator,
658 : HVecBinaryOperation(kVecMin, allocator, left, right, packed_type, vector_length, dex_pc) {
676 HVecMax(ArenaAllocator* allocator,
682 : HVecBinaryOperation(kVecMax, allocator, left, right, packed_type, vector_length, dex_pc) {
699 HVecAnd(ArenaAllocator* allocator,
705 : HVecBinaryOperation(kVecAnd, allocator, left, right, packed_type, vector_length, dex_pc) {
721 HVecAndNot(ArenaAllocator* allocator,
728 kVecAndNot, allocator, left, right, packed_type, vector_length, dex_pc) {
744 HVecOr(ArenaAllocator* allocator,
750 : HVecBinaryOperation(kVecOr, allocator, left, right, packed_type, vector_length, dex_pc) {
766 HVecXor(ArenaAllocator* allocator,
772 : HVecBinaryOperation(kVecXor, allocator, left, right, packed_type, vector_length, dex_pc) {
788 HVecShl(ArenaAllocator* allocator,
794 : HVecBinaryOperation(kVecShl, allocator, left, right, packed_type, vector_length, dex_pc) {
810 HVecShr(ArenaAllocator* allocator,
816 : HVecBinaryOperation(kVecShr, allocator, left, right, packed_type, vector_length, dex_pc) {
832 HVecUShr(ArenaAllocator* allocator,
838 : HVecBinaryOperation(kVecUShr, allocator, left, right, packed_type, vector_length, dex_pc) {
859 HVecSetScalars(ArenaAllocator* allocator,
866 allocator,
892 HVecMultiplyAccumulate(ArenaAllocator* allocator,
901 allocator,
944 allocator,
952 allocator,
978 HVecLoad(ArenaAllocator* allocator,
987 allocator,
1024 HVecStore(ArenaAllocator* allocator,
1033 allocator,