Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DStackMaps.h46 bool HasDef; variable
52 bool hasDef() const { return HasDef; } in hasDef()
56 return (HasDef ? 1 : 0) + Pos;
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp124 bool HasDef = MCID.getNumDefs(); in commuteInstruction() local
125 if (HasDef && !MI->getOperand(0).isReg()) in commuteInstruction()
136 unsigned Reg0 = HasDef ? MI->getOperand(0).getReg() : 0; in commuteInstruction()
139 unsigned SubReg0 = HasDef ? MI->getOperand(0).getSubReg() : 0; in commuteInstruction()
146 if (HasDef && Reg0 == Reg1 && in commuteInstruction()
151 } else if (HasDef && Reg0 == Reg2 && in commuteInstruction()
164 if (HasDef) { in commuteInstruction()
DStackMaps.cpp40 HasDef(MI->getOperand(0).isReg() && MI->getOperand(0).isDef() && in PatchPointOpers()
/external/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp858 bool HasDef = false; in UpdateCPSRDef() local
867 HasDef = true; in UpdateCPSRDef()
870 return HasDef || LiveCPSR; in UpdateCPSRDef()