Home
last modified time | relevance | path

Searched refs:getLiveIns (Results 1 – 10 of 10) 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-10.0/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp232 HexagonBlockRanges::RegisterSet HexagonBlockRanges::getLiveIns( in getLiveIns() function in HexagonBlockRanges
297 for (auto R : getLiveIns(B, MRI, TRI)) in computeInitialLiveRanges()
399 for (auto R : getLiveIns(*SB, MRI, TRI)) in computeInitialLiveRanges()
DHexagonBlockRanges.h161 RegisterSet getLiveIns(const MachineBasicBlock &B,
DRDFGraph.h667 const RegisterAggr &getLiveIns() const { return LiveIns; } in getLiveIns() function
DRDFLiveness.cpp806 LiveMap[&MF.front()].insert(DFG.getLiveIns()); in computeLiveIns()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonBlockRanges.cpp232 HexagonBlockRanges::RegisterSet HexagonBlockRanges::getLiveIns( in getLiveIns() function in HexagonBlockRanges
297 for (auto R : getLiveIns(B, MRI, TRI)) in computeInitialLiveRanges()
399 for (auto R : getLiveIns(*SB, MRI, TRI)) in computeInitialLiveRanges()
DHexagonBlockRanges.h164 RegisterSet getLiveIns(const MachineBasicBlock &B,
/external/llvm-project/llvm/include/llvm/CodeGen/
DRDFGraph.h667 const RegisterAggr &getLiveIns() const { return LiveIns; } in getLiveIns() function
/external/llvm-project/llvm/lib/CodeGen/
DRDFLiveness.cpp863 LiveMap[&MF.front()].insert(DFG.getLiveIns()); in computeLiveIns()