Home
last modified time | relevance | path

Searched refs:getLiveIns (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp243 HexagonBlockRanges::RegisterSet HexagonBlockRanges::getLiveIns( in getLiveIns() function in HexagonBlockRanges
290 for (auto R : getLiveIns(B)) in computeInitialLiveRanges()
343 for (auto R : getLiveIns(*SB)) in computeInitialLiveRanges()
DHexagonBlockRanges.h153 RegisterSet getLiveIns(const MachineBasicBlock &B);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp233 HexagonBlockRanges::RegisterSet HexagonBlockRanges::getLiveIns( in getLiveIns() function in HexagonBlockRanges
298 for (auto R : getLiveIns(B, MRI, TRI)) in computeInitialLiveRanges()
400 for (auto R : getLiveIns(*SB, MRI, TRI)) in computeInitialLiveRanges()
DHexagonBlockRanges.h162 RegisterSet getLiveIns(const MachineBasicBlock &B,
DRDFGraph.h668 const RegisterAggr &getLiveIns() const { return LiveIns; } in getLiveIns() function
DRDFLiveness.cpp808 LiveMap[&MF.front()].insert(DFG.getLiveIns()); in computeLiveIns()