Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafetyTIL.cpp261 unsigned InstrID = 0; in renumberInstrs() local