Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DStackMaps.h83 bool HasDef; variable
87 return (HasDef ? 1 : 0) + Pos;
98 bool hasDef() const { return HasDef; } in hasDef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetInstrInfo.cpp161 bool HasDef = MCID.getNumDefs(); in commuteInstructionImpl() local
162 if (HasDef && !MI.getOperand(0).isReg()) in commuteInstructionImpl()
174 Register Reg0 = HasDef ? MI.getOperand(0).getReg() : Register(); in commuteInstructionImpl()
177 unsigned SubReg0 = HasDef ? MI.getOperand(0).getSubReg() : 0; in commuteInstructionImpl()
196 if (HasDef && Reg0 == Reg1 && in commuteInstructionImpl()
201 } else if (HasDef && Reg0 == Reg2 && in commuteInstructionImpl()
217 if (HasDef) { in commuteInstructionImpl()
DStackMaps.cpp55 : MI(MI), HasDef(MI->getOperand(0).isReg() && MI->getOperand(0).isDef() && in PatchPointOpers()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2SizeReduction.cpp973 bool HasDef = false; in UpdateCPSRDef() local
982 HasDef = true; in UpdateCPSRDef()
985 return HasDef || LiveCPSR; in UpdateCPSRDef()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp728 bool HasDef = false; in isPredicable() local
732 if (HasDef) in isPredicable()
734 HasDef = true; in isPredicable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp337 bool HasDef = !SI.CLI.RetTy->isVoidTy(); in lowerCallFromStatepointLoweringInfo() local
338 if (HasDef) { in lowerCallFromStatepointLoweringInfo()
DFastISel.cpp912 bool HasDef = !I->getType()->isVoidTy(); in selectPatchpoint() local
940 if (IsAnyRegCC && HasDef) { in selectPatchpoint()
DSelectionDAGBuilder.cpp8812 bool HasDef = !CS->getType()->isVoidTy(); in visitPatchpoint() local
8846 if (HasDef && (CallEnd->getOpcode() == ISD::CopyFromReg)) in visitPatchpoint()
8909 if (IsAnyRegCC && HasDef) { in visitPatchpoint()
8928 if (HasDef) { in visitPatchpoint()
8939 if (IsAnyRegCC && HasDef) { in visitPatchpoint()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86InstrInfo.cpp4942 bool HasDef = MI.getDesc().getNumDefs(); in foldMemoryOperandImpl() local
4943 Register Reg0 = HasDef ? MI.getOperand(0).getReg() : Register(); in foldMemoryOperandImpl()
4953 if ((HasDef && Reg0 == Reg1 && Tied1) || in foldMemoryOperandImpl()
4954 (HasDef && Reg0 == Reg2 && Tied2)) in foldMemoryOperandImpl()