Home
last modified time | relevance | path

Searched defs:DefOp (Results 1 – 10 of 10) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp647 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 DPeepholeOptimizer.cpp1587 if (!isVirtualRegisterOperand(DefOp)) in findTargetRecurrence() local
1913 const MachineOperand DefOp = Def->getOperand(DefIdx); in getNextSourceFromBitcast() local
H A DSplitKit.cpp455 Register R = DefOp.getReg(); in addDeadDef() local
1384 IsEarlyClobber = DefOp.isEarlyClobber(); in rewriteAssigned() local
H A DMachineSink.cpp312 auto *DefOp = PI->findRegisterDefOperand(Reg, false, true, TRI); INITIALIZE_PASS_DEPENDENCY() local
H A DMachinePipeliner.cpp424 MachineOperand &DefOp = PI.getOperand(0); preprocessPhiNodes() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp1205 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 DX86DomainReassignment.cpp588 for (auto &DefOp : UseMI.defs()) { in buildClosure() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp876 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 DSIFoldOperands.cpp718 MachineOperand &DefOp = Def->getOperand(1); tryToFoldACImm() local
H A DSIInstrInfo.cpp660 assert(DefOp.isReg() || DefOp.isImm()); in indirectCopyToAGPR() local