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

1 2 3 4 5 6 7 8

  /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);
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) {
LivePhysRegs.cpp 137 static void addPristines(LivePhysRegs &LiveRegs, const MachineFunction &MF,
139 const MachineFrameInfo &MFI = *MF.getFrameInfo();
143 for (const MCPhysReg *CSR = TRI.getCalleeSavedRegs(&MF); CSR && *CSR; ++CSR)
152 const MachineFunction &MF = *MBB->getParent();
153 addPristines(*this, MF, *TRI);
157 for (const MCPhysReg *I = TRI->getCalleeSavedRegs(&MF); *I; ++I)
170 const MachineFunction &MF = *MBB->getParent();
171 addPristines(*this, MF, *TRI);
  /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/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,
SystemZLDCleanup.cpp 34 : MachineFunctionPass(ID), TII(nullptr), MF(nullptr) {}
40 bool runOnMachineFunction(MachineFunction &MF) override;
49 MachineFunction *MF;
68 MF = &F;
132 MachineRegisterInfo &RegInfo = MF->getRegInfo();
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/
omxVCM4P10_TransformQuant_LumaDC.c 74 OMX_U32 QbitsPlusOne, Two_f, MF;
117 MF = armVCM4P10_MFMatrix [iQP % 6][0];
124 Value = (armAbs((m2[j][i]/* + 1*/) / 2) * MF + Two_f) >> QbitsPlusOne;
omxVCM4P10_SubAndTransformQDQResidual.c 108 OMX_S32 Value, MF, ThreshDC;
196 MF = armVCM4P10_MFMatrix[QPmod][armVCM4P10_PosToVCol4x4[j * 4 + i]];
197 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/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();
95 const TargetInstrInfo *TII = MF->getSubtarget().getInstrInfo();
112 MachineFunction *MF = I->getParent()->getParent();
113 const TargetInstrInfo *TII = MF->getSubtarget().getInstrInfo();
116 MachineRegisterInfo &RegInfo = MF->getRegInfo();
  /external/llvm/lib/Target/ARM/
ARMHazardRecognizer.cpp 47 const MachineFunction *MF = MI->getParent()->getParent();
49 MF->getSubtarget().getInstrInfo());
ARMInstrInfo.cpp 95 MachineFunction &MF = *MI->getParent()->getParent();
96 const ARMSubtarget &Subtarget = MF.getSubtarget<ARMSubtarget>();
98 if (!Subtarget.useMovt(MF)) {
Thumb1InstrInfo.cpp 45 MachineFunction &MF = *MBB.getParent();
46 const ARMSubtarget &st = MF.getSubtarget<ARMSubtarget>();
85 MachineFunction &MF = *MBB.getParent();
86 MachineFrameInfo &MFI = *MF.getFrameInfo();
87 MachineMemOperand *MMO = MF.getMachineMemOperand(
88 MachinePointerInfo::getFixedStack(MF, FI), MachineMemOperand::MOStore,
111 MachineFunction &MF = *MBB.getParent();
112 MachineFrameInfo &MFI = *MF.getFrameInfo();
113 MachineMemOperand *MMO = MF.getMachineMemOperand(
114 MachinePointerInfo::getFixedStack(MF, FI), MachineMemOperand::MOLoad
    [all...]
  /external/llvm/lib/Target/BPF/
BPFRegisterInfo.cpp 33 BPFRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
37 BitVector BPFRegisterInfo::getReservedRegs(const MachineFunction &MF) const {
51 MachineFunction &MF = *MI.getParent()->getParent();
59 unsigned FrameReg = getFrameRegister(MF);
61 const TargetInstrInfo &TII = *MF.getSubtarget().getInstrInfo();
65 int Offset = MF.getFrameInfo()->getObjectOffset(FrameIndex);
75 int Offset = MF.getFrameInfo()->getObjectOffset(FrameIndex) +
101 unsigned BPFRegisterInfo::getFrameRegister(const MachineFunction &MF) const {
  /external/llvm/lib/Target/Mips/
MipsCCState.cpp 88 const MachineFunction &MF = getMachineFunction();
91 originalTypeIsF128(MF.getFunction()->getReturnType(), nullptr));
93 MF.getFunction()->getReturnType()->isFloatingPointTy());
116 const MachineFunction &MF = getMachineFunction();
118 Function::const_arg_iterator FuncArg = MF.getFunction()->arg_begin();
129 assert(Ins[i].getOrigArgIndex() < MF.getFunction()->arg_size());
  /external/llvm/lib/Target/NVPTX/
NVPTXRegisterInfo.cpp 86 BitVector NVPTXRegisterInfo::getReservedRegs(const MachineFunction &MF) const {
99 MachineFunction &MF = *MI.getParent()->getParent();
100 int Offset = MF.getFrameInfo()->getObjectOffset(FrameIndex) +
108 unsigned NVPTXRegisterInfo::getFrameRegister(const MachineFunction &MF) const {
NVPTXPeephole.cpp 58 bool runOnMachineFunction(MachineFunction &MF) override;
76 auto &MF = *MBB.getParent();
83 const auto &MRI = MF.getRegInfo();
107 auto &MF = *MBB.getParent();
108 const auto &MRI = MF.getRegInfo();
109 const TargetInstrInfo *TII = MF.getSubtarget().getInstrInfo();
113 BuildMI(MF, Root.getDebugLoc(), TII->get(Prev.getOpcode()),
127 bool NVPTXPeephole::runOnMachineFunction(MachineFunction &MF) {
130 for (auto &MBB : MF) {
144 const auto &MRI = MF.getRegInfo()
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
fuzzy.py 11 from firmware_constants import MF
15 '<=': MF.Z_FUNCTION,
16 '<': MF.Z_FUNCTION,
17 '>=': MF.S_FUNCTION,
18 '>': MF.S_FUNCTION,
19 '==': MF.SINGLETON_FUNCTION,
20 '~=': MF.PI_FUNCTION,
163 # MF.PI_FUNCTION: FuzzyPiMemberFunction,
164 MF.SINGLETON_FUNCTION: FuzzySingletonMemberFunction,
165 MF.S_FUNCTION: FuzzySMemberFunction
    [all...]
  /external/llvm/include/llvm/ExecutionEngine/
JITEventListener.h 42 /// using MF->getDebugLocTuple().
47 const MachineFunction *MF;
  /external/llvm/lib/Target/Hexagon/
HexagonBitTracker.h 27 const HexagonInstrInfo &tii, MachineFunction &mf);
36 MachineFunction &MF;
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyMachineFunctionInfo.h 27 MachineFunction &MF;
46 explicit WebAssemblyFunctionInfo(MachineFunction &MF) : MF(MF) {

Completed in 262 milliseconds

1 2 3 4 5 6 7 8