HomeSort by relevance Sort by last modified time
    Searched refs:HasDef (Results 1 - 24 of 24) sorted by null

  /external/llvm/include/llvm/CodeGen/
StackMaps.h 46 bool HasDef;
53 bool hasDef() const { return HasDef; }
57 return (HasDef ? 1 : 0) + Pos;
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetInstrInfoImpl.cpp 63 bool HasDef = MCID.getNumDefs();
64 if (HasDef && !MI->getOperand(0).isReg())
77 unsigned Reg0 = HasDef ? MI->getOperand(0).getReg() : 0;
84 if (HasDef && Reg0 == Reg1 &&
88 } else if (HasDef && Reg0 == Reg2 &&
96 bool Reg0IsDead = HasDef ? MI->getOperand(0).isDead() : false;
98 if (HasDef)
109 if (HasDef)
LiveIntervalAnalysis.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
StackMaps.h 84 bool HasDef;
88 return (HasDef ? 1 : 0) + Pos;
99 bool hasDef() const { return HasDef; }
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
Uops.cpp 106 bool HasDef = false;
110 HasDef = true;
114 return HasUse && HasDef;
  /external/llvm/lib/CodeGen/
TargetInstrInfo.cpp 130 bool HasDef = MCID.getNumDefs();
131 if (HasDef && !MI.getOperand(0).isReg())
143 unsigned Reg0 = HasDef ? MI.getOperand(0).getReg() : 0;
146 unsigned SubReg0 = HasDef ? MI.getOperand(0).getSubReg() : 0;
157 if (HasDef && Reg0 == Reg1 &&
162 } else if (HasDef && Reg0 == Reg2 &&
178 if (HasDef) {
    [all...]
StackMaps.cpp 39 : MI(MI), HasDef(MI->getOperand(0).isReg() && MI->getOperand(0).isDef() &&
295 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value.");
360 opers.isAnyReg() && opers.hasDef());
367 for (unsigned i = 0, e = (opers.hasDef() ? NArgs + 1 : NArgs); i != e; ++i)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetInstrInfo.cpp 152 bool HasDef = MCID.getNumDefs();
153 if (HasDef && !MI.getOperand(0).isReg())
165 unsigned Reg0 = HasDef ? MI.getOperand(0).getReg() : 0;
168 unsigned SubReg0 = HasDef ? MI.getOperand(0).getSubReg() : 0;
187 if (HasDef && Reg0 == Reg1 &&
192 } else if (HasDef && Reg0 == Reg2 &&
208 if (HasDef) {
    [all...]
StackMaps.cpp 56 : MI(MI), HasDef(MI->getOperand(0).isReg() && MI->getOperand(0).isDef() &&
311 assert(PatchPointOpers(&MI).hasDef() && "Stackmap has no return value.");
381 opers.isAnyReg() && opers.hasDef());
388 for (unsigned i = 0, e = (opers.hasDef() ? NArgs + 1 : NArgs); i != e; ++i)
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
LiveIntervalAnalysis.h 444 unsigned &NewVReg, unsigned ImpUse, bool &HasDef, bool &HasUse,
  /external/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb2SizeReduction.cpp 781 bool HasDef = false;
791 HasDef = true;
794 return HasDef || LiveCPSR;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
Thumb2SizeReduction.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 724 bool HasDef = false;
728 if (HasDef)
730 HasDef = true;
    [all...]
RDFLiveness.cpp 391 auto HasDef = [&PhiDefs] (NodeAddr<DefNode*> DA) -> bool {
403 if (std::any_of(RDs.begin(), RDs.end(), HasDef))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonExpandCondsets.cpp 728 bool HasDef = false;
732 if (HasDef)
734 HasDef = true;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 311 bool HasDef = !SI.CLI.RetTy->isVoidTy();
312 if (HasDef) {
    [all...]
FastISel.cpp 726 bool HasDef = !I->getType()->isVoidTy();
754 if (IsAnyRegCC && HasDef) {
    [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
StatepointLowering.cpp 338 bool HasDef = !SI.CLI.RetTy->isVoidTy();
339 if (HasDef) {
    [all...]
FastISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]

Completed in 784 milliseconds