Home
last modified time | relevance | path

Searched defs:InsnID (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGIMatchTableExecutorImpl.h155 uint64_t InsnID = readULEB(); in executeMatchTable() local
213 uint64_t InsnID = readULEB(); in executeMatchTable() local
237 uint64_t InsnID = readULEB(); in executeMatchTable() local
267 uint64_t InsnID = readULEB(); in executeMatchTable() local
315 uint64_t InsnID = readULEB(); in executeMatchTable() local
331 uint64_t InsnID = readULEB(); in executeMatchTable() local
345 uint64_t InsnID = readULEB(); in executeMatchTable() local
372 uint64_t InsnID = readULEB(); in executeMatchTable() local
393 uint64_t InsnID = readULEB(); in executeMatchTable() local
414 uint64_t InsnID = readULEB(); in executeMatchTable() local
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h2162 ImmRenderer(unsigned InsnID, int64_t Imm) in ImmRenderer()
2165 ImmRenderer(unsigned InsnID, int64_t Imm, const LLTCodeGenOrTempType &CImmLLT) in ImmRenderer()
2188 SubRegIndexRenderer(unsigned InsnID, const CodeGenSubRegIndex *SRI) in SubRegIndexRenderer()
2242 IntrinsicIDRenderer(unsigned InsnID, const CodeGenIntrinsic *II) in IntrinsicIDRenderer()
2260 CustomRenderer(unsigned InsnID, const Record &Renderer, in CustomRenderer()
2280 CustomOperandRenderer(unsigned InsnID, const Record &Renderer, in CustomOperandRenderer()
2372 BuildMIAction(unsigned InsnID, const CodeGenInstruction *I) in BuildMIAction()
2420 unsigned InsnID; variable
2423 EraseInstAction(unsigned InsnID) in EraseInstAction()
2464 unsigned InsnID; variable
[all …]
H A DGlobalISelMatchTable.cpp2066 unsigned InsnID, int64_t Imm, StringRef ImmName) { in emitAddImm()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1783 RuleMatcher &M, unsigned InsnID, in constrainOperands()