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.h1266 uint16_t TempRegFlags = 0; in executeMatchTable() local
1268 TempRegFlags = readU16(); in executeMatchTable()
1275 OutMIs[InsnID].addReg(State.TempRegisters[TempRegID], TempRegFlags, in executeMatchTable()
1282 dbgs() << ", " << TempRegFlags << ")\n"); in executeMatchTable()