Lines Matching refs:allocator
75 ArenaAllocator* allocator, in HVecOperation() argument
85 allocator, in HVecOperation()
260 ArenaAllocator* allocator, in HVecUnaryOperation() argument
266 allocator, in HVecUnaryOperation()
287 ArenaAllocator* allocator, in HVecBinaryOperation() argument
294 allocator, in HVecBinaryOperation()
318 ArenaAllocator* allocator, in HVecMemoryOperation() argument
325 allocator, in HVecMemoryOperation()
379 HVecReplicateScalar(ArenaAllocator* allocator, in HVecReplicateScalar() argument
385 kVecReplicateScalar, allocator, scalar, packed_type, vector_length, dex_pc) { in HVecReplicateScalar()
405 HVecExtractScalar(ArenaAllocator* allocator, in HVecExtractScalar() argument
412 kVecExtractScalar, allocator, input, packed_type, vector_length, dex_pc) { in HVecExtractScalar()
442 HVecReduce(ArenaAllocator* allocator, in HVecReduce() argument
448 : HVecUnaryOperation(kVecReduce, allocator, input, packed_type, vector_length, dex_pc), in HVecReduce()
476 HVecCnv(ArenaAllocator* allocator, in HVecCnv() argument
481 : HVecUnaryOperation(kVecCnv, allocator, input, packed_type, vector_length, dex_pc) { in HVecCnv()
501 HVecNeg(ArenaAllocator* allocator, in HVecNeg() argument
506 : HVecUnaryOperation(kVecNeg, allocator, input, packed_type, vector_length, dex_pc) { in HVecNeg()
523 HVecAbs(ArenaAllocator* allocator, in HVecAbs() argument
528 : HVecUnaryOperation(kVecAbs, allocator, input, packed_type, vector_length, dex_pc) { in HVecAbs()
545 HVecNot(ArenaAllocator* allocator, in HVecNot() argument
550 : HVecUnaryOperation(kVecNot, allocator, input, packed_type, vector_length, dex_pc) { in HVecNot()
570 HVecAdd(ArenaAllocator* allocator, in HVecAdd() argument
576 : HVecBinaryOperation(kVecAdd, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecAdd()
594 HVecSaturationAdd(ArenaAllocator* allocator, in HVecSaturationAdd() argument
601 kVecSaturationAdd, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecSaturationAdd()
620 HVecHalvingAdd(ArenaAllocator* allocator, in HVecHalvingAdd() argument
628 kVecHalvingAdd, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecHalvingAdd()
660 HVecSub(ArenaAllocator* allocator, in HVecSub() argument
666 : HVecBinaryOperation(kVecSub, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecSub()
684 HVecSaturationSub(ArenaAllocator* allocator, in HVecSaturationSub() argument
691 kVecSaturationSub, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecSaturationSub()
708 HVecMul(ArenaAllocator* allocator, in HVecMul() argument
714 : HVecBinaryOperation(kVecMul, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecMul()
731 HVecDiv(ArenaAllocator* allocator, in HVecDiv() argument
737 : HVecBinaryOperation(kVecDiv, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecDiv()
755 HVecMin(ArenaAllocator* allocator, in HVecMin() argument
761 : HVecBinaryOperation(kVecMin, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecMin()
779 HVecMax(ArenaAllocator* allocator, in HVecMax() argument
785 : HVecBinaryOperation(kVecMax, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecMax()
802 HVecAnd(ArenaAllocator* allocator, in HVecAnd() argument
808 : HVecBinaryOperation(kVecAnd, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecAnd()
824 HVecAndNot(ArenaAllocator* allocator, in HVecAndNot() argument
831 kVecAndNot, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecAndNot()
847 HVecOr(ArenaAllocator* allocator, in HVecOr() argument
853 : HVecBinaryOperation(kVecOr, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecOr()
869 HVecXor(ArenaAllocator* allocator, in HVecXor() argument
875 : HVecBinaryOperation(kVecXor, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecXor()
891 HVecShl(ArenaAllocator* allocator, in HVecShl() argument
897 : HVecBinaryOperation(kVecShl, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecShl()
913 HVecShr(ArenaAllocator* allocator, in HVecShr() argument
919 : HVecBinaryOperation(kVecShr, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecShr()
935 HVecUShr(ArenaAllocator* allocator, in HVecUShr() argument
941 : HVecBinaryOperation(kVecUShr, allocator, left, right, packed_type, vector_length, dex_pc) { in HVecUShr()
962 HVecSetScalars(ArenaAllocator* allocator, in HVecSetScalars() argument
969 allocator, in HVecSetScalars()
998 HVecMultiplyAccumulate(ArenaAllocator* allocator, in HVecMultiplyAccumulate() argument
1007 allocator, in HVecMultiplyAccumulate()
1053 HVecSADAccumulate(ArenaAllocator* allocator, in HVecSADAccumulate() argument
1061 allocator, in HVecSADAccumulate()
1099 HVecDotProd(ArenaAllocator* allocator, in HVecDotProd() argument
1108 allocator, in HVecDotProd()
1147 HVecLoad(ArenaAllocator* allocator, in HVecLoad() argument
1156 allocator, in HVecLoad()
1193 HVecStore(ArenaAllocator* allocator, in HVecStore() argument
1202 allocator, in HVecStore()
1254 ArenaAllocator* allocator, in HVecPredSetOperation() argument
1261 allocator, in HVecPredSetOperation()
1284 HVecPredSetAll(ArenaAllocator* allocator, in HVecPredSetAll() argument
1290 allocator, in HVecPredSetAll()
1339 HVecPredWhile(ArenaAllocator* allocator, in HVecPredWhile() argument
1347 allocator, in HVecPredWhile()
1412 HVecPredCondition(ArenaAllocator* allocator, in HVecPredCondition() argument
1419 allocator, in HVecPredCondition()