Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h26 unsigned InstrID; variable
31 GIMatchTreeVariableBinding(StringRef Name, unsigned InstrID,
33 : Name(Name), InstrID(InstrID), OpIdx(OpIdx) {} in Name()
37 unsigned getInstrID() const { return InstrID; } in getInstrID()
90 VarBindings.emplace_back(Name, InstrID); in bindInstrVariable()
93 VarBindings.emplace_back(Name, InstrID, OpIdx); in bindOperandVariable()
557 unsigned InstrID; variable
563 GIMatchTreeOpcodePartitioner(unsigned InstrID) : InstrID(InstrID) {} in GIMatchTreeOpcodePartitioner() argument
570 OS << "MI[" << InstrID << "].getOpcode()"; in emitDescription()
587 unsigned InstrID; variable
[all …]
H A DGIMatchTree.cpp149 void GIMatchTreeBuilderLeafInfo::declareOperand(unsigned InstrID, in declareOperand() argument
154 std::make_pair(InstrID, OpIdx), in declareOperand()
190 void GIMatchTreeBuilder::addPartitionersForOperand(unsigned InstrID, in addPartitionersForOperand() argument
192 LLVM_DEBUG(dbgs() << "Add partitioners for Instrs[" << InstrID in addPartitionersForOperand()
195 std::make_unique<GIMatchTreeVRegDefPartitioner>(InstrID, OpIdx)); in addPartitionersForOperand()
569 GIMatchTreeInstrInfo *InstrInfo = Leaf.getInstrInfo(InstrID); in applyForPartition()
584 Leaf.declareOperand(InstrID, OpIdx); in applyForPartition()
588 SubBuilder.addPartitionersForOperand(InstrID, OpIdx); in applyForPartition()
617 << Indent << "switch (MIs[" << InstrID << "]->getOpcode()) {\n"; in generatePartitionSelectorCode()
734 GIMatchTreeInstrInfo *InstrInfo = Leaf.getInstrInfo(InstrID); in applyForPartition()
[all …]
/llvm-project-15.0.7/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp261 unsigned InstrID = 0; in renumberInstrs() local
263 InstrID = Block->renumberInstrs(InstrID); in renumberInstrs()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1450 for (unsigned InstrID : RegIt->second) { in splitPHIRegister() local
1451 auto PHIIt = PHIValToPos.find(InstrID); in splitPHIRegister()
1462 NewRegIdxes.push_back(std::make_pair(NewReg, InstrID)); in splitPHIRegister()