Searched refs:getLiveIns (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonBlockRanges.cpp | 243 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()
|
D | HexagonBlockRanges.h | 153 RegisterSet getLiveIns(const MachineBasicBlock &B);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonBlockRanges.cpp | 232 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()
|
D | HexagonBlockRanges.h | 161 RegisterSet getLiveIns(const MachineBasicBlock &B,
|
D | RDFGraph.h | 667 const RegisterAggr &getLiveIns() const { return LiveIns; } in getLiveIns() function
|
D | RDFLiveness.cpp | 806 LiveMap[&MF.front()].insert(DFG.getLiveIns()); in computeLiveIns()
|
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonBlockRanges.cpp | 232 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()
|
D | HexagonBlockRanges.h | 164 RegisterSet getLiveIns(const MachineBasicBlock &B,
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | RDFGraph.h | 667 const RegisterAggr &getLiveIns() const { return LiveIns; } in getLiveIns() function
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RDFLiveness.cpp | 863 LiveMap[&MF.front()].insert(DFG.getLiveIns()); in computeLiveIns()
|