Searched refs:instr_type (Results 1 – 12 of 12) sorted by relevance
71 enum instr_type { enum103 Instruction(instr_type t);107 instr_type type() const { return m_type;} in type()133 instr_type m_type;
32 CFInstruction::CFInstruction(instr_type type):Instruction(type) in CFInstruction()37 IfElseInstruction::IfElseInstruction(instr_type type): in IfElseInstruction()
36 CFInstruction(instr_type type);41 IfElseInstruction(instr_type type);
94 Instruction::Instruction(instr_type t): in Instruction()
40 WriteoutInstruction(instr_type t, const GPRVector& value);
34 WriteoutInstruction::WriteoutInstruction(instr_type t, const GPRVector& value): in WriteoutInstruction()
608 unsigned instr_type:4; /* always present */ member613 unsigned instr_type:4; member627 unsigned instr_type:4; member636 unsigned instr_type:4; member643 unsigned instr_type:4; member650 unsigned instr_type:4; member657 unsigned instr_type:4; member663 unsigned instr_type:4; member670 unsigned instr_type:4; member675 unsigned instr_type:4; member[all …]
698 opt::Instruction* instr_type = in ValidOpPhiArgument() local702 if (instr_type->opcode() == SpvOpTypeVoid) { in ValidOpPhiArgument()707 if (instr_type->opcode() == SpvOpTypePointer && in ValidOpPhiArgument()714 if (instr_type->opcode() == SpvOpTypeSampledImage) { in ValidOpPhiArgument()
213 enum instr_type { enum
2549 create_instr(struct dxil_module *m, enum instr_type type, in create_instr()