HomeSort by: relevance | last modified time | path
    Searched refs:vrm (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
RegAllocBase.cpp 57 void RegAllocBase::init(VirtRegMap &vrm, LiveIntervals &lis,
59 TRI = &vrm.getTargetRegInfo();
60 MRI = &vrm.getRegInfo();
61 VRM = &vrm;
64 MRI->freezeReservedRegs(vrm.getMachineFunction());
65 RegClassInfo.runOnMachineFunction(vrm.getMachineFunction());
89 assert(!VRM->hasPhys(VirtReg->reg()) && "Register already assigned");
142 VRM->assignVirt2Phys(VirtReg->reg(), AllocOrder.front());
153 assert(!VRM->hasPhys(SplitVirtReg->reg()) && "Register already assigned")
    [all...]
RegAllocBase.h 66 VirtRegMap *VRM = nullptr;
81 void init(VirtRegMap &vrm, LiveIntervals &lis, LiveRegMatrix &mat);
SplitKit.h 100 const VirtRegMap &VRM;
173 SplitAnalysis(const VirtRegMap &vrm, const LiveIntervals &lis,
270 VirtRegMap &VRM;
463 VirtRegMap &VRM, MachineDominatorTree &MDT,
SplitKit.cpp 153 SplitAnalysis::SplitAnalysis(const VirtRegMap &vrm, const LiveIntervals &lis,
155 : MF(vrm.getMachineFunction()), VRM(vrm), LIS(lis), Loops(mli),
343 unsigned OrigReg = VRM.getOriginal(CurLI->reg());
368 LiveIntervals &LIS, VirtRegMap &VRM,
371 : SA(SA), AA(AA), LIS(LIS), VRM(VRM),
372 MRI(VRM.getMachineFunction().getRegInfo()), MDT(MDT),
373 TII(*VRM.getMachineFunction().getSubtarget().getInstrInfo())
    [all...]
InlineSpiller.cpp 93 VirtRegMap &VRM;
141 VirtRegMap &vrm)
146 Loops(pass.getAnalysis<MachineLoopInfo>()), VRM(vrm),
166 VirtRegMap &VRM;
200 InlineSpiller(MachineFunctionPass &Pass, MachineFunction &MF, VirtRegMap &VRM,
206 Loops(Pass.getAnalysis<MachineLoopInfo>()), VRM(VRM),
210 HSpiller(Pass, MF, VRM), VRAI(VRAI) {}
247 MachineFunction &MF, VirtRegMap &VRM,
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 75 VirtRegMap *VRM;
134 /// @param vrm Map of virtual registers to physical registers for this
140 MachineFunction &MF, LiveIntervals &lis, VirtRegMap *vrm,
144 VRM(vrm), TII(*MF.getSubtarget().getInstrInfo()), TheDelegate(delegate),
  /src/sys/dev/usb/
umcpmio.c 878 int vrm; local
896 vrm = sram_res.dac_reference_voltage &
898 switch (vrm) {
952 int vrm; local
966 vrm = sram_res.irq_adc_reference_voltage &
968 switch (vrm) {

Completed in 60 milliseconds