Lines Matching refs:relocation
61 std::vector<FmqRequestDatum> request, hal::utils::RequestRelocation relocation,
66 std::vector<FmqRequestDatum> request, hal::utils::RequestRelocation relocation,
328 hal::utils::RequestRelocation relocation; in execute() local
332 &maybeRequestInShared, &relocation))); in execute()
356 return executeInternal(requestPacket, relocation, fallback); in execute()
375 hal::utils::RequestRelocation relocation; in createReusableExecution() local
378 &maybeRequestInShared, &relocation)); in createReusableExecution()
398 std::move(relocation), std::move(holds)); in createReusableExecution()
403 const hal::utils::RequestRelocation& relocation, in executeInternal() argument
415 if (relocation.input) { in executeInternal()
416 relocation.input->flush(); in executeInternal()
433 if (relocation.output) { in executeInternal()
434 relocation.output->flush(); in executeInternal()
441 std::vector<FmqRequestDatum> request, hal::utils::RequestRelocation relocation, in create() argument
448 std::move(request), std::move(relocation), in create()
455 hal::utils::RequestRelocation relocation, in BurstExecution() argument
459 kRelocation(std::move(relocation)), in BurstExecution()