/llvm-project/llvm/lib/CodeGen/ |
H A D | InitUndef.cpp | 116 for (auto &UseMO : MI->uses()) { in handleReg() local 225 MachineOperand &UseMO = MI.getOperand(UseOpIdx); processBasicBlock() local [all...] |
H A D | CodeGenCommonISel.cpp | 286 auto &UseMO = DbgMI->getOperand(UseMOIdx); salvageDebugInfoForDbgValue() local
|
H A D | MachineCombiner.cpp | 285 MachineInstr *UseMO = RI->getParent(); getLatency() local
|
H A D | TailDuplicator.cpp | 242 UseMO->setReg( in tailDuplicateAndUpdate() local
|
H A D | LiveVariables.cpp | 673 for (auto &UseMO : MRI->use_nodbg_operands(Reg)) { recomputeForSingleDefVirtReg() local
|
H A D | MachineInstr.cpp | 1165 MachineOperand &UseMO = getOperand(UseIdx); tieOperands() local 1205 const MachineOperand &UseMO = getOperand(i); findTiedOperandIdx() local
|
H A D | TwoAddressInstructionPass.cpp | 1952 MachineOperand &UseMO = MI.getOperand(i); eliminateRegSequence() local
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCVSXFMAMutate.cpp | 285 MachineOperand &UseMO = *UI; processBlock() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86LoadValueInjectionLoadHardening.cpp | 394 MachineInstr &UseMI = *UseMO.getParent(); in getGadgetGraph() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIInstrInfo.h | 1017 isInlineConstant(const MachineInstr & MI,const MachineOperand & UseMO,const MachineOperand & DefMO) isInlineConstant() argument
|
H A D | SIInstrInfo.cpp | 2584 MachineOperand *UseMO = nullptr; reMaterialize() local [all...] |
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInsertVSETVLI.cpp | 199 const MachineOperand &UseMO = MI.getOperand(UseOpIdx); hasUndefinedMergeOp() local
|
/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 650 InsertInsnsWithoutSideEffectsBeforeUse(MachineIRBuilder & Builder,MachineInstr & DefMI,MachineOperand & UseMO,std::function<void (MachineBasicBlock *,MachineBasicBlock::iterator,MachineOperand & UseMO)> Inserter) InsertInsnsWithoutSideEffectsBeforeUse() argument 790 __anon13ec12630402(MachineBasicBlock *InsertIntoBB, MachineBasicBlock::iterator InsertBefore, MachineOperand &UseMO) applyCombineExtendingLoads() argument 813 for (auto &UseMO : MRI.use_operands(LoadValue.getReg())) applyCombineExtendingLoads() local 816 for (auto *UseMO : Uses) { applyCombineExtendingLoads() local [all...] |
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonInstrInfo.cpp | 4346 const MachineOperand &UseMO = UseMI.getOperand(UseIdx); getOperandLatency() local
|