Home
last modified time | relevance | path

Searched refs:SUImpDefs (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2867 const MCPhysReg *SUImpDefs = in canClobberPhysRegDefs() local
2870 if (!SUImpDefs && !SURegMask) in canClobberPhysRegDefs()
2881 if (!SUImpDefs) in canClobberPhysRegDefs()
2883 for (;*SUImpDefs; ++SUImpDefs) { in canClobberPhysRegDefs()
2884 unsigned SUReg = *SUImpDefs; in canClobberPhysRegDefs()
/external/llvm/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2740 const MCPhysReg *SUImpDefs = in canClobberPhysRegDefs() local
2743 if (!SUImpDefs && !SURegMask) in canClobberPhysRegDefs()
2754 if (!SUImpDefs) in canClobberPhysRegDefs()
2756 for (;*SUImpDefs; ++SUImpDefs) { in canClobberPhysRegDefs()
2757 unsigned SUReg = *SUImpDefs; in canClobberPhysRegDefs()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DScheduleDAGRRList.cpp2670 const unsigned *SUImpDefs = in canClobberPhysRegDefs() local
2672 if (!SUImpDefs) in canClobberPhysRegDefs()
2681 for (;*SUImpDefs; ++SUImpDefs) { in canClobberPhysRegDefs()
2682 unsigned SUReg = *SUImpDefs; in canClobberPhysRegDefs()