Searched refs:InstrID (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/utils/TableGen/GlobalISel/ |
| D | GIMatchTree.h | 26 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() 89 void bindInstrVariable(StringRef Name, unsigned InstrID) { in bindInstrVariable() argument 90 VarBindings.emplace_back(Name, InstrID); in bindInstrVariable() 92 void bindOperandVariable(StringRef Name, unsigned InstrID, unsigned OpIdx) { in bindOperandVariable() argument 93 VarBindings.emplace_back(Name, InstrID, OpIdx); in bindOperandVariable() 353 void declareOperand(unsigned InstrID, unsigned OpIdx); 430 void addPartitionersForOperand(unsigned InstrID, unsigned OpIdx); [all …]
|
| D | GIMatchTree.cpp | 149 void GIMatchTreeBuilderLeafInfo::declareOperand(unsigned InstrID, in declareOperand() argument 151 const GIMatchDagInstr *Instr = InstrIDToInfo.lookup(InstrID)->getInstrNode(); in declareOperand() 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() 396 GIMatchTreeInstrInfo *InstrInfo = Leaf.value().getInstrInfo(InstrID); in repartition() 405 << " doesn't care about Instr[" << InstrID << "]\n"); in repartition() 517 GIMatchTreeInstrInfo *InstrInfo = Leaf.value().getInstrInfo(InstrID); in repartition() 569 GIMatchTreeInstrInfo *InstrInfo = Leaf.getInstrInfo(InstrID); in applyForPartition() [all …]
|
| /openbsd/src/gnu/llvm/clang/lib/Analysis/ |
| D | ThreadSafetyTIL.cpp | 261 unsigned InstrID = 0; in renumberInstrs() local 263 InstrID = Block->renumberInstrs(InstrID); in renumberInstrs()
|
| /openbsd/src/gnu/llvm/llvm/lib/CodeGen/ |
| D | LiveDebugVariables.cpp | 1454 for (unsigned InstrID : RegIt->second) { in splitPHIRegister() local 1455 auto PHIIt = PHIValToPos.find(InstrID); in splitPHIRegister() 1466 NewRegIdxes.push_back(std::make_pair(NewReg, InstrID)); in splitPHIRegister()
|