OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VOP3P_instruction
(Results
1 - 7
of
7
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/amd/compiler/
aco_ir.h
993
struct
VOP3P_instruction
;
1219
VOP3P_instruction
& vop3p() noexcept
1222
return *(
VOP3P_instruction
*)this;
1224
const
VOP3P_instruction
& vop3p() const noexcept
1227
return *(
VOP3P_instruction
*)this;
1391
struct
VOP3P_instruction
: public Instruction {
1400
static_assert(sizeof(
VOP3P_instruction
) == sizeof(Instruction) + 8, "Unexpected padding");
1723
const
VOP3P_instruction
& vop3p = this->vop3p();
aco_opt_value_numbering.cpp
220
VOP3P_instruction
& a3P = a->vop3p();
221
VOP3P_instruction
& b3P = b->vop3p();
aco_optimizer.cpp
3070
propagate_swizzles(
VOP3P_instruction
* instr, uint8_t opsel_lo, uint8_t opsel_hi)
3095
VOP3P_instruction
* vop3p = &instr->vop3p();
3103
VOP3P_instruction
* candidate = &ctx.info[instr->operands[0].tempId()].instr->vop3p();
3129
VOP3P_instruction
* fneg = &info.instr->vop3p();
3208
aco_ptr<
VOP3P_instruction
> fma{
3209
create_instruction<
VOP3P_instruction
>(mad, Format::VOP3P, 3, 1)};
3210
VOP3P_instruction
* mul = &mul_instr->vop3p();
aco_print_ir.cpp
705
const
VOP3P_instruction
& vop3 = instr->vop3p();
aco_assembler.cpp
642
VOP3P_instruction
& vop3 = instr->vop3p();
aco_validate.cpp
239
VOP3P_instruction
& vop3p = instr->vop3p();
aco_instruction_selection.cpp
2057
VOP3P_instruction
& sub = add->vop3p();
Completed in 18 milliseconds
Indexes created Thu Jul 23 00:25:05 UTC 2026