Searched defs:DefOp (Results 1 – 10 of 10) sorted by relevance
/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineTraceMetrics.cpp | 647 unsigned DefOp; global() member 754 for (unsigned DefOp : LiveDefOps) { updatePhysDepsDownwards() local 988 addLiveIns(const MachineInstr * DefMI,unsigned DefOp,ArrayRef<const MachineBasicBlock * > Trace) addLiveIns() argument [all...] |
H A D | PeepholeOptimizer.cpp | 1586 return findTargetRecurrence(DefOp.getReg(), TargetRegs, RC); in findTargetRecurrence() local 1913 const MachineOperand DefOp = Def->getOperand(DefIdx); getNextSourceFromBitcast() local
|
H A D | SplitKit.cpp | 454 Register R = DefOp.getReg(); in addDeadDef() local 1383 IsEarlyClobber = DefOp.isEarlyClobber(); in rewriteAssigned() local
|
H A D | MachineSink.cpp | 312 auto *DefOp = PI->findRegisterDefOperand(Reg, TRI, false, true); INITIALIZE_PASS_DEPENDENCY() local
|
H A D | MachinePipeliner.cpp | 443 auto *RC = MRI.getRegClass(DefOp.getReg()); in preprocessPhiNodes() local
|
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86SpeculativeLoadHardening.cpp | 1206 return !DefOp->isDead(); in isEFLAGSDefLive() local 1218 if (MachineOperand *DefOp = isEFLAGSLive() local 1957 auto &DefOp = MI.getOperand(0); hardenPostLoad() local
|
H A D | X86DomainReassignment.cpp | 588 for (auto &DefOp : UseMI.defs()) { buildClosure() local
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 877 predicateAt(const MachineOperand & DefOp,MachineInstr & MI,MachineBasicBlock::iterator Where,const MachineOperand & PredOp,bool Cond,std::set<Register> & UpdRegs) predicateAt() argument
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFoldOperands.cpp | 720 MachineOperand &DefOp = Def->getOperand(1); tryToFoldACImm() local
|
H A D | SIInstrInfo.cpp | 660 MachineOperand &DefOp = Def->getOperand(1); indirectCopyToAGPR() local
|