Searched defs:DefInfo (Results 1 – 4 of 4) sorted by relevance
239 struct DefInfo { struct259 /// An index for uniquely and deterministically ordering all DefInfo records argument261 const size_t index = 0;264 uint32_t num_uses = 0;268 uint32_t last_use_pos = 0;272 bool used_in_another_construct = false;276 bool requires_named_const_def = false;291 bool requires_hoisted_def = false;317 inline std::ostream& operator<<(std::ostream& o, const DefInfo& di) { argument
724 DefInfo::DefInfo(const spvtools::opt::Instruction& def_inst, in DefInfo() function in tint::reader::spirv::DefInfo
336 static bool handleMiddleInst(const MachineInstr &MI, LOHInfo &DefInfo, in handleMiddleInst()
220 struct DefInfo { struct221 PhysRegInterval bounds;222 uint8_t size;223 uint8_t stride;226 uint8_t data_stride;227 RegClass rc;229 DefInfo(ra_ctx& ctx, aco_ptr<Instruction>& instr, RegClass rc_, int operand) : rc(rc_) in DefInfo() function