Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/xray/
H A Dxray_interface.cc191 XRaySledMap InstrMap; in patchFunction() local
194 InstrMap = XRayInstrMap; in patchFunction()
198 if (InstrMap.Functions == 0) in patchFunction()
203 if (FuncId <= 0 || static_cast<size_t>(FuncId) > InstrMap.Functions) { in patchFunction()
209 auto SledRange = InstrMap.SledsIndex[FuncId - 1]; in patchFunction()
249 XRaySledMap InstrMap; in controlPatching() local
252 InstrMap = XRayInstrMap; in controlPatching()
254 if (InstrMap.Entries == 0) in controlPatching()
268 auto MinSled = InstrMap.Sleds[0]; in controlPatching()
269 auto MaxSled = InstrMap.Sleds[InstrMap.Entries - 1]; in controlPatching()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h136 using InstrMap = MapVector<InlinedEntity, const MachineInstr *>; variable
139 InstrMap LabelInstr;
146 InstrMap::const_iterator begin() const { return LabelInstr.begin(); } in begin()
147 InstrMap::const_iterator end() const { return LabelInstr.end(); } in end()
H A DModuloSchedule.h197 ValueMapTy *VRMap, InstrMapTy &InstrMap,
202 ValueMapTy *VRMap, InstrMapTy &InstrMap,
225 ValueMapTy *VRMap, InstrMapTy &InstrMap);
226 void rewriteScheduledInstr(MachineBasicBlock *BB, InstrMapTy &InstrMap,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DModuloSchedule.cpp122 InstrMapTy InstrMap; in generatePipelinedLoop() local
139 InstrMap[NewMI] = CI; in generatePipelinedLoop()
150 InstrMap[NewMI] = &*I; in generatePipelinedLoop()
158 InstrMap, MaxStageCount, MaxStageCount, false); in generatePipelinedLoop()
159 generatePhis(KernelBB, PrologBBs.back(), KernelBB, KernelBB, VRMap, InstrMap, in generatePipelinedLoop()
195 InstrMapTy InstrMap; in generateProlog() local
223 InstrMap[NewMI] = &*BBI; in generateProlog()
227 rewritePhiValues(NewBB, i, VRMap, InstrMap); in generateProlog()
270 InstrMapTy InstrMap; in generateEpilog() local
300 InstrMap[NewMI] = In; in generateEpilog()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp90 class InstrMap { class
100 InstrMap(Record* MapRec) { in InstrMap() function in __anonc22f5c210111::InstrMap
176 InstrMap InstrMapDesc;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-xray/
H A Dxray-graph.h149 std::string InstrMap; variable
H A Dxray-graph.cpp459 llvm::xray::FuncIdConversionHelper FuncIdHelper(InstrMap, Symbolizer, in getGraphRenderer()
510 F.InstrMap = GraphInstrMap; in __anona86fd5d30302()