Searched defs:NewInsnID (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GIMatchTableExecutorImpl.h | 154 uint64_t NewInsnID = readULEB(); in executeMatchTable() local 975 uint64_t NewInsnID = readULEB(); in executeMatchTable() local 1025 uint64_t NewInsnID = readULEB(); in executeMatchTable() local 1046 uint64_t NewInsnID = (MatcherOpcode == GIR_BuildRootMI) ? 0 : readULEB(); in executeMatchTable() local 1070 uint64_t NewInsnID = in executeMatchTable() local 1085 uint64_t NewInsnID = readULEB(); in executeMatchTable() local 1103 uint64_t NewInsnID = readULEB(); in executeMatchTable() local 1304 uint64_t NewInsnID = readULEB(); in executeMatchTable() local 1324 uint64_t NewInsnID = readULEB(); in executeMatchTable() local 1468 uint64_t NewInsnID = readULEB(); in executeMatchTable() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.h | 1906 CopyRenderer(unsigned NewInsnID, StringRef SymbolicName) in CopyRenderer() 1933 CopyPhysRegRenderer(unsigned NewInsnID, Record *Reg) in CopyPhysRegRenderer() 1958 CopyOrAddZeroRegRenderer(unsigned NewInsnID, StringRef SymbolicName, in CopyOrAddZeroRegRenderer() 1984 CopyConstantAsImmRenderer(unsigned NewInsnID, StringRef SymbolicName) in CopyConstantAsImmRenderer() 2006 CopyFConstantAsFPImmRenderer(unsigned NewInsnID, StringRef SymbolicName) in CopyFConstantAsFPImmRenderer() 2031 CopySubRegRenderer(unsigned NewInsnID, StringRef SymbolicName, in CopySubRegRenderer()
|
H A D | GlobalISelMatchTable.cpp | 1864 unsigned NewInsnID, unsigned OldInsnID, in emitRenderOpcodes()
|