HomeSort by: relevance | last modified time | path
    Searched refs:getMF (Results 1 - 25 of 87) sorted by relevancy

1 2 3 4

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86CallLowering.cpp 88 DL(MIRBuilder.getMF().getDataLayout()),
89 STI(MIRBuilder.getMF().getSubtarget<X86Subtarget>()) {}
103 MPO = MachinePointerInfo::getStack(MIRBuilder.getMF(), Offset);
116 MachineFunction &MF = MIRBuilder.getMF();
141 MachineFunction &MF = MIRBuilder.getMF();
170 DL(MIRBuilder.getMF().getDataLayout()) {}
175 auto &MFI = MIRBuilder.getMF().getFrameInfo();
182 MPO = MachinePointerInfo::getFixedStack(MIRBuilder.getMF(), FI);
191 MachineFunction &MF = MIRBuilder.getMF();
249 MachineFunction &MF = MIRBuilder.getMF();
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMCallLowering.cpp 107 MPO = MachinePointerInfo::getStack(MIRBuilder.getMF(), Offset);
130 auto MMO = MIRBuilder.getMF().getMachineMemOperand(
161 bool IsLittle = MIRBuilder.getMF().getSubtarget<ARMSubtarget>().isLittle();
185 auto &MF = MIRBuilder.getMF();
214 auto const &ST = MIRBuilder.getMF().getSubtarget<ARMSubtarget>();
240 auto &MFI = MIRBuilder.getMF().getFrameInfo();
247 MPO = MachinePointerInfo::getFixedStack(MIRBuilder.getMF(), FI);
275 MachineFunction &MF = MIRBuilder.getMF();
334 bool IsLittle = MIRBuilder.getMF().getSubtarget<ARMSubtarget>().isLittle();
378 auto &MF = MIRBuilder.getMF();
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
RDFCopy.h 29 L(dfg.getMF().getRegInfo(), dfg) {}
RDFCopy.cpp 102 scanBlock(&DFG.getMF().front());
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsCallLowering.cpp 51 if (!MIRBuilder.getMF().getDataLayout().isLittleEndian())
59 const Function &F = MIRBuilder.getMF().getFunction();
62 MIRBuilder.getMF().getSubtarget().getTargetLowering());
143 static_cast<const MipsSubtarget &>(MIRBuilder.getMF().getSubtarget());
173 MachineFunction &MF = MIRBuilder.getMF();
181 MachinePointerInfo::getFixedStack(MIRBuilder.getMF(), FI);
245 static_cast<const MipsSubtarget &>(MIRBuilder.getMF().getSubtarget());
261 MachineFunction &MF = MIRBuilder.getMF();
274 MachinePointerInfo::getStack(MIRBuilder.getMF(), Offset);
387 MachineFunction &MF = MIRBuilder.getMF();
    [all...]
