Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DStackMaps.h46 bool HasDef; variable
52 bool hasDef() const { return HasDef; } in hasDef()
56 return (HasDef ? 1 : 0) + Pos;
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A 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()
H A DStackMaps.cpp41 HasDef(MI->getOperand(0).isReg() && MI->getOperand(0).isDef() && in PatchPointOpers()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DStatepointLowering.cpp254 const bool HasDef = !Tmp->getType()->isVoidTy(); in lowerCallFromStatepoint() local
255 if (HasDef) { in lowerCallFromStatepoint()
H A DFastISel.cpp712 bool HasDef = !I->getType()->isVoidTy(); in selectPatchpoint() local
740 if (IsAnyRegCC && HasDef) { in selectPatchpoint()
H A DSelectionDAGBuilder.cpp7163 bool HasDef = !CS->getType()->isVoidTy(); in visitPatchpoint() local
7183 if (HasDef && (CallEnd->getOpcode() == ISD::CopyFromReg)) in visitPatchpoint()
7249 if (IsAnyRegCC && HasDef) { in visitPatchpoint()
7268 if (HasDef) { in visitPatchpoint()
7279 if (IsAnyRegCC && HasDef) { in visitPatchpoint()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DThumb2SizeReduction.cpp857 bool HasDef = false; in UpdateCPSRDef() local
866 HasDef = true; in UpdateCPSRDef()
869 return HasDef || LiveCPSR; in UpdateCPSRDef()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4388 bool HasDef = MI->getDesc().getNumDefs(); in foldMemoryOperandImpl() local
4389 unsigned Reg0 = HasDef ? MI->getOperand(0).getReg() : 0; in foldMemoryOperandImpl()
4399 if ((HasDef && Reg0 == Reg1 && Tied0) || in foldMemoryOperandImpl()
4400 (HasDef && Reg0 == Reg2 && Tied1)) in foldMemoryOperandImpl()