Searched refs:vrm (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocBase.cpp | 58 void RegAllocBase::init(VirtRegMap &vrm, LiveIntervals &lis, in init() argument 60 TRI = &vrm.getTargetRegInfo(); in init() 61 MRI = &vrm.getRegInfo(); in init() 62 VRM = &vrm; in init() 66 RegClassInfo.runOnMachineFunction(vrm.getMachineFunction()); in init()
|
H A D | RegAllocBase.h | 90 void init(VirtRegMap &vrm, LiveIntervals &lis, LiveRegMatrix &mat);
|
H A D | SplitKit.h | 173 SplitAnalysis(const VirtRegMap &vrm, const LiveIntervals &lis,
|
H A D | SplitKit.cpp | 155 SplitAnalysis::SplitAnalysis(const VirtRegMap &vrm, const LiveIntervals &lis, in SplitAnalysis() argument 157 : MF(vrm.getMachineFunction()), VRM(vrm), LIS(lis), Loops(mli), in SplitAnalysis()
|
H A D | InlineSpiller.cpp | 133 VirtRegMap &vrm) in HoistSpillHelper() argument 137 VRM(vrm), MRI(mf.getRegInfo()), TII(*mf.getSubtarget().getInstrInfo()), in HoistSpillHelper()
|
/freebsd/sys/contrib/device-tree/src/arm/aspeed/ |
H A D | aspeed-bmc-opp-zaius.dts | 347 vrm@64 { 352 vrm@40 { 357 vrm@60 { 362 vrm@43 { 367 vrm@41 { 406 vrm@64 { 411 vrm@40 { 416 vrm@41 { 421 vrm@42 { 426 vrm [all...] |
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | LiveRangeEdit.h | 129 MachineFunction &MF, LiveIntervals &lis, VirtRegMap *vrm, 133 VRM(vrm), TII(*MF.getSubtarget().getInstrInfo()), TheDelegate(delegate), in Parent()
|
/freebsd/sys/contrib/device-tree/src/arm/nuvoton/ |
H A D | nuvoton-npcm730-gbs.dts | 827 vrm@60 { 837 vrm@61 { 847 vrm@63 { 857 vrm@45 { 945 vrm@5d { 949 vrm@5e {
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VEInstrVec.td | 642 defm vrm : RVmm<opcStr, ", $vz, $sy, $sz", opc, RC, RCM,
|