MipsPreLegalizerCombiner.cpp 52 static_cast<const MipsSubtarget &>(MI.getMF()->getSubtarget());
MipsLegalizerInfo.cpp 362 MachineFunction &MF = MIRBuilder.getMF();
503 static_cast<const MipsSubtarget &>(MI.getMF()->getSubtarget());
518 *MI.getMF()->getMachineMemOperand(
521 *MI.getMF()->getMachineMemOperand(
MipsRegisterBankInfo.cpp 158 static_cast<const MipsSubtarget &>(MI->getMF()->getSubtarget());
235 const MachineRegisterInfo &MRI = MI->getMF()->getRegInfo();
368 const MachineFunction &MF = *CopyInst->getMF();
372 *CopyInst->getMF()->getSubtarget().getRegBankInfo();
431 TI.cleanupIfNewFunction(MI.getMF()->getName());
731 MachineFunction *MF = MI.getMF();
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
AArch64CallLowering.cpp 137 auto &MFI = MIRBuilder.getMF().getFrameInfo();
144 MPO = MachinePointerInfo::getFixedStack(MIRBuilder.getMF(), FI);
162 MachineFunction &MF = MIRBuilder.getMF();
233 Subtarget(MIRBuilder.getMF().getSubtarget<AArch64Subtarget>()) {}
238 MachineFunction &MF = MIRBuilder.getMF();
281 MachineFunction &MF = MIRBuilder.getMF();
350 MachineFunction &MF = MIRBuilder.getMF();
471 MachineFunction &MF = MIRBuilder.getMF();
527 MachineFunction &MF = MIRBuilder.getMF();
575 auto &MFI = MIRBuilder.getMF().getFrameInfo()
    [all...]
AArch64GlobalISelUtils.cpp 68 auto &TLI = *MIRBuilder.getMF().getSubtarget().getTargetLowering();
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineOutliner.h 109 MachineFunction *getMF() const { return MBB->getParent(); }
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64CleanupLocalDynamicTLSPass.cpp 110 I.getMF()->eraseCallSiteInfo(&I);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUCallLowering.cpp 92 auto &MFI = MIRBuilder.getMF().getFrameInfo();
98 MPO = MachinePointerInfo::getFixedStack(MIRBuilder.getMF(), FI);
127 MachineFunction &MF = MIRBuilder.getMF();
186 MachineFunction &MF = MIRBuilder.getMF();
219 MachineFunction &MF = MIRBuilder.getMF();
289 auto &MF = B.getMF();
351 MachineFunction &MF = B.getMF();
358 CallingConv::ID CC = B.getMF().getFunction().getCallingConv();
401 MachineFunction &MF = B.getMF();
416 MachineFunction &MF = B.getMF();
    [all...]
AMDGPULegalizerInfo.cpp 1735 MachineFunction &MF = B.getMF();
1793 MachineFunction &MF = B.getMF();
2087 MachineFunction &MF = Helper.MIRBuilder.getMF();
2185 LegalizerHelper Helper(B.getMF(), DummyObserver, HelperBuilder);
2285 MachineFunction &MF = B.getMF();
2426 MachineFunction &MF = B.getMF();
2477 MachineFunction &MF = B.getMF();
2631 const SIMachineFunctionInfo *MFI = B.getMF().getInfo<SIMachineFunctionInfo>();
2728 Register LiveIn = getFunctionLiveInPhysReg(B.getMF(), B.getTII(), SrcReg, *ArgRC,
2754 const SIMachineFunctionInfo *MFI = B.getMF().getInfo<SIMachineFunctionInfo>()
    [all...]
AMDGPURegBankCombiner.cpp 43 : B(B), MF(B.getMF()), MRI(*B.getMRI()),
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineOutliner.cpp 414 if (MachineFunction *MF = C.getMF())
462 MachineOptimizationRemarkEmitter MORE(*(C.getMF()), nullptr);
574 CandidatesForRepeatedSeq[0].getMF()->getSubtarget().getInstrInfo();
625 const Function &ParentFn = FirstCand.getMF()->getFunction();
631 return C.getMF()->getFunction().hasFnAttribute(Attribute::NoUnwind);
648 MachineFunction *OriginalMF = FirstCand.front()->getMF();
820 MI->getMF()->eraseCallSiteInfo(MI);
MachineLoopInfo.cpp 175 !(TRI->isCallerPreservedPhysReg(Reg.asMCReg(), *I.getMF())))
MachineStableHash.cpp 66 const MachineRegisterInfo &MRI = MO.getParent()->getMF()->getRegInfo();
TargetInstrInfo.cpp 221 MachineFunction &MF = *MI.getMF();
462 const MachineRegisterInfo &MRI = MI.getMF()->getRegInfo();
813 MachineFunction *MF = Root.getMF();
896 MachineRegisterInfo &MRI = Root.getMF()->getRegInfo();
920 const MachineFunction &MF = *MI.getMF();
999 const MachineFunction *MF = MI.getMF();
1177 const MachineFunction *MF = MI.getMF();
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...]
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
MachineIRBuilder.cpp 41 MachineInstrBuilder MIB = BuildMI(getMF(), getDL(), getTII().get(Opcode));
59 return insertInstr(BuildMI(getMF(), getDL(),
72 return insertInstr(BuildMI(getMF(), getDL(),
278 auto IntN = IntegerType::get(getMF().getFunction().getContext(),
312 ConstantInt *CI = ConstantInt::get(getMF().getFunction().getContext(), Val);
319 auto &Ctx = getMF().getFunction().getContext();
327 auto &Ctx = getMF().getFunction().getContext();
353 getMF().getMachineMemOperand(PtrInfo, MMOFlags, Size, Alignment, AAInfo);
376 getMF().getMachineMemOperand(&BaseMMO, Offset, LoadTy.getSizeInBytes());
412 getMF().getMachineMemOperand(PtrInfo, MMOFlags, Size, Alignment, AAInfo)
    [all...]
CallLowering.cpp 87 MachineFunction &MF = MIRBuilder.getMF();
516 MachineFunction &MF = MIRBuilder.getMF();
613 MachineFunction &MF = MIRBuilder.getMF();
768 MachineFunction &MF = MIRBuilder.getMF();
798 MachineFunction &MF = MIRBuilder.getMF();
855 int FI = MIRBuilder.getMF().getFrameInfo().CreateStackObject(
1034 MachineFunction &MF = MIRBuilder.getMF();
RegisterBankInfo.cpp 171 const MachineFunction &MF = *MI.getMF();
602 assert(MI.getParent() && MI.getMF() &&
604 const MachineFunction &MF = *MI.getMF();
785 getMI().getParent() && getMI().getMF()
786 ? getMI().getMF()->getSubtarget().getRegisterInfo()
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyMCInstLower.cpp 226 const Function &F = MI->getMF()->getFunction();
227 const TargetMachine &TM = MI->getMF()->getTarget();
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 99 const MachineFunction *MF = MI->getMF();

Completed in 41 milliseconds

1 2 3 4