Searched defs:DefOp (Results 1 – 10 of 10) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineTraceMetrics.cpp | 647 unsigned DefOp; member 754 for (unsigned DefOp : LiveDefOps) { in updatePhysDepsDownwards() local 988 addLiveIns(const MachineInstr * DefMI,unsigned DefOp,ArrayRef<const MachineBasicBlock * > Trace) addLiveIns() argument [all...] |
H A D | PeepholeOptimizer.cpp | 1587 if (!isVirtualRegisterOperand(DefOp)) in findTargetRecurrence() local 1913 const MachineOperand DefOp = Def->getOperand(DefIdx); in getNextSourceFromBitcast() local
|
H A D | SplitKit.cpp | 455 Register R = DefOp.getReg(); in addDeadDef() local 1384 IsEarlyClobber = DefOp.isEarlyClobber(); in rewriteAssigned() local
|
H A D | MachineSink.cpp | 312 auto *DefOp = PI->findRegisterDefOperand(Reg, false, true, TRI); INITIALIZE_PASS_DEPENDENCY() local
|
H A D | MachinePipeliner.cpp | 424 MachineOperand &DefOp = PI.getOperand(0); preprocessPhiNodes() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86SpeculativeLoadHardening.cpp | 1205 if (const MachineOperand *DefOp = MI.findRegisterDefOperand(X86::EFLAGS)) { isEFLAGSDefLive() local 1216 if (MachineOperand *DefOp = MI.findRegisterDefOperand(X86::EFLAGS)) { isEFLAGSLive() local 1954 auto &DefOp = MI.getOperand(0); hardenPostLoad() local
|
H A D | X86DomainReassignment.cpp | 588 for (auto &DefOp : UseMI.defs()) { in buildClosure() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonExpandCondsets.cpp | 876 predicateAt(const MachineOperand & DefOp,MachineInstr & MI,MachineBasicBlock::iterator Where,const MachineOperand & PredOp,bool Cond,std::set<Register> & UpdRegs) predicateAt() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFoldOperands.cpp | 718 MachineOperand &DefOp = Def->getOperand(1); tryToFoldACImm() local
|
H A D | SIInstrInfo.cpp | 660 assert(DefOp.isReg() || DefOp.isImm()); in indirectCopyToAGPR() local
|