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.cpp717 for (const auto &OpPair : Ops) { in reMaterializeFor() local
718 MachineOperand &MO = OpPair.first->getOperand(OpPair.second); in reMaterializeFor()
938 for (const auto &OpPair : Ops) { in foldMemoryOperand() local
939 unsigned Idx = OpPair.second; in foldMemoryOperand()
940 assert(MI == OpPair.first && "Instruction conflict during operand folding"); in foldMemoryOperand()
1237 for (const auto &OpPair : Ops) { in spillAroundUses() local
1238 MachineOperand &MO = OpPair.first->getOperand(OpPair.second); in spillAroundUses()
1241 if (!OpPair.first->isRegTiedToDefOperand(OpPair.second)) in spillAroundUses()