Lines Matching refs:allocator
75 ArenaAllocator* allocator, in HVecOperation() argument
85 allocator, in HVecOperation()
269 ArenaAllocator* allocator, in HVecUnaryOperation() argument
275 allocator, in HVecUnaryOperation()
296 ArenaAllocator* allocator, in HVecBinaryOperation() argument
303 allocator, in HVecBinaryOperation()
327 ArenaAllocator* allocator, in HVecMemoryOperation() argument
334 allocator, in HVecMemoryOperation()
388 HVecReplicateScalar(ArenaAllocator* allocator, in HVecReplicateScalar() argument
394 kVecReplicateScalar, allocator, scalar, packed_type, vector_length, dex_pc) { in HVecReplicateScalar()
414 HVecExtractScalar(ArenaAllocator* allocator, in HVecExtractScalar() argument
421 kVecExtractScalar, allocator, input, packed_type, vector_length, dex_pc) { in HVecExtractScalar()
451 HVecReduce(ArenaAllocator* allocator, in HVecReduce() argument
457 : HVecUnaryOperation(kVecReduce, allocator, input, packed_type, vector_length, dex_pc), in HVecReduce()
485 HVecCnv(ArenaAllocator* allocator, in HVecCnv() argument
490 : HVecUnaryOperation(kVecCnv, allocator, input, packed_type, vector_length, dex_pc) { in HVecCnv()
510 HVecNeg(ArenaAllocator* allocator, in HVecNeg() argument
515 : HVecUnaryOperation(kVecNeg, allocator, input, packed_type, vector_length, dex_pc) { in HVecNeg()
532 HVecAbs(ArenaAllocator* allocator, in HVecAbs() argument
537 : HVecUnaryOperation(kVecAbs, allocator, input, packed_type, vector_length, dex_pc) { in HVecAbs()
554 HVecNot(ArenaAllocator* allocator, in HVecNot() argument
559 : HVecUnaryOperation(kVecNot, allocator, input, packed_type, vector_length, dex_pc) { in HVecNot()
579 HVecAdd(ArenaAllocator* allocator, in HVecAdd() argument
585 : HVecBinaryOperation(kVecAdd, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecAdd()
603 HVecSaturationAdd(ArenaAllocator* allocator, in HVecSaturationAdd() argument
610 kVecSaturationAdd, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecSaturationAdd()
629 HVecHalvingAdd(ArenaAllocator* allocator, in HVecHalvingAdd() argument
637 kVecHalvingAdd, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecHalvingAdd()
669 HVecSub(ArenaAllocator* allocator, in HVecSub() argument
675 : HVecBinaryOperation(kVecSub, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecSub()
693 HVecSaturationSub(ArenaAllocator* allocator, in HVecSaturationSub() argument
700 kVecSaturationSub, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecSaturationSub()
717 HVecMul(ArenaAllocator* allocator, in HVecMul() argument
723 : HVecBinaryOperation(kVecMul, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecMul()
740 HVecDiv(ArenaAllocator* allocator, in HVecDiv() argument
746 : HVecBinaryOperation(kVecDiv, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecDiv()
764 HVecMin(ArenaAllocator* allocator, in HVecMin() argument
770 : HVecBinaryOperation(kVecMin, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecMin()
788 HVecMax(ArenaAllocator* allocator, in HVecMax() argument
794 : HVecBinaryOperation(kVecMax, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecMax()
811 HVecAnd(ArenaAllocator* allocator, in HVecAnd() argument
817 : HVecBinaryOperation(kVecAnd, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecAnd()
833 HVecAndNot(ArenaAllocator* allocator, in HVecAndNot() argument
840 kVecAndNot, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecAndNot()
856 HVecOr(ArenaAllocator* allocator, in HVecOr() argument
862 : HVecBinaryOperation(kVecOr, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecOr()
878 HVecXor(ArenaAllocator* allocator, in HVecXor() argument
884 : HVecBinaryOperation(kVecXor, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecXor()
900 HVecShl(ArenaAllocator* allocator, in HVecShl() argument
906 : HVecBinaryOperation(kVecShl, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecShl()
922 HVecShr(ArenaAllocator* allocator, in HVecShr() argument
928 : HVecBinaryOperation(kVecShr, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecShr()
944 HVecUShr(ArenaAllocator* allocator, in HVecUShr() argument
950 : HVecBinaryOperation(kVecUShr, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecUShr()
971 HVecSetScalars(ArenaAllocator* allocator, in HVecSetScalars() argument
978 allocator, in HVecSetScalars()
1007 HVecMultiplyAccumulate(ArenaAllocator* allocator, in HVecMultiplyAccumulate() argument
1016 allocator, in HVecMultiplyAccumulate()
1062 HVecSADAccumulate(ArenaAllocator* allocator, in HVecSADAccumulate() argument
1070 allocator, in HVecSADAccumulate()
1108 HVecDotProd(ArenaAllocator* allocator, in HVecDotProd() argument
1117 allocator, in HVecDotProd()
1156 HVecLoad(ArenaAllocator* allocator, in HVecLoad() argument
1165 allocator, in HVecLoad()
1202 HVecStore(ArenaAllocator* allocator, in HVecStore() argument
1211 allocator, in HVecStore()
1263 ArenaAllocator* allocator, in HVecPredSetOperation() argument
1270 allocator, in HVecPredSetOperation()
1293 HVecPredSetAll(ArenaAllocator* allocator, in HVecPredSetAll() argument
1299 allocator, in HVecPredSetAll()
1348 HVecPredWhile(ArenaAllocator* allocator, in HVecPredWhile() argument
1356 allocator, in HVecPredWhile()
1421 HVecPredCondition(ArenaAllocator* allocator, in HVecPredCondition() argument
1428 allocator, in HVecPredCondition()