Searched defs:InsnID (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/ |
H A D | GIMatchTableExecutorImpl.h | 155 uint64_t InsnID = readULEB(); in executeMatchTable() local 213 uint64_t InsnID = readULEB(); in executeMatchTable() local 236 uint64_t InsnID = readULEB(); in executeMatchTable() local 266 uint64_t InsnID = readULEB(); in executeMatchTable() local 313 uint64_t InsnID = readULEB(); in executeMatchTable() local 327 uint64_t InsnID = readULEB(); in executeMatchTable() local 354 uint64_t InsnID = readULEB(); in executeMatchTable() local 375 uint64_t InsnID = readULEB(); in executeMatchTable() local 397 uint64_t InsnID = readULEB(); in executeMatchTable() local 441 uint64_t InsnID = readULEB(); in executeMatchTable() local [all …]
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/ |
H A D | GlobalISelMatchTable.h | 2101 ImmRenderer(unsigned InsnID, int64_t Imm) in ImmRenderer() 2104 ImmRenderer(unsigned InsnID, int64_t Imm, const LLTCodeGenOrTempType &CImmLLT) in ImmRenderer() 2127 SubRegIndexRenderer(unsigned InsnID, const CodeGenSubRegIndex *SRI) in SubRegIndexRenderer() 2181 IntrinsicIDRenderer(unsigned InsnID, const CodeGenIntrinsic *II) in IntrinsicIDRenderer() 2199 CustomRenderer(unsigned InsnID, const Record &Renderer, in CustomRenderer() 2219 CustomOperandRenderer(unsigned InsnID, const Record &Renderer, in CustomOperandRenderer() 2312 BuildMIAction(unsigned InsnID, const CodeGenInstruction *I) in BuildMIAction() 2360 unsigned InsnID; variable 2363 EraseInstAction(unsigned InsnID) in EraseInstAction() 2404 unsigned InsnID; variable [all …]
|
H A D | GlobalISelMatchTable.cpp | 2033 unsigned InsnID, int64_t Imm, StringRef ImmName) { in emitAddImm()
|