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

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
LiveRangeEdit.cpp 181 if (TheDelegate && TheDelegate->LRE_CanEraseVirtReg(Reg))
333 if (TheDelegate && LI.getVNInfoAt(Idx) != nullptr)
334 TheDelegate->LRE_WillShrinkVirtReg(LI.reg());
374 if (TheDelegate)
375 TheDelegate->LRE_WillEraseInstruction(MI);
412 if (TheDelegate)
413 TheDelegate->LRE_WillShrinkVirtReg(VReg);
445 if (TheDelegate)
446 TheDelegate->LRE_DidCloneVirtReg(SplitLI->reg(), VReg)
    [all...]
MachineRegisterInfo.cpp 167 if (TheDelegate)
168 TheDelegate->MRI_NoteNewVirtualRegister(Reg);
177 if (TheDelegate)
178 TheDelegate->MRI_NoteNewVirtualRegister(Reg);
194 if (TheDelegate)
195 TheDelegate->MRI_NoteNewVirtualRegister(Reg);
MachineFunction.cpp 146 if (TheDelegate)
147 TheDelegate->MF_HandleInsertion(MI);
151 if (TheDelegate)
152 TheDelegate->MF_HandleRemoval(MI);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
LiveRangeEdit.h 77 Delegate *const TheDelegate;
144 VRM(vrm), TII(*MF.getSubtarget().getInstrInfo()), TheDelegate(delegate),
MachineFunction.h 422 Delegate *TheDelegate = nullptr;
490 assert(TheDelegate == delegate &&
492 TheDelegate = nullptr;
498 assert(delegate && !TheDelegate &&
502 TheDelegate = delegate;
MachineRegisterInfo.h 65 Delegate *TheDelegate = nullptr;
161 assert(TheDelegate == delegate &&
163 TheDelegate = nullptr;
167 assert(delegate && !TheDelegate &&
171 TheDelegate = delegate;

Completed in 23 milliseconds