Searched defs:InstrID (Results 1 – 3 of 3) sorted by relevance
26 unsigned InstrID; variable89 void bindInstrVariable(StringRef Name, unsigned InstrID) { in bindInstrVariable()92 void bindOperandVariable(StringRef Name, unsigned InstrID, unsigned OpIdx) { in bindOperandVariable()557 unsigned InstrID; variable563 GIMatchTreeOpcodePartitioner(unsigned InstrID) : InstrID(InstrID) {} in GIMatchTreeOpcodePartitioner()587 unsigned InstrID; variable596 GIMatchTreeVRegDefPartitioner(unsigned InstrID, unsigned OpIdx) in GIMatchTreeVRegDefPartitioner()
149 void GIMatchTreeBuilderLeafInfo::declareOperand(unsigned InstrID, in declareOperand()190 void GIMatchTreeBuilder::addPartitionersForOperand(unsigned InstrID, in addPartitionersForOperand()
261 unsigned InstrID = 0; in renumberInstrs() local