Home
last modified time | relevance | path

Searched refs:GroupIdx (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.cpp1071 SmallVector<unsigned, 8> GroupIdx; in EmitSpecialNode() local
1082 GroupIdx.push_back(MIB->getNumOperands()); in EmitSpecialNode()
1122 unsigned DefIdx = GroupIdx[DefGroup] + 1; in EmitSpecialNode()
1123 unsigned UseIdx = GroupIdx.back() + 1; in EmitSpecialNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineInstr.cpp1099 SmallVector<unsigned, 8> GroupIdx; in findTiedOperandIdx() local
1106 unsigned CurGroup = GroupIdx.size(); in findTiedOperandIdx()
1107 GroupIdx.push_back(i); in findTiedOperandIdx()
1117 unsigned Delta = i - GroupIdx[TiedGroup]; in findTiedOperandIdx()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DELFObjectWriter.cpp1111 unsigned &GroupIdx = RevGroupMap[SignatureSymbol]; in writeObject() local
1112 if (!GroupIdx) { in writeObject()
1114 GroupIdx = addToSectionTable(Group); in writeObject()