Home
last modified time | relevance | path

Searched refs:InstrMap (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_interface.cpp185 const XRaySledMap &InstrMap) XRAY_NEVER_INSTRUMENT { in findFunctionSleds() argument
190 for (std::size_t I = 0; I < InstrMap.Entries && CurFn <= FuncId; I++) { in findFunctionSleds()
191 const auto &Sled = InstrMap.Sleds[I]; in findFunctionSleds()
220 XRaySledMap InstrMap; in patchFunction() local
223 InstrMap = XRayInstrMap; in patchFunction()
227 if (InstrMap.Functions == 0) in patchFunction()
232 if (FuncId <= 0 || static_cast<size_t>(FuncId) > InstrMap.Functions) { in patchFunction()
239 if (InstrMap.SledsIndex) { in patchFunction()
240 SledRange = {InstrMap.SledsIndex[FuncId - 1].fromPCRelative(), in patchFunction()
241 InstrMap.SledsIndex[FuncId - 1].Size}; in patchFunction()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h135 using InstrMap = MapVector<InlinedEntity, const MachineInstr *>; variable
138 InstrMap LabelInstr;
145 InstrMap::const_iterator begin() const { return LabelInstr.begin(); } in begin()
146 InstrMap::const_iterator end() const { return LabelInstr.end(); } in end()
H A DModuloSchedule.h200 ValueMapTy *VRMap, InstrMapTy &InstrMap,
206 InstrMapTy &InstrMap, unsigned LastStageNum,
229 ValueMapTy *VRMap, InstrMapTy &InstrMap);
230 void rewriteScheduledInstr(MachineBasicBlock *BB, InstrMapTy &InstrMap,
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DModuloSchedule.cpp126 InstrMapTy InstrMap; in generatePipelinedLoop() local
144 InstrMap[NewMI] = CI; in generatePipelinedLoop()
153 InstrMap[NewMI] = &MI; in generatePipelinedLoop()
161 InstrMap, MaxStageCount, MaxStageCount, false); in generatePipelinedLoop()
163 InstrMap, MaxStageCount, MaxStageCount, false); in generatePipelinedLoop()
200 InstrMapTy InstrMap; in generateProlog() local
229 InstrMap[NewMI] = &*BBI; in generateProlog()
233 rewritePhiValues(NewBB, i, VRMap, InstrMap); in generateProlog()
275 InstrMapTy InstrMap; in generateEpilog() local
306 InstrMap[NewMI] = In; in generateEpilog()
[all …]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp91 class InstrMap { class
101 InstrMap(Record *MapRec) { in InstrMap() function in __anoncf6d0a160111::InstrMap
176 InstrMap InstrMapDesc;
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.h149 std::string InstrMap; variable
H A Dxray-graph.cpp462 llvm::xray::FuncIdConversionHelper FuncIdHelper(InstrMap, Symbolizer, in getGraphRenderer()
513 F.InstrMap = GraphInstrMap; in __anon4662d1480302()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2780 SmallDenseMap<MachineInstr *, SmallVector<Register>, 8> InstrMap; in RescheduleLoadStoreInstrs() local
2790 InstrMap[&MI].push_back(Reg); in RescheduleLoadStoreInstrs()
2814 auto RegIt = InstrMap.find(Instr); in RescheduleLoadStoreInstrs()
2815 if (RegIt != InstrMap.end()) { in RescheduleLoadStoreInstrs()