Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h192 return subRegLivenessEnabled() && RC.HasDisjunctSubRegs; in shouldTrackSubRegLiveness()
198 bool subRegLivenessEnabled() const { in subRegLivenessEnabled() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h216 return subRegLivenessEnabled() && RC.HasDisjunctSubRegs; in shouldTrackSubRegLiveness()
222 bool subRegLivenessEnabled() const { in subRegLivenessEnabled() function
/external/llvm/lib/CodeGen/
DVirtRegMap.cpp375 bool NoSubRegLiveness = !MRI->subRegLivenessEnabled(); in rewrite()
DLiveIntervalAnalysis.cpp674 if (MRI->subRegLivenessEnabled()) { in addKillFlags()
712 if (MRI->subRegLivenessEnabled()) { in addKillFlags()
DMIRPrinter.cpp208 MF.TracksSubRegLiveness = RegInfo.subRegLivenessEnabled(); in convert()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRenameIndependentSubregs.cpp380 if (!MRI->subRegLivenessEnabled()) in runOnMachineFunction()
DVirtRegMap.cpp496 bool NoSubRegLiveness = !MRI->subRegLivenessEnabled(); in rewrite()
DDetectDeadLanes.cpp578 if (!MRI->subRegLivenessEnabled()) { in runOnMachineFunction()
DLiveIntervals.cpp710 if (MRI->subRegLivenessEnabled()) { in addKillFlags()
748 if (MRI->subRegLivenessEnabled()) { in addKillFlags()