HomeSort by: relevance | last modified time | path
    Searched defs:getMF (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOutliner.h 109 MachineFunction *getMF() const { return MBB->getParent(); }
MachineInstr.h 297 const MachineFunction *getMF() const;
298 MachineFunction *getMF() {
300 static_cast<const MachineInstr *>(this)->getMF());
RDFGraph.h 661 MachineFunction &getMF() const { return MF; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
MachineIRBuilder.h 270 MachineFunction &getMF() {
275 const MachineFunction &getMF() const {
281 return getMF().getFunction().getParent()->getDataLayout();
312 /// \pre MBB must be in getMF().
315 assert(MBB.getParent() == &getMF() &&
331 /// \pre \p MBB must be contained by getMF().
335 assert(&getMF() == MBB.getParent() &&
340 /// \pre MI must be in getMF().
349 /// \pre MI must be in getMF().
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineInstr.cpp 395 assert(&MF == MI.getMF() &&
446 assert(&MF == MIs[0]->getMF() &&
451 assert(&MF == MI.getMF() &&
520 assert(&MF == MI.getMF() &&
663 const MachineFunction *MachineInstr::getMF() const {
884 assert(getMF() && "Can't have an MF reference here!");
885 const MachineFunction &MF = *getMF();
1330 const MachineFunction *MF = getMF();
2338 const MachineFrameInfo &MFI = getMF()->getFrameInfo();
2349 return getSpillSlotSize(Accesses, getMF()->getFrameInfo())
    [all...]

Completed in 28 milliseconds