HomeSort by relevance Sort by last modified time
    Searched defs:MF (Results 1 - 25 of 665) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/CodeGen/
AllocationOrder.cpp 35 const MachineFunction &MF = VRM.getMachineFunction();
37 Order = RegClassInfo.getOrder(MF.getRegInfo().getRegClass(VirtReg));
38 TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM, Matrix);
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
Thumb2RegisterInfo.cpp 42 MachineFunction &MF = *MBB.getParent();
43 MachineConstantPool *ConstantPool = MF.getConstantPool();
Thumb1InstrInfo.cpp 60 MachineFunction &MF = *MBB.getParent();
61 MachineFrameInfo &MFI = *MF.getFrameInfo();
63 MF.getMachineMemOperand(
89 MachineFunction &MF = *MBB.getParent();
90 MachineFrameInfo &MFI = *MF.getFrameInfo();
92 MF.getMachineMemOperand(
  /external/llvm/include/llvm/CodeGen/
MachineFunctionAnalysis.h 30 MachineFunction *MF;
40 MachineFunction &getMF() const { return *MF; }
CalcSpillWeights.h 53 MachineFunction &MF;
62 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis,
66 : MF(mf), LIS(lis), VRM(vrm), Loops(loops), MBFI(mbfi), normalize(norm) {}
74 void calculateSpillWeightsAndHints(LiveIntervals &LIS, MachineFunction &MF,
EdgeBundles.h 27 const MachineFunction *MF;
52 const MachineFunction *getMachineFunction() const { return MF; }
  /external/llvm/lib/Target/AMDGPU/
GCNHazardRecognizer.h 35 const MachineFunction &MF;
47 GCNHazardRecognizer(const MachineFunction &MF);
  /external/llvm/lib/Target/SystemZ/
SystemZInstrBuilder.h 29 MachineFunction &MF = *MI->getParent()->getParent();
30 MachineFrameInfo *MFFrame = MF.getFrameInfo();
38 MachineMemOperand *MMO = MF.getMachineMemOperand(
39 MachinePointerInfo::getFixedStack(MF, FI, Offset), Flags,
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
CalcSpillWeights.h 43 MachineFunction &MF;
48 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis,
50 MF(mf), LIS(lis), Loops(loops) {}
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86MCInstLower.h 33 const MachineFunction &MF;
38 X86MCInstLower(Mangler *mang, const MachineFunction &MF,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 50 MachineFunction *MF = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 50 MachineFunction *MF = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 50 MachineFunction *MF = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 50 MachineFunction *MF = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 50 MachineFunction *MF = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 50 MachineFunction *MF = nullptr;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 50 MachineFunction *MF = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 50 MachineFunction *MF = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 50 MachineFunction *MF = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 50 MachineFunction *MF = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 50 MachineFunction *MF = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 50 MachineFunction *MF = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 50 MachineFunction *MF = nullptr;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
LazyMachineBlockFrequencyInfo.h 50 MachineFunction *MF = nullptr;
  /external/clang/test/Layout/
ms-x86-member-pointers.cpp 13 struct MF { char a; int (M::*mp)(); };
53 // CHECK-NEXT: 0 | struct MF
78 sizeof(MF) +

Completed in 1604 milliseconds

1 2 3 4 5 6 7 8 91011>>