Searched refs:InstClass (Results 1 – 2 of 2) sorted by relevance
117 InstClassEnum InstClass; member183 return (InstClass == MIMG) ? DMask < Other.DMask : Offset < Other.Offset; in operator <()675 assert(CI.InstClass == Paired.InstClass); in getCommonInstClass()677 if ((CI.InstClass == FLAT_LOAD || CI.InstClass == FLAT_STORE) && in getCommonInstClass()679 return (CI.InstClass == FLAT_STORE) ? GLOBAL_STORE : GLOBAL_LOAD; in getCommonInstClass()681 return CI.InstClass; in getCommonInstClass()805 InstClass = getInstClass(Opc, *LSO.TII); in setMI()807 if (InstClass == UNKNOWN) in setMI()812 switch (InstClass) { in setMI()833 if (InstClass == MIMG) { in setMI()[all …]
177 uint8_t InstClass = getInstClass(Insn); in getInstruction() local179 if ((InstClass == BPF_LDX || InstClass == BPF_STX) && in getInstruction()