Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DGlobalISelMatchTable.h2379 unsigned getInsnID() const { return InsnID; } in getInsnID() function
2426 unsigned getInsnID() const { return InsnID; } in getInsnID() function
H A DGlobalISelMatchTable.cpp739 unsigned InstID = EI->getInsnID(); in optimize()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelEmitter.cpp1503 constrainOperands(InsertPt, M, DstMIBuilder.getInsnID(), Dst)) in createAndImportSubInstructionRenderer()
2213 constrainOperands(M.actions_end(), M, DstMIBuilder.getInsnID(), Dst)) in runOnPattern()
H A DGlobalISelCombinerEmitter.cpp96 CE.redeclare(Name, "OutMIs[" + to_string(A.getInsnID()) + "]"); in declareInstExpansion()