Searched refs:InstrMap (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_interface.cpp | 217 XRaySledMap InstrMap; in patchFunction() local 220 InstrMap = XRayInstrMap; in patchFunction() 235 auto SledRange = InstrMap.SledsIndex ? InstrMap.SledsIndex[FuncId - 1] in patchFunction() 275 XRaySledMap InstrMap; in controlPatching() local 278 InstrMap = XRayInstrMap; in controlPatching() 280 if (InstrMap.Entries == 0) in controlPatching() 295 auto *MaxSled = &InstrMap.Sleds[InstrMap.Entries - 1]; in controlPatching() 342 XRaySledMap InstrMap; in mprotectAndPatchFunction() local 345 InstrMap = XRayInstrMap; in mprotectAndPatchFunction() 365 auto SledRange = InstrMap.SledsIndex ? InstrMap.SledsIndex[FuncId - 1] in mprotectAndPatchFunction() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | DbgEntityHistoryCalculator.h | 136 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 D | ModuloSchedule.h | 197 ValueMapTy *VRMap, InstrMapTy &InstrMap, 202 ValueMapTy *VRMap, InstrMapTy &InstrMap, 225 ValueMapTy *VRMap, InstrMapTy &InstrMap); 226 void rewriteScheduledInstr(MachineBasicBlock *BB, InstrMapTy &InstrMap,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | ModuloSchedule.cpp | 122 InstrMapTy InstrMap; in generatePipelinedLoop() local 139 InstrMap[NewMI] = CI; in generatePipelinedLoop() 150 InstrMap[NewMI] = &*I; 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() 556 InstrMap[NewPhi] = &*BBI; in generateExistingPhis() 672 InstrMap[NewPhi] = &*BBI; in generatePhis() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | CodeGenMapTable.cpp | 90 class InstrMap { class 100 InstrMap(Record* MapRec) { in InstrMap() function in __anonb54c44ca0111::InstrMap 176 InstrMap InstrMapDesc;
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/ |
| H A D | xray-graph.h | 149 std::string InstrMap; variable
|
| H A D | xray-graph.cpp | 459 llvm::xray::FuncIdConversionHelper FuncIdHelper(InstrMap, Symbolizer, in getGraphRenderer() 510 F.InstrMap = GraphInstrMap; in __anon7c88d1fc0302()
|