HomeSort by relevance Sort by last modified time
    Searched refs:operand_id (Results 1 - 5 of 5) sorted by null

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
eliminate_dead_constant_pass.cpp 68 uint32_t operand_id = inst->GetSingleWordInOperand(i); local
69 ir::Instruction* def_inst = def_use.GetDef(operand_id);
fold_spec_constant_op_and_composite_pass.cpp 448 uint32_t operand_id = inst->GetSingleWordInOperand(i); local
449 analysis::Constant* operand_const = FindRecordedConst(operand_id);
  /toolchain/binutils/binutils-2.27/include/
xtensa-isa-internal.h 94 int operand_id; /* For normal operands. */ member in union:xtensa_arg_internal_struct::__anon4938
  /toolchain/binutils/binutils-2.27/bfd/
xtensa-isa.c 882 int iclass_id, operand_id;
888 operand_id = iclass->operands[opnd].u.operand_id;
889 return &intisa->operands[operand_id];
910 int iclass_id, operand_id;
922 operand_id = iclass->operands[opnd].u.operand_id;
923 intop = &intisa->operands[operand_id];
877 int iclass_id, operand_id; local
905 int iclass_id, operand_id; local
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
validate_id.cpp     [all...]

Completed in 1144 milliseconds