HomeSort by relevance Sort by last modified time
    Searched defs:val_id (Results 1 - 4 of 4) sorted by null

  /external/deqp-deps/SPIRV-Tools/source/opt/
ssa_rewrite_pass.cpp 251 uint32_t val_id = 0; local
256 val_id = GetReachingDef(var_id, pass_->cfg()->block(predecessors[0]));
263 val_id = AddPhiOperands(&phi_candidate);
268 if (val_id == 0) {
269 val_id = pass_->GetUndefVal(var_id);
272 WriteVariable(var_id, bb, val_id);
274 return val_id;
290 uint32_t val_id = 0; local
293 val_id = inst->GetSingleWordInOperand(kStoreValIdInIdx);
296 val_id = inst->GetSingleWordInOperand(kVariableInitIdInIdx)
314 uint32_t val_id = GetReachingDef(var_id, bb); local
330 << " (replacement for %" << load_id << " is %" << val_id << ")\\n"; local
380 uint32_t val_id = repl.second; local
479 uint32_t val_id = GetReplacement(repl); local
487 << " (%" << load_id << " -> %" << val_id << ")\\n"; local
    [all...]
instrument_pass.cpp 91 uint32_t InstrumentPass::GenUintCastCode(uint32_t val_id,
94 if (get_def_use_mgr()->GetDef(val_id)->type_id() == GetUintId())
95 return val_id;
96 return builder->AddUnaryOp(GetUintId(), SpvOpBitcast, val_id)->result_id();
104 uint32_t val_id = GenUintCastCode(field_value_id, builder); local
115 (void)builder->AddBinaryOp(0, SpvOpStore, achain_inst->result_id(), val_id);
  /external/swiftshader/third_party/SPIRV-Tools/source/opt/
ssa_rewrite_pass.cpp 251 uint32_t val_id = 0; local
256 val_id = GetReachingDef(var_id, pass_->cfg()->block(predecessors[0]));
263 val_id = AddPhiOperands(&phi_candidate);
268 if (val_id == 0) {
269 val_id = pass_->GetUndefVal(var_id);
272 WriteVariable(var_id, bb, val_id);
274 return val_id;
290 uint32_t val_id = 0; local
293 val_id = inst->GetSingleWordInOperand(kStoreValIdInIdx);
296 val_id = inst->GetSingleWordInOperand(kVariableInitIdInIdx)
314 uint32_t val_id = GetReachingDef(var_id, bb); local
330 << " (replacement for %" << load_id << " is %" << val_id << ")\\n"; local
380 uint32_t val_id = repl.second; local
488 uint32_t val_id = GetReplacement(repl); local
496 << " (%" << load_id << " -> %" << val_id << ")\\n"; local
    [all...]
instrument_pass.cpp 91 uint32_t InstrumentPass::GenUintCastCode(uint32_t val_id,
94 if (get_def_use_mgr()->GetDef(val_id)->type_id() == GetUintId())
95 return val_id;
96 return builder->AddUnaryOp(GetUintId(), SpvOpBitcast, val_id)->result_id();
104 uint32_t val_id = GenUintCastCode(field_value_id, builder); local
115 (void)builder->AddBinaryOp(0, SpvOpStore, achain_inst->result_id(), val_id);

Completed in 572 milliseconds