Home
last modified time | relevance | path

Searched refs:VINTRP (Results 1 - 8 of 8) sorted by relevance

/third_party/mesa3d/src/amd/compiler/
H A Daco_opt_value_numbering.cpp101 case Format::VINTRP: return hash_murmur_32<Interp_instruction>(instr); in operator ()()
219 case Format::VINTRP: { in operator ()()
H A Daco_validate.cpp127 else if ((uint32_t)base_format & (uint32_t)Format::VINTRP) { in validate_ir()
132 /* v_interp_*_fp16 are considered VINTRP by the compiler but in validate_ir()
137 base_format = Format::VINTRP; in validate_ir()
146 base_format == Format::VOPC || base_format == Format::VINTRP, in validate_ir()
H A Daco_opcodes.py76 VINTRP = 1 << 12 variable in Format
149 elif self == Format.VINTRP:
981 VINTRP = { variable
987 for (code, name) in VINTRP:
988 opcode(name, code, code, code, Format.VINTRP, InstrClass.Valu32)
H A Daco_ir.h103 VINTRP = 1 << 12, member in aco::Format
1302 constexpr bool isVINTRP() const noexcept { return (uint16_t)format & (uint16_t)Format::VINTRP; }
H A Daco_assembler.cpp300 case Format::VINTRP: { in emit_instruction()
H A Daco_print_ir.cpp350 case Format::VINTRP: { in print_instr_format_specific()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIDefines.h40 VINTRP = 1 << 13,
H A DSIInstrInfo.h575 return MI.getDesc().TSFlags & SIInstrFlags::VINTRP; in isVINTRP()
579 return get(Opcode).TSFlags & SIInstrFlags::VINTRP; in isVINTRP()

Completed in 14 milliseconds