Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVPushPopOptimizer.cpp98 if (auto OperandPair = TII->isCopyInstrImpl(MI)) { in adjustRetVal() local
99 Register DestReg = OperandPair->Destination->getReg(); in adjustRetVal()
100 Register Source = OperandPair->Source->getReg(); in adjustRetVal()
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp1273 for (const auto &OperandPair : SDWAOperands) { in runOnMachineFunction()
1274 const auto &Operand = OperandPair.second; in runOnMachineFunction() local
1286 for (const auto &OperandPair : SDWAOperands) { in runOnMachineFunction()
1287 const auto &Operand = OperandPair.second; in runOnMachineFunction()
1261 for (const auto &OperandPair : SDWAOperands) { runOnMachineFunction() local
/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1069 auto OperandPair = salvageCopySSAImpl(MI); in salvageCopySSAImpl()
1070 DbgPHICache.insert({Dest, OperandPair}); in salvageCopySSAImpl()
1071 return OperandPair; in salvageCopySSAImpl()
1013 auto OperandPair = salvageCopySSAImpl(MI); salvageCopySSA() local