Home
last modified time | relevance | path

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

/external/deqp-deps/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp185 uint32_t* mergeBlockId) { in IsStructuredHeader() argument
192 if (mergeBlockId != nullptr) *mergeBlockId = mi->GetSingleWordInOperand(0); in IsStructuredHeader()
219 uint32_t mergeBlockId; in ComputeBlock2HeaderMaps() local
221 IsStructuredHeader(*bi, &mergeInst, &branchInst, &mergeBlockId); in ComputeBlock2HeaderMaps()
229 currentMergeBlockId = mergeBlockId; in ComputeBlock2HeaderMaps()
237 currentMergeBlockId = mergeBlockId; in ComputeBlock2HeaderMaps()
497 uint32_t mergeBlockId = 0; in AggressiveDCE() local
498 (*bi)->ForEachInst([this, &modified, &mergeBlockId](Instruction* inst) { in AggressiveDCE()
505 mergeBlockId = inst->GetSingleWordInOperand(0); in AggressiveDCE()
512 if (mergeBlockId != 0) { in AggressiveDCE()
[all …]
Dcommon_uniform_elim_pass.cpp350 uint32_t mergeBlockId = 0; in CommonUniformLoadElimination() local
355 if (mergeBlockId == bp->id()) { in CommonUniformLoadElimination()
356 mergeBlockId = 0; in CommonUniformLoadElimination()
376 if (mergeBlockId == 0) { in CommonUniformLoadElimination()
397 if (mergeBlockId == 0) { in CommonUniformLoadElimination()
398 mergeBlockId = bp->MergeBlockIdIfAny(); in CommonUniformLoadElimination()
Daggressive_dead_code_elim_pass.h108 Instruction** branchInst, uint32_t* mergeBlockId);
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Daggressive_dead_code_elim_pass.cpp185 uint32_t* mergeBlockId) { in IsStructuredHeader() argument
192 if (mergeBlockId != nullptr) *mergeBlockId = mi->GetSingleWordInOperand(0); in IsStructuredHeader()
219 uint32_t mergeBlockId; in ComputeBlock2HeaderMaps() local
221 IsStructuredHeader(*bi, &mergeInst, &branchInst, &mergeBlockId); in ComputeBlock2HeaderMaps()
229 currentMergeBlockId = mergeBlockId; in ComputeBlock2HeaderMaps()
237 currentMergeBlockId = mergeBlockId; in ComputeBlock2HeaderMaps()
497 uint32_t mergeBlockId = 0; in AggressiveDCE() local
498 (*bi)->ForEachInst([this, &modified, &mergeBlockId](Instruction* inst) { in AggressiveDCE()
505 mergeBlockId = inst->GetSingleWordInOperand(0); in AggressiveDCE()
512 if (mergeBlockId != 0) { in AggressiveDCE()
[all …]
Dcommon_uniform_elim_pass.cpp351 uint32_t mergeBlockId = 0; in CommonUniformLoadElimination() local
356 if (mergeBlockId == bp->id()) { in CommonUniformLoadElimination()
357 mergeBlockId = 0; in CommonUniformLoadElimination()
381 if (mergeBlockId == 0) { in CommonUniformLoadElimination()
402 if (mergeBlockId == 0) { in CommonUniformLoadElimination()
403 mergeBlockId = bp->MergeBlockIdIfAny(); in CommonUniformLoadElimination()
Daggressive_dead_code_elim_pass.h110 Instruction** branchInst, uint32_t* mergeBlockId);