Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DStackMaps.h47 bool HasDef; variable
53 bool hasDef() const { return HasDef; } in hasDef()
57 return (HasDef ? 1 : 0) + Pos;
/external/llvm/lib/CodeGen/
DTargetInstrInfo.cpp125 bool HasDef = MCID.getNumDefs(); in commuteInstruction() local
126 if (HasDef && !MI->getOperand(0).isReg()) in commuteInstruction()
137 unsigned Reg0 = HasDef ? MI->getOperand(0).getReg() : 0; in commuteInstruction()
140 unsigned SubReg0 = HasDef ? MI->getOperand(0).getSubReg() : 0; in commuteInstruction()
147 if (HasDef && Reg0 == Reg1 && in commuteInstruction()
152 } else if (HasDef && Reg0 == Reg2 && in commuteInstruction()
165 if (HasDef) { in commuteInstruction()
DStackMaps.cpp39 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()
/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp252 const bool HasDef = !Tmp->getType()->isVoidTy(); in lowerCallFromStatepoint() local
253 if (HasDef) { in lowerCallFromStatepoint()
DFastISel.cpp713 bool HasDef = !I->getType()->isVoidTy(); in selectPatchpoint() local
741 if (IsAnyRegCC && HasDef) { in selectPatchpoint()
DSelectionDAGBuilder.cpp7007 bool HasDef = !CS->getType()->isVoidTy(); in visitPatchpoint() local
7027 if (HasDef && (CallEnd->getOpcode() == ISD::CopyFromReg)) in visitPatchpoint()
7092 if (IsAnyRegCC && HasDef) { in visitPatchpoint()
7111 if (HasDef) { in visitPatchpoint()
7122 if (IsAnyRegCC && HasDef) { in visitPatchpoint()
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp747 bool HasDef = false; in isPredicable() local
751 if (HasDef) in isPredicable()
753 HasDef = true; in isPredicable()
/external/llvm/lib/Target/X86/
DX86InstrInfo.cpp4873 bool HasDef = MI->getDesc().getNumDefs(); in foldMemoryOperandImpl() local
4874 unsigned Reg0 = HasDef ? MI->getOperand(0).getReg() : 0; in foldMemoryOperandImpl()
4884 if ((HasDef && Reg0 == Reg1 && Tied0) || in foldMemoryOperandImpl()
4885 (HasDef && Reg0 == Reg2 && Tied1)) in foldMemoryOperandImpl()