| /third_party/node/deps/v8/src/compiler/ |
| H A D | schedule.cc | 229 bool IsPotentiallyThrowingCall(IrOpcode::Value opcode) { in IsPotentiallyThrowingCall() argument
|
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | eh-frame.h | 142 void WriteOpcode(EhFrameConstants::DwarfOpcodes opcode) { in WriteOpcode() argument
|
| /third_party/node/deps/v8/src/diagnostics/loong64/ |
| H A D | disasm-loong64.cc | 178 uint32_t opcode = (instr->InstructionBits() >> 18) << 18; in PrintSa2() local
|
| /third_party/node/deps/v8/src/diagnostics/ppc/ |
| H A D | disasm-ppc.cc | 372 int32_t opcode = instr->OpcodeValue() << 26; in FormatOption() local 1550 uint32_t opcode = instr->OpcodeValue() << 26; in InstructionDecode() local
|
| /third_party/node/deps/v8/src/diagnostics/s390/ |
| H A D | disasm-s390.cc | 536 Opcode opcode = instr->S390OpcodeValue(); in DecodeSpecial() local 727 Opcode opcode = instr->S390OpcodeValue(); in DecodeGeneric() local
|
| /third_party/node/deps/v8/src/maglev/ |
| H A D | maglev-ir.cc | 26 const char* ToString(Opcode opcode) { in ToString() argument
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_emit.c | 281 unsigned opcode, tex_samp_reg, tex_const_reg, tex_count_reg; in fd6_emit_textures() local
|
| /third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
| H A D | tgsi_lowering.c | 827 enum tgsi_opcode opcode = inst->Instruction.Opcode; in transform_dotp() local 912 enum tgsi_opcode opcode = inst->Instruction.Opcode; in transform_flr_ceil() local 1042 enum tgsi_opcode opcode = inst->Instruction.Opcode; in transform_samp() local [all...] |
| /third_party/mesa3d/src/glx/ |
| H A D | indirect_vertex_array.c | 1161 uint16_t opcode; in __indirect_glVertexPointer() local 1206 uint16_t opcode; in __indirect_glNormalPointer() local 1277 uint16_t opcode; __indirect_glColorPointer() local 1332 uint16_t opcode; __indirect_glIndexPointer() local 1439 uint16_t opcode; __indirect_glTexCoordPointer() local 1512 uint16_t opcode; __indirect_glSecondaryColorPointer() local 1572 uint16_t opcode; __indirect_glFogCoordPointer() local 1628 uint16_t opcode; __indirect_glVertexAttribPointer() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| H A D | ir2_nir.c | 292 instr_create_alu(struct ir2_context *ctx, nir_op opcode, unsigned ncomp) in instr_create_alu() argument 351 instr_create_alu_reg(struct ir2_context *ctx, nir_op opcode, uint8_t write_mask, in instr_create_alu_reg() argument 368 instr_create_alu_dest(struct ir2_context *ctx, nir_op opcode, nir_dest *dst) in instr_create_alu_dest() argument
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_instr_tex.cpp | 252 auto opcode = TexInstr::op_from_string(opstr); in from_string() local [all...] |
| H A D | sfn_instr_mem.cpp | 118 static ESDOp get_opcode(const nir_intrinsic_op opcode) in get_opcode() argument 149 static ESDOp get_opcode_wo(const nir_intrinsic_op opcode) in get_opcode_wo() argument 391 get_rat_opcode(const nir_intrinsic_op opcode, pipe_format format) in get_rat_opcode() argument 435 get_rat_opcode_wo(const nir_intrinsic_op opcode, pipe_format format) in get_rat_opcode_wo() argument 600 auto opcode = read_result ? get_rat_opcode(intr->intrinsic, PIPE_FORMAT_R32_UINT) : in emit_ssbo_atomic_op() local 715 auto opcode = read_result ? get_rat_opcode(intrin->intrinsic, PIPE_FORMAT_R32_UINT) : emit_image_load_or_atomic() local [all...] |
| H A D | sfn_instr_fetch.cpp | 38 FetchInstr::FetchInstr(EVFetchInstr opcode, in FetchInstr() argument 273 Instr::Pointer FetchInstr::from_string_impl(std::istream& is, EVFetchInstr opcode, ValueFactory& vf) in from_string_impl() argument
|
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_tgsi_emit.h | 192 inst_token(SVGA3dShaderOpCodeType opcode) in inst_token() argument 208 inst_token_predicated(SVGA3dShaderOpCodeType opcode) in inst_token_predicated() argument 183 emit_instruction(struct svga_shader_emitter *emit, SVGA3dShaderInstToken opcode) emit_instruction() argument [all...] |
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| H A D | radeon_dataflow.c | 188 const struct rc_opcode_info * opcode = in rc_for_all_reads_src() local 259 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Opcode); in writes_normal() local 344 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->Opcode); in remap_normal_instruction() local 711 rc_opcode opcode = rc_get_flow_control_inst(tmp); in get_readers_for_single_write() local
|
| H A D | radeon_optimize.c | 330 const struct rc_opcode_info * opcode = rc_get_opcode_info(inst->U.I.Opcode); in constant_folding() local 914 const struct rc_opcode_info * opcode = rc_get_opcode_info(cur->U.I.Opcode); in merge_movs() local
|
| H A D | radeon_opcodes.h | 252 static inline const struct rc_opcode_info * rc_get_opcode_info(rc_opcode opcode) in rc_get_opcode_info() argument
|
| /third_party/skia/third_party/externals/spirv-tools/source/val/ |
| H A D | validate_image.cpp | 124 bool IsImplicitLod(SpvOp opcode) { in IsImplicitLod() argument 141 bool IsExplicitLod(SpvOp opcode) { in IsExplicitLod() argument 158 bool IsValidLodOperand(const ValidationState_t& _, SpvOp opcode) { in IsValidLodOperand() argument 169 IsValidGatherLodBiasAMD(const ValidationState_t& _, SpvOp opcode) IsValidGatherLodBiasAMD() argument 182 IsProj(SpvOp opcode) IsProj() argument 229 GetMinCoordSize(SpvOp opcode, const ImageTypeInfo& info) GetMinCoordSize() argument 249 const SpvOp opcode = inst->opcode(); ValidateImageOperands() local 639 const SpvOp opcode = inst->opcode(); ValidateImageCommon() local 701 IsSparse(SpvOp opcode) IsSparse() argument 730 const SpvOp opcode = inst->opcode(); GetActualResultType() local 758 GetActualResultTypeStr(SpvOp opcode) GetActualResultTypeStr() argument 921 IsAllowedSampledImageOperand(SpvOp opcode) IsAllowedSampledImageOperand() argument 1163 const SpvOp opcode = inst->opcode(); ValidateImageLod() local 1259 const SpvOp opcode = inst->opcode(); ValidateImageDrefLod() local 1333 const SpvOp opcode = inst->opcode(); ValidateImageFetch() local 1405 const SpvOp opcode = inst->opcode(); ValidateImageGather() local 1504 const SpvOp opcode = inst->opcode(); ValidateImageRead() local 1998 const SpvOp opcode = inst->opcode(); ValidateImageQueryLevelsOrSamples() local 2047 const SpvOp opcode = inst->opcode(); ImagePass() local [all...] |
| H A D | validate_type.cpp | 52 const auto opcode = inst->opcode(); in ValidateUniqueness() local [all...] |
| /third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/ |
| H A D | jsonToSpirv.cpp | 354 const auto opcode = inst["opcode"].asUInt(); in jsonToSpirv() local
|
| /third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
| H A D | fuzzer_pass.cpp | 154 const SpvOp opcode = inst_it->opcode(); in ForEachInstructionWithInstructionDescriptor() local [all...] |
| H A D | fuzzer_pass_donate_modules.cpp | 431 auto opcode = static_cast<SpvOp>(type_or_value.GetSingleWordInOperand(0)); in HandleTypeOrValue() local [all...] |
| /third_party/skia/third_party/externals/spirv-tools/source/opt/ |
| H A D | graphics_robust_access_pass.cpp | 1049 InsertInst( opt::Instruction* where_inst, SpvOp opcode, uint32_t type_id, uint32_t result_id, const Instruction::OperandList& operands) InsertInst() argument
|
| H A D | ir_builder.h | 61 Instruction* AddNullaryOp(uint32_t type_id, SpvOp opcode) { in AddNullaryOp() argument 74 Instruction* AddUnaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1) { in AddUnaryOp() argument 88 Instruction* AddBinaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddBinaryOp() argument 104 Instruction* AddTernaryOp(uint32_t type_id, SpvOp opcode, uint32_t operand1, in AddTernaryOp() argument 121 Instruction* AddQuadOp(uint32_t type_id, SpvOp opcode, uint32_ argument 140 AddIdLiteralOp(uint32_t type_id, SpvOp opcode, uint32_t id, uint32_t uliteral) AddIdLiteralOp() argument 160 AddNaryOp(uint32_t type_id, SpvOp opcode, const std::vector<uint32_t>& operands, uint32_t result = 0) AddNaryOp() argument [all...] |
| H A D | ir_context.cpp | 425 const auto opcode = inst->opcode(); in KillOperandFromDebugInstructions() local [all...] |