Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DInlineSpiller.cpp699 for (const auto &OpPair : Ops) { in reMaterializeFor() local
700 MachineOperand &MO = OpPair.first->getOperand(OpPair.second); in reMaterializeFor()
919 for (const auto &OpPair : Ops) { in foldMemoryOperand() local
920 unsigned Idx = OpPair.second; in foldMemoryOperand()
921 assert(MI == OpPair.first && "Instruction conflict during operand folding"); in foldMemoryOperand()
1218 for (const auto &OpPair : Ops) { in spillAroundUses() local
1219 MachineOperand &MO = OpPair.first->getOperand(OpPair.second); in spillAroundUses()
1222 if (!OpPair.first->isRegTiedToDefOperand(OpPair.second)) in spillAroundUses()