Searched refs:MockInstrDescs (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/CodeGen/ |
| H A D | RegAllocScoreTest.cpp | 65 const std::array<MCInstrDesc, MockInstrId::TotalMockInstrs> MockInstrDescs{{ variable 73 return MF.CreateMachineInstr(MockInstrDescs[MockInstrId::Copy], DebugLoc()); in createMockCopy() 77 return MF.CreateMachineInstr(MockInstrDescs[MockInstrId::Load], DebugLoc()); in createMockLoad() 81 return MF.CreateMachineInstr(MockInstrDescs[MockInstrId::Store], DebugLoc()); in createMockStore() 85 return MF.CreateMachineInstr(MockInstrDescs[MockInstrId::LoadStore], in createMockLoadStore() 90 return MF.CreateMachineInstr(MockInstrDescs[MockInstrId::CheapRemat], in createMockCheapRemat() 95 return MF.CreateMachineInstr(MockInstrDescs[MockInstrId::ExpensiveRemat], in createMockExpensiveRemat() 100 return MF.CreateMachineInstr(MockInstrDescs[MockInstrId::Dbg], DebugLoc()); in createMockDebug() 104 return MF.CreateMachineInstr(MockInstrDescs[MockInstrId::Kill], DebugLoc()); in createMockKill() 108 return MF.CreateMachineInstr(MockInstrDescs[MockInstrId::InlAsm], DebugLoc()); in createMockInlineAsm()
|