Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.cpp
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h189 unsigned InstrIdx; member
718 void setInstrRefInstrIndex(unsigned InstrIdx) { in setInstrRefInstrIndex() argument
955 CreateDbgInstrRef(unsigned InstrIdx,unsigned OpIdx) CreateDbgInstrRef() argument
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineOperand.cpp257 void MachineOperand::ChangeToDbgInstrRef(unsigned InstrIdx, unsigned OpIdx, in ChangeToDbgInstrRef()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2770 uint64_t InstrIdx = Token.integerValue().getZExtValue(); in parseDbgInstrRefOperand() local