Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/xray/
H A Dxray_interface.cc191 XRaySledMap InstrMap; in patchFunction() local
194 InstrMap = XRayInstrMap; in patchFunction()
198 if (InstrMap.Functions == 0) 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()
297 auto &Sled = InstrMap.Sleds[I]; in controlPatching()
315 XRaySledMap InstrMap; in mprotectAndPatchFunction() local
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DDbgEntityHistoryCalculator.h66 using InstrMap = MapVector<InlinedEntity, const MachineInstr *>; variable
69 InstrMap LabelInstr;
76 InstrMap::const_iterator begin() const { return LabelInstr.begin(); } in begin()
77 InstrMap::const_iterator end() const { return LabelInstr.end(); } in end()
H A DMachinePipeliner.h308 InstrMapTy &InstrMap, unsigned LastStageNum,
313 InstrMapTy &InstrMap, unsigned LastStageNum,
339 InstrMapTy &InstrMap);
341 InstrMapTy &InstrMap, unsigned CurStageNum,
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachinePipeliner.cpp1847 InstrMapTy InstrMap; in generatePipelinedLoop() local
1868 InstrMap[NewMI] = CI->getInstr(); in generatePipelinedLoop()
1880 InstrMap[NewMI] = &*I; in generatePipelinedLoop()
1926 InstrMapTy InstrMap; in generateProlog() local
1955 InstrMap[NewMI] = &*BBI; in generateProlog()
1959 rewritePhiValues(NewBB, i, Schedule, VRMap, InstrMap); in generateProlog()
2002 InstrMapTy InstrMap; in generateEpilog() local
2032 InstrMap[NewMI] = In; in generateEpilog()
2297 InstrMap[NewPhi] = &*BBI; in generateExistingPhis()
2414 InstrMap[NewPhi] = &*BBI; in generatePhis()
[all …]
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DCodeGenMapTable.cpp91 class InstrMap { class
101 InstrMap(Record* MapRec) { in InstrMap() function in __anon6384867b0111::InstrMap
187 InstrMap InstrMapDesc;
/freebsd-12.1/contrib/llvm/tools/llvm-xray/
H A Dxray-graph.h151 std::string InstrMap; variable
H A Dxray-graph.cpp445 llvm::xray::FuncIdConversionHelper FuncIdHelper(InstrMap, Symbolizer, in getGraphRenderer()
496 F.InstrMap = GraphInstrMap; in __anon8b29e32d0302()