Searched defs:DefInfo (Results 1 – 3 of 3) sorted by relevance
91 struct DefInfo { struct92 uint16_t lb;93 uint16_t ub;94 uint8_t size;95 uint8_t stride;96 RegClass rc;98 DefInfo(ra_ctx& ctx, aco_ptr<Instruction>& instr, RegClass rc_, int operand) : rc(rc_) { in DefInfo() function
358 DefInfo() : DefDirective(nullptr), IsPublic(true) {} in DefInfo() function360 DefInfo(DefMacroDirective *DefDirective, SourceLocation UndefLoc, in DefInfo() function
336 static bool handleMiddleInst(const MachineInstr &MI, LOHInfo &DefInfo, in handleMiddleInst()