Home
last modified time | relevance | path

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

/freebsd/contrib/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()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPeepholeSDWA.cpp1258 for (const auto &OperandPair : SDWAOperands) { in runOnMachineFunction() local
1259 const auto &Operand = OperandPair.second; in runOnMachineFunction()
1271 for (const auto &OperandPair : SDWAOperands) { in runOnMachineFunction() local
1272 const auto &Operand = OperandPair.second; in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1013 auto OperandPair = salvageCopySSAImpl(MI); in salvageCopySSA() local
1014 DbgPHICache.insert({Dest, OperandPair}); in salvageCopySSA()
1015 return OperandPair; in salvageCopySSA()