Searched refs:InstClass (Results 1 – 2 of 2) sorted by relevance
116 InstClassEnum InstClass; member180 return (InstClass == MIMG) ? DMask < Other.DMask : Offset < Other.Offset; in operator <()592 assert(CI.InstClass == Paired.InstClass); in getCommonInstClass()594 if ((CI.InstClass == FLAT_LOAD || CI.InstClass == FLAT_STORE) && in getCommonInstClass()596 return (CI.InstClass == FLAT_STORE) ? GLOBAL_STORE : GLOBAL_LOAD; in getCommonInstClass()598 return CI.InstClass; in getCommonInstClass()709 InstClass = getInstClass(Opc, *LSO.TII); in setMI()711 if (InstClass == UNKNOWN) in setMI()716 switch (InstClass) { in setMI()737 if (InstClass == MIMG) { in setMI()[all …]
177 uint8_t InstClass = getInstClass(Insn); in getInstruction() local179 if ((InstClass == BPF_LDX || InstClass == BPF_STX) && in getInstruction()