Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/GlobalISel/
H A DGIMatchTree.h26 unsigned InstrID; variable
89 void bindInstrVariable(StringRef Name, unsigned InstrID) { in bindInstrVariable()
92 void bindOperandVariable(StringRef Name, unsigned InstrID, unsigned OpIdx) { in bindOperandVariable()
557 unsigned InstrID; variable
563 GIMatchTreeOpcodePartitioner(unsigned InstrID) : InstrID(InstrID) {} in GIMatchTreeOpcodePartitioner()
587 unsigned InstrID; variable
596 GIMatchTreeVRegDefPartitioner(unsigned InstrID, unsigned OpIdx) in GIMatchTreeVRegDefPartitioner()
H A DGIMatchTree.cpp149 void GIMatchTreeBuilderLeafInfo::declareOperand(unsigned InstrID, in declareOperand()
190 void GIMatchTreeBuilder::addPartitionersForOperand(unsigned InstrID, in addPartitionersForOperand()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp261 unsigned InstrID = 0; in renumberInstrs() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp1454 for (unsigned InstrID : RegIt->second) { in splitPHIRegister() local