Home
last modified time | relevance | path

Searched defs:moves (Results 1 - 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
H A Dgap-resolver.cc88 void GapResolver::Resolve(ParallelMove* moves) { in Resolve() argument
23 Split(MoveOperands* move, MachineRepresentation smaller_rep, ParallelMove* moves) Split() argument
153 PerformMove(ParallelMove* moves, MoveOperands* move) PerformMove() argument
[all...]
H A Dmove-optimizer.cc115 ParallelMove* moves = instr->parallel_moves()[i]; in FindFirstNonEmptySlot() local
471 ParallelMove* moves = instr->GetOrCreateParallelMove( OptimizeMerge() local
[all...]
H A Dregister-allocator-verifier.cc35 const ParallelMove* moves = instr->GetParallelMove(inner_pos); in VerifyAllocatedGaps() local
289 void BlockAssessments::PerformParallelMoves(const ParallelMove* moves) { in PerformParallelMoves() argument
H A Dmid-tier-register-allocator.cc146 ParallelMove* moves = instr->GetOrCreateParallelMove(position, code_zone()); in AddGapMove() local
3125 ParallelMove* moves = instr->GetParallelMove(Instruction::END); in AllocateRegisters() local
[all...]
H A Dregister-allocator.cc1367 ParallelMove* moves = instr->GetOrCreateParallelMove(position, code_zone()); in AddGapMove() local
2433 auto moves = predecessor_instr->GetParallelMove(Instruction::START); in ProcessPhis() local
5077 ParallelMove* moves = delayed_insertion_map.begin()->first.first; ConnectRanges() local
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dtest_instance_tracker.h187 int moves() const { return BaseCountedInstance::num_moves_ - start_moves_; } in moves() function in absl::test_internal::InstanceTracker
/third_party/icu/icu4c/source/test/intltest/
H A Dcitrtest.cpp848 const char *const moves= in TestUCharIterator() local
768 TestUCharIterator(UCharIterator *iter, CharacterIterator &ci, const char *moves, const char *which) TestUCharIterator() argument
[all...]
H A Dtstnorm.cpp778 static const char *const moves="0+0+0--0-0-+++0--+++++++0--------"; in TestPreviousNext() local
631 TestPreviousNext(const UChar *src, int32_t srcLength, const UChar32 *expect, int32_t expectLength, const int32_t *expectIndex, int32_t srcMiddle, int32_t expectMiddle, const char *moves, UNormalizationMode mode, const char *name) TestPreviousNext() argument
[all...]
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-code-generator.cc136 EmitSingleParallelMove(Register source, Register target, RegisterMoves& moves) EmitSingleParallelMove() argument
143 RecursivelyEmitParallelMoveChain(Register chain_start, Register source, Register target, RegisterMoves& moves) RecursivelyEmitParallelMoveChain() argument
171 EmitParallelMoveChain(Register source, RegisterMoves& moves) EmitParallelMoveChain() argument
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-assembler.h665 ParallelRegisterMove( std::initializer_list<ParallelRegisterMoveTuple> moves) ParallelRegisterMove() argument
/third_party/skia/tests/
H A DPathTest.cpp1301 SkPath moves; in test_close() local
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h13354 ApplyDefragmentationMovesCpu( class VmaBlockVectorDefragmentationContext* pDefragCtx, const VmaVector< VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> >& moves) ApplyDefragmentationMovesCpu() argument
13473 ApplyDefragmentationMovesGpu( class VmaBlockVectorDefragmentationContext* pDefragCtx, VmaVector< VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> >& moves, VkCommandBuffer commandBuffer) ApplyDefragmentationMovesGpu() argument
14010 DefragmentRound( VmaVector< VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> >& moves, VkDeviceSize maxBytesToMove, uint32_t maxAllocationsToMove, bool freeOldAllocations) DefragmentRound() argument
14178 Defragment( VmaVector< VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> >& moves, VkDeviceSize maxBytesToMove, uint32_t maxAllocationsToMove, VmaDefragmentationFlags flags) Defragment() argument
14277 Defragment( VmaVector< VmaDefragmentationMove, VmaStlAllocator<VmaDefragmentationMove> >& moves, VkDeviceSize maxBytesToMove, uint32_t maxAllocationsToMove, VmaDefragmentationFlags flags) Defragment() argument
[all...]

Completed in 48 milliseconds