Home
last modified time | relevance | path

Searched refs:reserved_space (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/llvm/test/CodeGen/Mips/cconv/
Dreserved-space.ll18 define void @reserved_space() nounwind {
24 ; ALL-LABEL: reserved_space:
/external/llvm/test/CodeGen/Mips/cconv/
Dreserved-space.ll18 define void @reserved_space() nounwind {
24 ; ALL-LABEL: reserved_space:
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_batchbuffer.c59 intel->batch.reserved_space = BATCH_RESERVED; in intel_batchbuffer_reset()
160 intel->batch.reserved_space = 0; in _intel_batchbuffer_flush()
Dintel_batchbuffer.h72 return (intel->batch.bo->size - intel->batch.reserved_space) in intel_batchbuffer_space()
Dintel_context.h105 uint16_t used, reserved_space; member
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_fused_batch_norm_op.cc637 template <typename Device, typename T, typename U, bool reserved_space,
795 if (reserved_space) { in Compute()
1031 if (reserved_space) { in AllocateTFOutputs()
1044 template <typename Device, typename T, typename U, bool reserved_space,
1077 (reserved_space) ? MklGetInput(context, kReservedSpaceIndex) in Compute()
1269 ((reserved_space) ? static_cast<U*>(const_cast<U*>( in Compute()