Home
last modified time | relevance | path

Searched refs:TempRegFlags (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h1212 uint16_t TempRegFlags = 0; in executeMatchTable() local
1214 TempRegFlags = readU16(); in executeMatchTable()
1221 OutMIs[InsnID].addReg(State.TempRegisters[TempRegID], TempRegFlags, in executeMatchTable()
1228 dbgs() << ", " << TempRegFlags << ")\n"); in executeMatchTable()