Home
last modified time | relevance | path

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

/external/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.cpp1110 MachineOperand &DefMO = getOperand(DefIdx); in tieOperands() local
1112 assert(DefMO.isDef() && "DefIdx must be a def operand"); in tieOperands()
1114 assert(!DefMO.isTied() && "Def is already tied to another use"); in tieOperands()
1128 DefMO.TiedTo = std::min(UseIdx + 1, TiedMax); in tieOperands()
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp3284 const MachineOperand &DefMO = DefMI->getOperand(DefIdx); in getOperandLatency() local
3285 unsigned Reg = DefMO.getReg(); in getOperandLatency()
3339 if (DefMO.isImplicit() || UseMI->getOperand(UseIdx).isImplicit()) in getOperandLatency()