Lines Matching refs:relocation
59 hal::utils::RequestRelocation relocation,
63 std::vector<FmqRequestDatum> request, hal::utils::RequestRelocation relocation,
326 hal::utils::RequestRelocation relocation; in execute() local
329 &maybeRequestInShared, &relocation)); in execute()
352 return executeInternal(requestPacket, relocation, fallback); in execute()
373 hal::utils::RequestRelocation relocation; in createReusableExecution() local
376 &maybeRequestInShared, &relocation)); in createReusableExecution()
396 std::move(relocation), std::move(holds)); in createReusableExecution()
401 const hal::utils::RequestRelocation& relocation, FallbackFunction fallback) const { in executeInternal() argument
411 if (relocation.input) { in executeInternal()
412 relocation.input->flush(); in executeInternal()
428 if (relocation.output) { in executeInternal()
429 relocation.output->flush(); in executeInternal()
436 hal::utils::RequestRelocation relocation, in create() argument
443 std::move(request), std::move(relocation), in create()
450 hal::utils::RequestRelocation relocation, in BurstExecution() argument
454 kRelocation(std::move(relocation)), in BurstExecution()