Lines Matching refs:RegisterTable
74 typedef struct RegisterTable {
103 } RegisterTable;
115 static bool doCodeVerification(VerifierData* vdata, RegisterTable* regTable);
117 RegisterTable* regTable, int insnIdx, UninitInstanceMap* uninitMap,
1781 static inline RegisterLine* getRegisterLine(const RegisterTable* regTable,
1810 static inline void copyLineToTable(RegisterTable* regTable, int insnIdx,
1822 const RegisterTable* regTable, int insnIdx)
1837 static inline int compareLineToTable(const RegisterTable* regTable,
2581 RegisterTable* regTable, int nextInsn, const RegisterLine* workLine)
3010 * Initialize the RegisterTable.
3023 RegisterTable* regTable, RegisterTrackingMode trackRegsFor)
3517 RegisterTable regTable;
3666 static bool doCodeVerification(VerifierData* vdata, RegisterTable* regTable)
3857 RegisterTable* regTable, int insnIdx, UninitInstanceMap* uninitMap,
6478 * "work line" rather than the copy from RegisterTable.