Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp126 unsigned InstrIdx = MatchDag.getInstrNodeIdx(NodeI); in declareInstr() local
183 void GIMatchTreeBuilder::addPartitionersForInstr(unsigned InstrIdx) { in addPartitionersForInstr()
289 for (unsigned InstrIdx : Leaf.untested_instrs()) in runStep() local
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineOperand.h189 unsigned InstrIdx; member
715 void setInstrRefInstrIndex(unsigned InstrIdx) { in setInstrRefInstrIndex()
952 static MachineOperand CreateDbgInstrRef(unsigned InstrIdx, unsigned OpIdx) { in CreateDbgInstrRef()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOperand.cpp239 void MachineOperand::ChangeToDbgInstrRef(unsigned InstrIdx, unsigned OpIdx, in ChangeToDbgInstrRef()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2752 uint64_t InstrIdx = Token.integerValue().getZExtValue(); in parseDbgInstrRefOperand() local