Home
last modified time | relevance | path

Searched refs:DefMO (Results 1 – 3 of 3) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/CodeGen/
DMachineLICM.cpp1051 MachineOperand &DefMO = MI.getOperand(i); in IsCheapInstruction() local
1052 if (!DefMO.isReg() || !DefMO.isDef()) in IsCheapInstruction()
1055 unsigned Reg = DefMO.getReg(); in IsCheapInstruction()
DMachineInstr.cpp1113 MachineOperand &DefMO = getOperand(DefIdx); in tieOperands() local
1115 assert(DefMO.isDef() && "DefIdx must be a def operand"); in tieOperands()
1117 assert(!DefMO.isTied() && "Def is already tied to another use"); in tieOperands()
1131 DefMO.TiedTo = std::min(UseIdx + 1, TiedMax); in tieOperands()
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp3478 const MachineOperand &DefMO = DefMI->getOperand(DefIdx); in getOperandLatency() local
3479 unsigned Reg = DefMO.getReg(); in getOperandLatency()
3533 if (DefMO.isImplicit() || UseMI->getOperand(UseIdx).isImplicit()) in getOperandLatency()