Searched refs:InstClass (Results 1 – 2 of 2) sorted by relevance
116 InstClassEnum InstClass; member182 return (InstClass == MIMG) ? DMask < Other.DMask : Offset < Other.Offset; in operator <()647 assert(CI.InstClass == Paired.InstClass); in getCommonInstClass()649 if ((CI.InstClass == FLAT_LOAD || CI.InstClass == FLAT_STORE) && in getCommonInstClass()651 return (CI.InstClass == FLAT_STORE) ? GLOBAL_STORE : GLOBAL_LOAD; in getCommonInstClass()653 return CI.InstClass; in getCommonInstClass()769 InstClass = getInstClass(Opc, *LSO.TII); in setMI()771 if (InstClass == UNKNOWN) in setMI()776 switch (InstClass) { in setMI()797 if (InstClass == MIMG) { in setMI()[all …]
176 uint8_t InstClass = getInstClass(Insn); in getInstruction() 178 if ((InstClass == BPF_LDX || InstClass == BPF_STX) && in getInstruction() 177 uint8_t InstClass = getInstClass(Insn); getInstruction() local