Searched refs:MInLocs (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | InstrRefLDVTest.cpp | 937 initValueArray(MInLocs, 1, 2); in TEST_F() 947 initValueArray(MInLocs, 1, 2); in TEST_F() 960 initValueArray(MInLocs, 1, 2); in TEST_F() 1005 initValueArray(MInLocs, 4, 2); in TEST_F() 1021 initValueArray(MInLocs, 4, 2); in TEST_F() 2590 MInLocs[I][0] = MInLocs[I][1] = LiveInRsp; in TEST_F() 2802 MInLocs[I][0] = MInLocs[I][1] = LiveInRsp; in TEST_F() 2908 MInLocs[1][0] = LiveInRsp; in TEST_F() 2966 MInLocs[1][1] = LiveInRax; in TEST_F() 2985 MInLocs[1][0] = LiveInRsp; in TEST_F() [all …]
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/LiveDebugValues/ |
| H A D | InstrRefBasedImpl.cpp | 2245 placeMLocPHIs(MF, AllBlocks, MInLocs, MLocTransfer); in buildMLocValueMap() 2276 MTracker->loadFromArray(MInLocs[CurBB], CurBB); in buildMLocValueMap() 2626 FuncValueTable &MOutLocs, FuncValueTable &MInLocs, in buildVLocValueMap() argument 3039 MTracker->loadFromArray(MInLocs[BBNum], BBNum); in depthFirstVLocAndEmit() 3045 process(MI, MOutLocs.get(), MInLocs.get()); in depthFirstVLocAndEmit() 3051 MInLocs[BBNum].reset(); in depthFirstVLocAndEmit() 3081 MInLocs, AllTheVLocs); in depthFirstVLocAndEmit() 3222 MInLocs[i] = std::make_unique<ValueIDNum[]>(NumLocs); in ExtendRanges() 3244 Num = MInLocs[BlockNo][LocNo.asU64()]; in ExtendRanges() 3256 MTracker->loadFromArray(MInLocs[CurBB], CurBB); in ExtendRanges() [all …]
|
| H A D | InstrRefBasedImpl.h | 1001 void buildMLocValueMap(MachineFunction &MF, FuncValueTable &MInLocs, 1013 FuncValueTable &MInLocs, 1075 FuncValueTable &MInLocs, 1124 LiveInsT &Output, FuncValueTable &MOutLocs, FuncValueTable &MInLocs,
|