Home
last modified time | relevance | path

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

/external/OpenCSD/decoder/include/opencsd/etmv4/
Dtrc_pkt_elem_etmv4i.h342 cond_instr.cond_key_set = 1; in setCondIF1()
343 cond_instr.f3_final_elem = 0; in setCondIF1()
344 cond_instr.f2_cond_incr = 0; in setCondIF1()
345 cond_instr.num_c_elem = 1; in setCondIF1()
346 cond_instr.cond_c_key = cond_key; in setCondIF1()
351 cond_instr.cond_key_set = 0; in setCondIF2()
352 cond_instr.f3_final_elem = 0; in setCondIF2()
356 cond_instr.f2_cond_incr = 1; in setCondIF2()
357 cond_instr.num_c_elem = 1; in setCondIF2()
361 cond_instr.f2_cond_incr = 0; in setCondIF2()
[all …]
Dtrc_pkt_types_etmv4.h248 } cond_instr; member
/external/tensorflow/tensorflow/compiler/xla/service/
Dar_crs_combiner.cc251 auto cond_instr = *maybe_conditional; in GetAllTuples() local
253 for (int64 i = 0; i < cond_instr->branch_computations().size(); ++i) { in GetAllTuples()
254 if (cond_instr->branch_computation(i)->parameter_instruction(0) == in GetAllTuples()
260 GetAllTuples(cond_instr->mutable_operand(i + 1), visited); in GetAllTuples()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp262 Instruction* cond_instr = loop->GetConditionInst(); in GetTripCount() local
263 if (!cond_instr) { in GetTripCount()
271 if (loop->IsSupportedCondition(cond_instr->opcode())) { in GetTripCount()
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/
Dloop_dependence_helpers.cpp262 Instruction* cond_instr = loop->GetConditionInst(); in GetTripCount() local
263 if (!cond_instr) { in GetTripCount()
271 if (loop->IsSupportedCondition(cond_instr->opcode())) { in GetTripCount()
/external/deqp-deps/SPIRV-Tools/source/opt/
Dloop_dependence_helpers.cpp262 Instruction* cond_instr = loop->GetConditionInst(); in GetTripCount() local
263 if (!cond_instr) { in GetTripCount()
271 if (loop->IsSupportedCondition(cond_instr->opcode())) { in GetTripCount()