Home
last modified time | relevance | path

Searched refs:GetBlock (Results 1 - 25 of 37) sorted by relevance

12

/third_party/skia/third_party/externals/spirv-tools/test/opt/dominator_tree/
H A Dcommon_dominators.cpp65 BasicBlock* GetBlock(uint32_t id, std::unique_ptr<IRContext>& context) { in GetBlock() function
93 GetBlock(1u, context), in TEST()
94 analysis->CommonDominator(GetBlock(1u, context), GetBlock(2u, context))); in TEST()
96 GetBlock(2u, context), in TEST()
97 analysis->CommonDominator(GetBlock(2u, context), GetBlock(5u, context))); in TEST()
99 GetBlock(1u, context), in TEST()
100 analysis->CommonDominator(GetBlock(1u, context), GetBlock( in TEST()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/dominator_tree/
H A Dcommon_dominators.cpp65 BasicBlock* GetBlock(uint32_t id, std::unique_ptr<IRContext>& context) { in GetBlock() function
93 GetBlock(1u, context), in TEST()
94 analysis->CommonDominator(GetBlock(1u, context), GetBlock(2u, context))); in TEST()
96 GetBlock(2u, context), in TEST()
97 analysis->CommonDominator(GetBlock(2u, context), GetBlock(5u, context))); in TEST()
99 GetBlock(1u, context), in TEST()
100 analysis->CommonDominator(GetBlock(1u, context), GetBlock( in TEST()
[all...]
/third_party/spirv-tools/test/opt/dominator_tree/
H A Dcommon_dominators.cpp63 BasicBlock* GetBlock(uint32_t id, std::unique_ptr<IRContext>& context) { in GetBlock() function
91 GetBlock(1u, context), in TEST()
92 analysis->CommonDominator(GetBlock(1u, context), GetBlock(2u, context))); in TEST()
94 GetBlock(2u, context), in TEST()
95 analysis->CommonDominator(GetBlock(2u, context), GetBlock(5u, context))); in TEST()
97 GetBlock(1u, context), in TEST()
98 analysis->CommonDominator(GetBlock(1u, context), GetBlock( in TEST()
[all...]
/third_party/node/deps/v8/src/debug/
H A Ddebug-coverage.cc133 nesting_stack_.emplace_back(GetBlock()); in Next()
141 CoverageBlock& block = GetBlock(); in Next()
155 CoverageBlock& GetBlock() { in GetBlock() function in v8::internal::__anon14460::final
232 CoverageBlock& block = iter.GetBlock(); in MergeDuplicateRanges()
251 CoverageBlock& block = iter.GetBlock(); in RewritePositionSingletonsToRanges()
278 CoverageBlock& block = iter.GetBlock(); in MergeConsecutiveRanges()
296 CoverageBlock& block = iter.GetBlock(); in MergeNestedRanges()
315 CoverageBlock& block = iter.GetBlock(); in RewriteFunctionScopeCounter()
338 CoverageBlock& block = iter.GetBlock(); in FilterAliasedSingletons()
359 CoverageBlock& block = iter.GetBlock(); in FilterUncoveredRanges()
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dmid-tier-register-allocator.h58 const InstructionBlock* GetBlock(const RpoNumber rpo_number);
59 const InstructionBlock* GetBlock(int instr_index);
H A Dmid-tier-register-allocator.cc159 const InstructionBlock* MidTierRegisterAllocationData::GetBlock( in GetBlock() function in v8::internal::compiler::MidTierRegisterAllocationData
164 const InstructionBlock* MidTierRegisterAllocationData::GetBlock( in GetBlock() function in v8::internal::compiler::MidTierRegisterAllocationData
259 DCHECK(data->GetBlock(block)->IsDeferred()); in AddBlock()
367 if (HasSpillOperand() && data->GetBlock(instr_index)->IsDeferred()) { in IsSpilledAt()
421 const InstructionBlock* block = data->GetBlock(pred_rpo); in SpillRange()
459 const InstructionBlock* block = data->GetBlock(instr_index); in AddDeferredSpillOutput()
579 data->GetBlock(output_instr_index_); in EnsureSpillRange()
593 DCHECK(data->GetBlock(definition_block->successors()[1])->IsHandler()); in EnsureSpillRange()
594 definition_block = data->GetBlock(definition_block->successors()[0]); in EnsureSpillRange()
610 const InstructionBlock* block = data->GetBlock(instr_inde in AddSpillUse()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dif_conversion.cpp68 BasicBlock* then_block = GetBlock(branch->GetSingleWordInOperand(1u)); in Process()
210 BasicBlock* IfConversion::GetBlock(uint32_t id) { in GetBlock() function in spvtools::IfConversion
217 return GetBlock(phi->GetSingleWordInOperand(in_index)); in GetIncomingBlock()
H A Dif_conversion.h45 BasicBlock* GetBlock(uint32_t id);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dif_conversion.cpp68 BasicBlock* then_block = GetBlock(branch->GetSingleWordInOperand(1u)); in Process()
210 BasicBlock* IfConversion::GetBlock(uint32_t id) { in GetBlock() function in spvtools::IfConversion
217 return GetBlock(phi->GetSingleWordInOperand(in_index)); in GetIncomingBlock()
H A Dif_conversion.h45 BasicBlock* GetBlock(uint32_t id);
/third_party/spirv-tools/source/opt/
H A Dif_conversion.cpp68 BasicBlock* then_block = GetBlock(branch->GetSingleWordInOperand(1u)); in Process()
220 BasicBlock* IfConversion::GetBlock(uint32_t id) { in GetBlock() function in spvtools::IfConversion
227 return GetBlock(phi->GetSingleWordInOperand(in_index)); in GetIncomingBlock()
H A Dif_conversion.h45 BasicBlock* GetBlock(uint32_t id);
/third_party/skia/third_party/externals/spirv-tools/source/val/
H A Dfunction.cpp219 std::tie(block, std::ignore) = GetBlock(merge_block_id); in IsBlockType()
226 std::pair<const BasicBlock*, bool> Function::GetBlock(uint32_t block_id) const { in GetBlock() function in spvtools::val::Function
238 std::pair<BasicBlock*, bool> Function::GetBlock(uint32_t block_id) { in GetBlock() function in spvtools::val::Function
242 const_cast<const Function*>(this)->GetBlock(block_id); in GetBlock()
H A Dfunction.h115 std::pair<const BasicBlock*, bool> GetBlock(uint32_t id) const;
116 std::pair<BasicBlock*, bool> GetBlock(uint32_t id);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
H A Dfunction.cpp219 std::tie(block, std::ignore) = GetBlock(merge_block_id); in IsBlockType()
226 std::pair<const BasicBlock*, bool> Function::GetBlock(uint32_t block_id) const { in GetBlock() function in spvtools::val::Function
238 std::pair<BasicBlock*, bool> Function::GetBlock(uint32_t block_id) { in GetBlock() function in spvtools::val::Function
242 const_cast<const Function*>(this)->GetBlock(block_id); in GetBlock()
H A Dfunction.h115 std::pair<const BasicBlock*, bool> GetBlock(uint32_t id) const;
116 std::pair<BasicBlock*, bool> GetBlock(uint32_t id);
/third_party/spirv-tools/source/val/
H A Dfunction.cpp221 std::tie(block, std::ignore) = GetBlock(merge_block_id); in IsBlockType()
228 std::pair<const BasicBlock*, bool> Function::GetBlock(uint32_t block_id) const { in GetBlock() function in spvtools::val::Function
240 std::pair<BasicBlock*, bool> Function::GetBlock(uint32_t block_id) { in GetBlock() function in spvtools::val::Function
244 const_cast<const Function*>(this)->GetBlock(block_id); in GetBlock()
H A Dfunction.h117 std::pair<const BasicBlock*, bool> GetBlock(uint32_t id) const;
118 std::pair<BasicBlock*, bool> GetBlock(uint32_t id);
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dpacket.h58 bool GetBlock(void* ptr, uint32_t len);
H A Dpacket.cc232 bool Packet::GetBlock(void* ptr, uint32_t len) { in GetBlock() function in v8::internal::wasm::gdb_server::Packet
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitcodeParser.h255 const NaClBitcodeBlock &GetBlock() const { return Block; } in GetBlock() function in llvm::NaClBitcodeRecord
501 NaClBitcodeBlock &GetBlock() { return Block; } in GetBlock() function in llvm::NaClBitcodeParser
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
H A DNaClBitcodeParser.cpp39 EnclosingBlock(&Record.GetBlock()), LocalStartBit(Record.GetStartBit()) {} in NaClBitcodeBlock()
/third_party/skia/third_party/externals/spirv-tools/test/val/
H A Dval_cfg_test.cpp4312 auto entry = f->GetBlock(4).first; in TEST_F()
4314 auto end = f->GetBlock(5).first; in TEST_F()
4348 auto b6 = f->GetBlock(6).first; in TEST_F()
4349 auto b7 = f->GetBlock(7).first; in TEST_F()
4350 auto b8 = f->GetBlock(8).first; in TEST_F()
4351 auto b9 = f->GetBlock(9).first; in TEST_F()
4352 auto b10 = f->GetBlock(10).first; in TEST_F()
4353 auto b11 = f->GetBlock(11).first; in TEST_F()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_cfg_test.cpp4312 auto entry = f->GetBlock(4).first; in TEST_F()
4314 auto end = f->GetBlock(5).first; in TEST_F()
4348 auto b6 = f->GetBlock(6).first; in TEST_F()
4349 auto b7 = f->GetBlock(7).first; in TEST_F()
4350 auto b8 = f->GetBlock(8).first; in TEST_F()
4351 auto b9 = f->GetBlock(9).first; in TEST_F()
4352 auto b10 = f->GetBlock(10).first; in TEST_F()
4353 auto b11 = f->GetBlock(11).first; in TEST_F()
/third_party/spirv-tools/test/val/
H A Dval_cfg_test.cpp4389 auto entry = f->GetBlock(4).first; in TEST_F()
4391 auto end = f->GetBlock(5).first; in TEST_F()
4425 auto b6 = f->GetBlock(6).first; in TEST_F()
4426 auto b7 = f->GetBlock(7).first; in TEST_F()
4427 auto b8 = f->GetBlock(8).first; in TEST_F()
4428 auto b9 = f->GetBlock(9).first; in TEST_F()
4429 auto b10 = f->GetBlock(10).first; in TEST_F()
4430 auto b11 = f->GetBlock(11).first; in TEST_F()

Completed in 32 milliseconds

12