Searched refs:MF (Results 1 - 25 of 501) sorted by last modified time

1234567891011>>

/external/stressapptest/
H A Ddepcomp94 ## it if -MD -MP comes after the -MF stuff. Hmm.
102 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
261 # Intel's C compiler understands `-MD -MF file'. However on
262 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
278 "$@" -MD -MF "$tmpdepfile"
/external/smack/src/org/xbill/DNS/
H A DMFRecord.java24 * Creates a new MF Record with the given data
29 super(name, Type.MF, dclass, ttl, mailAgent, "mail agent");
H A DType.java25 public static final int MF = 4; field in class:Type
230 types.add(MF, "MF", new MFRecord());
/external/proguard/build/
H A Dmakefile37 jar -cfm $(LIB)/$@.jar $(SRC)/$(dir $<)MANIFEST.MF \
/external/proguard/examples/
H A Dretrace.pro13 -injars ../lib/proguard.jar(!META-INF/MANIFEST.MF,
/external/protobuf/
H A Ddepcomp94 ## it if -MD -MP comes after the -MF stuff. Hmm.
102 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
261 # Intel's C compiler understands `-MD -MF file'. However on
262 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
278 "$@" -MD -MF "$tmpdepfile"
/external/protobuf/gtest/build-aux/
H A Ddepcomp94 ## it if -MD -MP comes after the -MF stuff. Hmm.
102 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
261 # Intel's C compiler understands `-MD -MF file'. However on
262 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
278 "$@" -MD -MF "$tmpdepfile"
/external/pcre/dist/
H A Ddepcomp169 gccflag=-qmakedep=gcc,-MF
177 ## it if -MD -MP comes after the -MF stuff. Hmm.
185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
329 # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26
343 "$@" -MD -MF "$tmpdepfile"
/external/pixman/
H A Ddepcomp109 ## it if -MD -MP comes after the -MF stuff. Hmm.
117 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
278 # Intel's C compiler understands `-MD -MF file'. However on
279 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
295 "$@" -MD -MF "$tmpdepfile"
/external/openfst/
H A Ddepcomp109 ## it if -MD -MP comes after the -MF stuff. Hmm.
117 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
278 # Intel's C compiler understands `-MD -MF file'. However on
279 # icc -MD -MF foo.d -c -o sub/foo.o sub/foo.c
295 "$@" -MD -MF "$tmpdepfile"
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUAsmPrinter.cpp40 bool AMDGPUAsmPrinter::runOnMachineFunction(MachineFunction &MF) { argument
43 MF.dump();
45 SetupMachineFunction(MF);
47 EmitProgramInfo(MF);
54 void AMDGPUAsmPrinter::EmitProgramInfo(MachineFunction &MF) { argument
61 for (MachineFunction::iterator BB = MF.begin(), BB_E = MF.end();
124 SIMachineFunctionInfo * MFI = MF.getInfo<SIMachineFunctionInfo>();
H A DAMDGPUAsmPrinter.h27 virtual bool runOnMachineFunction(MachineFunction &MF);
35 void EmitProgramInfo(MachineFunction &MF);
H A DAMDGPUConvertToISA.cpp33 virtual bool runOnMachineFunction(MachineFunction &MF);
47 bool AMDGPUConvertToISAPass::runOnMachineFunction(MachineFunction &MF) argument
52 for (MachineFunction::iterator BB = MF.begin(), BB_E = MF.end();
58 TII->convertToISA(MI, MF, MBB.findDebugLoc(I));
H A DAMDGPUISelLowering.cpp316 MachineFunction &MF = DAG.getMachineFunction(); local
317 MachineRegisterInfo &MRI = MF.getRegInfo();
H A DAMDGPUInstrInfo.cpp141 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, argument
149 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, argument
164 AMDGPUInstrInfo::unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI, argument
238 void AMDGPUInstrInfo::convertToISA(MachineInstr & MI, MachineFunction &MF, argument
241 MachineRegisterInfo &MRI = MF.getRegInfo();
H A DAMDGPUInstrInfo.h90 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
94 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF,
101 bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
134 virtual MachineInstr* getMovImmInstr(MachineFunction *MF, unsigned DstReg,
141 virtual void convertToISA(MachineInstr & MI, MachineFunction &MF,
H A DAMDGPURegisterInfo.cpp33 const uint16_t* AMDGPURegisterInfo::getCalleeSavedRegs(const MachineFunction *MF)
44 unsigned AMDGPURegisterInfo::getFrameRegister(const MachineFunction &MF) const {
H A DAMDGPURegisterInfo.h38 virtual BitVector getReservedRegs(const MachineFunction &MF) const {
53 const uint16_t* getCalleeSavedRegs(const MachineFunction *MF) const;
56 unsigned getFrameRegister(const MachineFunction &MF) const;
H A DAMDILCFGStructurizer.cpp129 virtual bool runOnMachineFunction(MachineFunction &MF);
H A DAMDILFrameLowering.cpp29 int AMDGPUFrameLowering::getFrameIndexOffset(const MachineFunction &MF, argument
31 const MachineFrameInfo *MFI = MF.getFrameInfo();
42 AMDGPUFrameLowering::emitPrologue(MachineFunction &MF) const
46 AMDGPUFrameLowering::emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const argument
50 AMDGPUFrameLowering::hasFP(const MachineFunction &MF) const
H A DAMDILFrameLowering.h37 virtual int getFrameIndexOffset(const MachineFunction &MF,
41 virtual void emitPrologue(MachineFunction &MF) const;
42 virtual void emitEpilogue(MachineFunction &MF, MachineBasicBlock &MBB) const;
43 virtual bool hasFP(const MachineFunction &MF) const;
H A DAMDILPeepholeOptimizer.cpp274 AMDGPUPeepholeOpt::runOnFunction(Function &MF) argument
277 mF = &MF;
280 MF.dump();
282 mCTX = &MF.getType()->getContext();
284 safeNestedForEach(MF.begin(), MF.end(), MF.begin()->begin(),
288 doAtomicConversionIfNeeded(MF);
292 MF.dump();
H A DR600ExpandSpecialInstrs.cpp36 virtual bool runOnMachineFunction(MachineFunction &MF);
51 bool R600ExpandSpecialInstrsPass::runOnMachineFunction(MachineFunction &MF) { argument
55 for (MachineFunction::iterator BB = MF.begin(), BB_E = MF.end();
H A DR600ISelLowering.cpp56 MachineFunction * MF = BB->getParent(); local
57 MachineRegisterInfo &MRI = MF->getRegInfo();
147 R600MachineFunctionInfo * MFI = MF->getInfo<R600MachineFunctionInfo>();
259 MachineFunction &MF = DAG.getMachineFunction(); local
260 MachineRegisterInfo &MRI = MF.getRegInfo();
H A DR600InstrInfo.cpp78 MachineInstr * R600InstrInfo::getMovImmInstr(MachineFunction *MF, argument
81 MachineInstr * MI = MF->CreateMachineInstr(get(AMDGPU::MOV), DebugLoc());

Completed in 4865 milliseconds

1234567891011>>