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

1 2 3 4 5 6 7

  /external/llvm/lib/CodeGen/
AllocationOrder.cpp 34 const MachineFunction &MF = VRM.getMachineFunction();
36 Order = RegClassInfo.getOrder(MF.getRegInfo().getRegClass(VirtReg));
37 TRI->getRegAllocationHints(VirtReg, Order, Hints, MF, &VRM);
CriticalAntiDepBreaker.h 35 MachineFunction& MF;
EdgeBundles.cpp 39 bool EdgeBundles::runOnMachineFunction(MachineFunction &mf) {
40 MF = &mf;
42 EC.grow(2 * MF->getNumBlockIDs());
44 for (const auto &MBB : *MF) {
59 for (unsigned i = 0, e = MF->getNumBlockIDs(); i != e; ++i) {
76 const MachineFunction *MF = G.getMachineFunction();
79 for (const auto &MBB : *MF) {
AggressiveAntiDepBreaker.h 118 MachineFunction& MF;
LiveRangeCalc.h 37 const MachineFunction *MF;
128 LiveRangeCalc() : MF(nullptr), MRI(nullptr), Indexes(nullptr),
143 void reset(const MachineFunction *MF,
RegAllocBasic.cpp 65 MachineFunction *MF;
107 bool runOnMachineFunction(MachineFunction &mf) override;
203 LiveRangeEdit LRE(&Spill, SplitVRegs, *MF, *LIS, VRM);
262 LiveRangeEdit LRE(&VirtReg, SplitVRegs, *MF, *LIS, VRM);
270 bool RABasic::runOnMachineFunction(MachineFunction &mf) {
273 << mf.getName() << '\n');
275 MF = &mf;
280 calculateSpillWeightsAndHints(*LIS, *MF,
284 SpillerInstance.reset(createInlineSpiller(*this, *MF, *VRM))
    [all...]
  /external/llvm/lib/Target/ARM/
Thumb2RegisterInfo.cpp 42 MachineFunction &MF = *MBB.getParent();
43 const TargetInstrInfo &TII = *MF.getTarget().getInstrInfo();
44 MachineConstantPool *ConstantPool = MF.getConstantPool();
Thumb1InstrInfo.cpp 65 MachineFunction &MF = *MBB.getParent();
66 MachineFrameInfo &MFI = *MF.getFrameInfo();
68 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(FI),
93 MachineFunction &MF = *MBB.getParent();
94 MachineFrameInfo &MFI = *MF.getFrameInfo();
96 MF.getMachineMemOperand(MachinePointerInfo::getFixedStack(FI),
  /external/llvm/include/llvm/CodeGen/
MachineFunctionAnalysis.h 29 MachineFunction *MF;
36 MachineFunction &getMF() const { return *MF; }
StackMapLivenessAnalysis.h 34 MachineFunction *MF;
48 bool runOnMachineFunction(MachineFunction &MF) override;
CalcSpillWeights.h 50 MachineFunction &MF;
58 VirtRegAuxInfo(MachineFunction &mf, LiveIntervals &lis,
62 : MF(mf), LIS(lis), Loops(loops), MBFI(mbfi), normalize(norm) {}
70 void calculateSpillWeightsAndHints(LiveIntervals &LIS, MachineFunction &MF,
EdgeBundles.h 27 const MachineFunction *MF;
52 const MachineFunction *getMachineFunction() const { return MF; }
DFAPacketizer.h 95 const MachineFunction &MF;
111 MachineFunction &MF, MachineLoopInfo &MLI, MachineDominatorTree &MDT,
FastISel.h 52 MachineFunction *MF;
LiveVariables.h 128 MachineFunction *MF;
180 bool runOnMachineFunction(MachineFunction &MF) override;
  /external/llvm/lib/Target/SystemZ/
SystemZInstrBuilder.h 29 MachineFunction &MF = *MI->getParent()->getParent();
30 MachineFrameInfo *MFFrame = MF.getFrameInfo();
39 MF.getMachineMemOperand(MachinePointerInfo(
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformQuant_LumaDC.c 59 OMX_U32 QbitsPlusOne, Two_f, MF;
102 MF = armVCM4P10_MFMatrix [iQP % 6][0];
109 Value = (armAbs((m2[j][i]/* + 1*/) / 2) * MF + Two_f) >> QbitsPlusOne;
omxVCM4P10_SubAndTransformQDQResidual.c 93 OMX_S32 Value, MF, ThreshDC;
181 MF = armVCM4P10_MFMatrix[QPmod][armVCM4P10_PosToVCol4x4[j * 4 + i]];
182 Value = armAbs(m[j * 4 + i]) * MF + f;
  /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) +
  /external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 38 /// using MF->getDebugLocTuple().
43 const MachineFunction *MF;
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 30 MachineFunction *MF;
  /external/llvm/lib/Target/AArch64/
AArch64CleanupLocalDynamicTLSPass.cpp 41 bool runOnMachineFunction(MachineFunction &MF) override {
42 AArch64FunctionInfo *AFI = MF.getInfo<AArch64FunctionInfo>();
94 MachineFunction *MF = I->getParent()->getParent();
96 static_cast<const AArch64TargetMachine *>(&MF->getTarget());
114 MachineFunction *MF = I->getParent()->getParent();
116 static_cast<const AArch64TargetMachine *>(&MF->getTarget());
120 MachineRegisterInfo &RegInfo = MF->getRegInfo();
AArch64StorePairSuppress.cpp 33 MachineFunction *MF;
119 bool AArch64StorePairSuppress::runOnMachineFunction(MachineFunction &mf) {
120 MF = &mf;
121 TII = static_cast<const AArch64InstrInfo *>(MF->getTarget().getInstrInfo());
122 TRI = MF->getTarget().getRegisterInfo();
123 MRI = &MF->getRegInfo();
125 MF->getTarget().getSubtarget<TargetSubtargetInfo>();
131 DEBUG(dbgs() << "*** " << getPassName() << ": " << MF->getName() << '\n');
142 for (auto &MBB : *MF) {
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXRegisterInfo.cpp 82 NVPTXRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
87 BitVector NVPTXRegisterInfo::getReservedRegs(const MachineFunction &MF) const {
100 MachineFunction &MF = *MI.getParent()->getParent();
101 int Offset = MF.getFrameInfo()->getObjectOffset(FrameIndex) +
109 unsigned NVPTXRegisterInfo::getFrameRegister(const MachineFunction &MF) const {
  /external/llvm/lib/Target/X86/
X86FrameLowering.cpp 39 bool X86FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
40 return !MF.getFrameInfo()->hasVarSizedObjects();
46 bool X86FrameLowering::hasFP(const MachineFunction &MF) const {
47 const MachineFrameInfo *MFI = MF.getFrameInfo();
48 const MachineModuleInfo &MMI = MF.getMMI();
49 const TargetRegisterInfo *RegInfo = MF.getTarget().getRegisterInfo();
51 return (MF.getTarget().Options.DisableFramePointerElim(MF) ||
52 RegInfo->needsStackRealignment(MF) ||
55 MF.getInfo<X86MachineFunctionInfo>()->getForceFramePointer() |
    [all...]

Completed in 2084 milliseconds

1 2 3 4 5 6 7