Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DInstrRefLDVTest.cpp1817 MOutLocs[1][0] = LiveInRsp; in TEST_F()
1818 MOutLocs[2][0] = LiveInRax; in TEST_F()
1883 MOutLocs[2][0] = LiveInRsp; in TEST_F()
1945 MOutLocs[0][0] = LiveInRsp; in TEST_F()
1946 MOutLocs[1][0] = LiveInRax; in TEST_F()
1961 MOutLocs[1][0] = LiveInRsp; in TEST_F()
1969 MOutLocs[0][0] = LiveInRsp; in TEST_F()
1970 MOutLocs[0][1] = LiveInRsp; in TEST_F()
2591 MOutLocs[I][0] = MOutLocs[I][1] = LiveInRsp; in TEST_F()
2803 MOutLocs[I][0] = MOutLocs[I][1] = LiveInRsp; in TEST_F()
[all …]
/llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp2304 MOutLocs[CurBB][Location.Idx.asU64()] = Location.Value; in buildMLocValueMap()
2358 const LiveIdxT &LiveOuts, FuncValueTable &MOutLocs, in pickVPHILoc() argument
2395 if (MOutLocs[ThisBBNum][I] == ValToLookFor) in pickVPHILoc()
2413 if (MOutLocs[ThisBBNum][I] == MPHI) in pickVPHILoc()
2626 FuncValueTable &MOutLocs, FuncValueTable &MInLocs, in buildVLocValueMap() argument
3045 process(MI, MOutLocs.get(), MInLocs.get()); in depthFirstVLocAndEmit()
3052 MOutLocs[BBNum].reset(); in depthFirstVLocAndEmit()
3117 if (MOutLocs[MBB->getNumber()]) in depthFirstVLocAndEmit()
3221 MOutLocs[i] = std::make_unique<ValueIDNum[]>(NumLocs); in ExtendRanges()
3229 buildMLocValueMap(MF, MInLocs, MOutLocs, MLocTransfer); in ExtendRanges()
[all …]
H A DInstrRefBasedImpl.h1002 FuncValueTable &MOutLocs,
1074 LiveInsT &Output, FuncValueTable &MOutLocs,
1094 const LiveIdxT &LiveOuts, FuncValueTable &MOutLocs,
1124 LiveInsT &Output, FuncValueTable &MOutLocs, FuncValueTable &MInLocs,