Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86SpeculativeLoadHardening.cpp1207 if (const MachineOperand *DefOp = MI.findRegisterDefOperand(X86::EFLAGS)) { in isEFLAGSDefLive() local
1218 if (MachineOperand *DefOp = MI.findRegisterDefOperand(X86::EFLAGS)) { in isEFLAGSLive() local
1965 auto &DefOp = MI.getOperand(0); in hardenPostLoad() local
H A DX86DomainReassignment.cpp588 for (auto &DefOp : UseMI.defs()) { in buildClosure() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineTraceMetrics.cpp629 unsigned DefOp; member
740 for (unsigned DefOp : LiveDefOps) { in updatePhysDepsDownwards() local
979 addLiveIns(const MachineInstr *DefMI, unsigned DefOp, in addLiveIns()
H A DPeepholeOptimizer.cpp1519 MachineOperand &DefOp = MI.getOperand(0); in findTargetRecurrence() local
1839 const MachineOperand DefOp = Def->getOperand(DefIdx); in getNextSourceFromBitcast() local
H A DSplitKit.cpp449 for (const MachineOperand &DefOp : DefMI->defs()) { in addDeadDef() local
H A DMachinePipeliner.cpp390 MachineOperand &DefOp = PI.getOperand(0); in preprocessPhiNodes() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp568 MachineOperand &DefOp = Def->getOperand(1); in tryToFoldACImm() local
H A DSIInstrInfo.cpp519 MachineOperand &DefOp = Def->getOperand(1); in indirectCopyToAGPR() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp855 void HexagonExpandCondsets::predicateAt(const MachineOperand &DefOp, in predicateAt()