Searched refs:AllocateOutput (Results 1 – 2 of 2) sorted by relevance
/external/v8/src/compiler/backend/ |
D | mid-tier-register-allocator.cc | 1301 void AllocateOutput(UnallocatedOperand* operand, int instr_index); 1415 RegisterIndex AllocateOutput(UnallocatedOperand* operand, int instr_index, 2246 void SinglePassRegisterAllocator::AllocateOutput(UnallocatedOperand* operand, in AllocateOutput() function in v8::internal::compiler::SinglePassRegisterAllocator 2248 AllocateOutput(operand, instr_index, UsePosition::kEnd); in AllocateOutput() 2251 RegisterIndex SinglePassRegisterAllocator::AllocateOutput( in AllocateOutput() function in v8::internal::compiler::SinglePassRegisterAllocator 2314 RegisterIndex reg = AllocateOutput(output, instr_index, UsePosition::kAll); in AllocateSameInputOutput() 2774 .AllocateOutput(unallocated_output, instr_index); in AllocateRegisters()
|
/external/tensorflow/tensorflow/core/kernels/sparse/ |
D | mat_mul_op.cc | 206 ctx, AllocateOutput(ctx, rank, batch_size, num_lhs_rows, num_rhs_cols, in Compute() 236 Status AllocateOutput(OpKernelContext* ctx, const int32 rank, in AllocateOutput() function in tensorflow::CSRMatMulCPUOp
|