Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp159 SmallVector<uint16_t, 8> DefOperandIndexes; member in __anon7f26eb9f0111::RegAllocFast
1170 DefOperandIndexes.clear(); in allocateInstruction()
1193 DefOperandIndexes.push_back(I); in allocateInstruction()
1199 llvm::sort(DefOperandIndexes, [&](uint16_t I0, uint16_t I1) { in allocateInstruction()
1233 for (uint16_t OpIdx : DefOperandIndexes) { in allocateInstruction()