Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocFast.cpp155 SmallVector<uint16_t, 8> DefOperandIndexes; member in __anone082371b0111::RegAllocFast
1186 DefOperandIndexes.clear(); in allocateInstruction()
1209 DefOperandIndexes.push_back(I); in allocateInstruction()
1215 llvm::sort(DefOperandIndexes, [&](uint16_t I0, uint16_t I1) { in allocateInstruction()
1249 for (uint16_t OpIdx : DefOperandIndexes) { in allocateInstruction()