Searched defs:DefMO (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveRangeShrink.cpp166 const MachineOperand *DefMO = nullptr; local
H A DMachineInstr.cpp1087 MachineOperand &DefMO = getOperand(DefIdx); local
H A DMachineLICM.cpp1180 MachineOperand &DefMO = MI.getOperand(i); local
H A DRegisterCoalescer.cpp1329 MachineOperand &DefMO = NewMI.getOperand(0); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegStackify.cpp648 MachineOperand &DefMO = Def->getOperand(0); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.cpp165 const MachineOperand &DefMO = DefMI.getOperand(DefIdx); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp4225 const MachineOperand &DefMO = DefMI.getOperand(DefIdx); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp4317 const MachineOperand &DefMO = DefMI.getOperand(DefIdx); local
4344 getOperandLatencyImpl( const InstrItineraryData *ItinData, const MachineInstr &DefMI, unsigned DefIdx, const MCInstrDesc &DefMCID, unsigned DefAdj, const MachineOperand &DefMO, unsigned Reg, const MachineInstr &UseMI, unsigned UseIdx, const MCInstrDesc &UseMCID, unsigned UseAdj) const argument

Completed in 212 milliseconds