Home
last modified time | relevance | path

Searched refs:HasDef (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetInstrInfoImpl.cpp64 bool HasDef = MCID.getNumDefs(); in commuteInstruction() local
65 if (HasDef && !MI->getOperand(0).isReg()) in commuteInstruction()
78 unsigned Reg0 = HasDef ? MI->getOperand(0).getReg() : 0; in commuteInstruction()
81 unsigned SubReg0 = HasDef ? MI->getOperand(0).getSubReg() : 0; in commuteInstruction()
88 if (HasDef && Reg0 == Reg1 && in commuteInstruction()
93 } else if (HasDef && Reg0 == Reg2 && in commuteInstruction()
106 if (HasDef) { in commuteInstruction()
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp811 bool HasDef = false; in UpdateCPSRDef() local
821 HasDef = true; in UpdateCPSRDef()
824 return HasDef || LiveCPSR; in UpdateCPSRDef()