Searched defs:InstrMap (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_interface.cpp | 185 const XRaySledMap &InstrMap) XRAY_NEVER_INSTRUMENT { in findFunctionSleds() 220 XRaySledMap InstrMap; in patchFunction() local 282 XRaySledMap InstrMap; in controlPatching() local 349 XRaySledMap InstrMap; in mprotectAndPatchFunction() local 506 XRaySledMap InstrMap; in __xray_function_address() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | DbgEntityHistoryCalculator.h | 135 using InstrMap = MapVector<InlinedEntity, const MachineInstr *>; variable
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | CodeGenMapTable.cpp | 91 class InstrMap { class 101 InstrMap(Record *MapRec) { in InstrMap() function in __anoncf6d0a160111::InstrMap
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/ |
H A D | xray-graph.h | 149 std::string InstrMap; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ModuloSchedule.cpp | 126 InstrMapTy InstrMap; in generatePipelinedLoop() local 200 InstrMapTy InstrMap; in generateProlog() local 275 InstrMapTy InstrMap; in generateEpilog() local 371 MachineBasicBlock *KernelBB, ValueMapTy *VRMap, InstrMapTy &InstrMap, in generateExistingPhis() 610 InstrMapTy &InstrMap, unsigned LastStageNum, unsigned CurStageNum, in generatePhis() 1118 InstrMapTy &InstrMap) { in rewritePhiValues() 1145 MachineBasicBlock *BB, InstrMapTy &InstrMap, unsigned CurStageNum, in rewriteScheduledInstr()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMLoadStoreOptimizer.cpp | 2780 SmallDenseMap<MachineInstr *, SmallVector<Register>, 8> InstrMap; in RescheduleLoadStoreInstrs() local
|