Searched refs:MF (Results 251 - 275 of 323) sorted by relevance

<<111213

/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/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp333 MachineSDNode::mmo_iterator MemOp = MF->allocateMemRefsArray(1);
367 MachineSDNode::mmo_iterator MemOp = MF->allocateMemRefsArray(1);
391 MachineSDNode::mmo_iterator MemOp = MF->allocateMemRefsArray(1);
436 MachineSDNode::mmo_iterator MemOp = MF->allocateMemRefsArray(1);
467 MachineSDNode::mmo_iterator MemOp = MF->allocateMemRefsArray(1);
539 MachineSDNode::mmo_iterator MemOp = MF->allocateMemRefsArray(1);
562 MachineSDNode::mmo_iterator MemOp = MF->allocateMemRefsArray(1);
623 MachineSDNode::mmo_iterator MemOp = MF->allocateMemRefsArray(1);
655 MachineSDNode::mmo_iterator MemOp = MF->allocateMemRefsArray(1);
706 MachineSDNode::mmo_iterator MemOp = MF
[all...]
H A DHexagonMachineScheduler.h145 const TargetMachine &TM = C->MF->getTarget();
232 ScheduleDAGInstrs(*C->MF, *C->MLI, *C->MDT, /*IsPostRA=*/false, C->LIS),
H A DHexagonISelLowering.cpp667 MachineFunction &MF = DAG.getMachineFunction(); local
669 MF.getInfo<HexagonMachineFunctionInfo>();
727 MachineFunction &MF = DAG.getMachineFunction(); local
728 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
810 MachineFunction &MF = DAG.getMachineFunction(); local
811 MachineFrameInfo *MFI = MF.getFrameInfo();
812 MachineRegisterInfo &RegInfo = MF.getRegInfo();
814 MF.getInfo<HexagonMachineFunctionInfo>();
915 MachineFunction &MF = DAG.getMachineFunction(); local
916 HexagonMachineFunctionInfo *QFI = MF
958 MachineFunction &MF = DAG.getMachineFunction(); local
1502 MachineFunction *MF = BB->getParent(); local
[all...]
H A DHexagonInstrInfo.cpp358 MachineFunction &MF = *MBB.getParent(); local
359 MachineFrameInfo &MFI = *MF.getFrameInfo();
363 MF.getMachineMemOperand(
388 MachineFunction &MF, unsigned SrcReg,
404 MachineFunction &MF = *MBB.getParent(); local
405 MachineFrameInfo &MFI = *MF.getFrameInfo();
409 MF.getMachineMemOperand(
429 void HexagonInstrInfo::loadRegFromAddr(MachineFunction &MF, unsigned DestReg, argument
437 MachineInstr *HexagonInstrInfo::foldMemoryOperandImpl(MachineFunction &MF, argument
446 unsigned HexagonInstrInfo::createVR(MachineFunction* MF, MV argument
387 storeRegToAddr( MachineFunction &MF, unsigned SrcReg, bool isKill, SmallVectorImpl<MachineOperand> &Addr, const TargetRegisterClass *RC, SmallVectorImpl<MachineInstr*> &NewMIs) const argument
[all...]
/external/elfutils/libasm/
H A DMakefile.am85 -MF "$(DEPDIR)/$*.Tpo" `test -f '$<' || echo '$(srcdir)/'`$<; \
/external/llvm/include/llvm/CodeGen/
H A DMachineFrameInfo.h569 void print(const MachineFunction &MF, raw_ostream &OS) const;
572 void dump(const MachineFunction &MF) const;
/external/llvm/lib/Target/ARM/
H A DMLxExpansionPass.cpp223 const MachineFunction &MF = *MI->getParent()->getParent(); local
225 TII->getRegClass(MCID1, 0, TRI, MF));
H A DARMAsmPrinter.cpp323 bool ARMAsmPrinter::runOnMachineFunction(MachineFunction &MF) { argument
324 AFI = MF.getInfo<ARMFunctionInfo>();
325 MCP = MF.getConstantPool();
327 return AsmPrinter::runOnMachineFunction(MF);
448 const TargetRegisterInfo *TRI = MF->getTarget().getRegisterInfo();
525 const TargetRegisterInfo *TRI = MF->getTarget().getRegisterInfo();
540 const MachineFunction &MF = *MI->getParent()->getParent(); local
541 const TargetRegisterInfo *TRI = MF.getTarget().getRegisterInfo();
971 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
1013 const MachineJumpTableInfo *MJTI = MF
1108 const MachineFunction &MF = *MI->getParent()->getParent(); local
[all...]
H A DThumb2SizeReduction.cpp140 virtual bool runOnMachineFunction(MachineFunction &MF);
929 bool Thumb2SizeReduce::runOnMachineFunction(MachineFunction &MF) { argument
930 const TargetMachine &TM = MF.getTarget();
935 for (MachineFunction::iterator I = MF.begin(), E = MF.end(); I != E; ++I)
H A DARMISelLowering.h291 MachineFunction &MF) const;
472 void computeRegArea(CCState &CCInfo, MachineFunction &MF,
/external/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp210 const MachineFunction *MF = MI->getParent()->getParent(); local
211 const MachineJumpTableInfo *MJTI = MF->getJumpTableInfo();
H A DXCoreISelDAGToDAG.cpp176 MachineSDNode::mmo_iterator MemOp = MF->allocateMemRefsArray(1);
177 MemOp[0] = MF->getMachineMemOperand(
H A DXCoreInstrInfo.cpp390 XCoreInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF, int FrameIx, argument
393 MachineInstrBuilder MIB = BuildMI(MF, DL, get(XCore::DBG_VALUE))
H A DXCoreISelLowering.cpp337 MachineFunction &MF = DAG.getMachineFunction(); local
338 const MachineJumpTableInfo *MJTI = MF.getJumpTableInfo();
784 MachineFunction &MF = DAG.getMachineFunction(); local
785 XCoreFunctionInfo *XFI = MF.getInfo<XCoreFunctionInfo>();
798 MachineFunction &MF = DAG.getMachineFunction();
801 RegInfo->getFrameRegister(MF), MVT::i32);
1098 MachineFunction &MF = DAG.getMachineFunction(); local
1099 MachineFrameInfo *MFI = MF.getFrameInfo();
1100 MachineRegisterInfo &RegInfo = MF.getRegInfo();
1163 XCoreFunctionInfo *XFI = MF
1207 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, LLVMContext &Context) const argument
[all...]
/external/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp283 MachineFunction *MF; member in class:__anon9262::LDVImpl
374 userValues[i]->print(OS, &MF->getTarget());
677 userValues[i]->computeIntervals(MF->getRegInfo(), *TRI, *LIS, *MDT, UVS);
683 MF = &mf;
1008 const TargetInstrInfo *TII = MF->getTarget().getInstrInfo();
1010 DEBUG(userValues[i]->print(dbgs(), &MF->getTarget()));
H A DTwoAddressInstructionPass.cpp64 MachineFunction *MF; member in class:__anon9335::TwoAddressInstructionPass
1118 TII->getRegClass(UnfoldMCID, LoadRegIndex, TRI, *MF));
1121 if (!TII->unfoldMemoryOperand(*MF, &MI, Reg,
1227 TRI, *MF))
1359 MF = &Func;
1360 const TargetMachine &TM = MF->getTarget();
1361 MRI = &MF->getRegInfo();
1375 << MF->getName() << '\n');
1383 for (MachineFunction::iterator mbbi = MF->begin(), mbbe = MF
[all...]
H A DRegAllocFast.cpp56 MachineFunction *MF; member in class:__anon9295::RAFast
192 int FrameIdx = MF->getFrameInfo()->CreateSpillStackObject(RC->getSize(),
298 TII->emitFrameIndexDebugValue(*MF, FI, Offset, MDPtr, DL)) {
912 TII->emitFrameIndexDebugValue(*MF, SS, Offset, MDPtr, DL)) {
1114 MF = &Fn;
1115 MRI = &MF->getRegInfo();
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfException.cpp242 for (MachineFunction::const_iterator I = Asm->MF->begin(), E = Asm->MF->end();
723 void DwarfException::BeginFunction(const MachineFunction *MF) {
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITDwarfEmitter.cpp197 unsigned char* JITDwarfEmitter::EmitExceptionTable(MachineFunction* MF,
311 for (MachineFunction::const_iterator I = MF->begin(), E = MF->end();
/external/llvm/lib/Target/X86/
H A DX86ISelLowering.h461 getPICJumpTableRelocBaseExpr(const MachineFunction *MF,
489 MachineFunction &MF) const;
865 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
H A DX86ISelLowering.cpp1333 MachineFunction &MF) const {
1337 const Function *F = MF.getFunction();
1410 getPICJumpTableRelocBaseExpr(const MachineFunction *MF, unsigned JTI, argument
1414 return TargetLowering::getPICJumpTableRelocBaseExpr(MF, JTI, Ctx);
1417 return MCSymbolRefExpr::Create(MF->getPICBaseSymbol(), Ctx);
1476 MachineFunction &MF, bool isVarArg,
1480 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachine(),
1491 MachineFunction &MF = DAG.getMachineFunction(); local
1492 X86MachineFunctionInfo *FuncInfo = MF.getInfo<X86MachineFunctionInfo>();
1495 CCState CCInfo(CallConv, isVarArg, MF, getTargetMachin
1475 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF, bool isVarArg, const SmallVectorImpl<ISD::OutputArg> &Outs, LLVMContext &Context) const argument
1583 MachineFunction &MF = DAG.getMachineFunction(); local
1851 MachineFunction &MF = DAG.getMachineFunction(); local
2154 EmitTailCallStoreRetAddr(SelectionDAG & DAG, MachineFunction &MF, SDValue Chain, SDValue RetAddrFrIdx, bool Is64Bit, int FPDiff, DebugLoc dl) argument
2185 MachineFunction &MF = DAG.getMachineFunction(); local
2638 MachineFunction &MF = DAG.getMachineFunction(); local
2728 const MachineFunction &MF = DAG.getMachineFunction(); local
2844 MachineFunction &MF = DAG.getMachineFunction(); local
2998 MachineFunction &MF = DAG.getMachineFunction(); local
6618 MachineFunction &MF = DAG.getMachineFunction(); local
7801 MachineFunction &MF = DAG.getMachineFunction(); local
7850 MachineFunction &MF = DAG.getMachineFunction(); local
9422 MachineFunction &MF = DAG.getMachineFunction(); local
9464 MachineFunction &MF = DAG.getMachineFunction(); local
10465 MachineFunction &MF = DAG.getMachineFunction(); local
12353 MachineFunction *MF = MBB->getParent(); local
12696 MachineFunction *MF = BB->getParent(); local
[all...]
/external/llvm/lib/Analysis/
H A DProfileInfo.cpp155 getExecutionCount(const MachineFunction *MF) { argument
157 FunctionInformation.find(MF);
161 double Count = getExecutionCount(&MF->front());
162 if (Count != MissingValue) FunctionInformation[MF] = Count;
1019 raw_ostream& operator<<(raw_ostream &O, const MachineFunction *MF) {
1020 return O << MF->getFunction()->getName() << "(MF)";
/external/elfutils/libdw/
H A DMakefile.am108 -MF "$(DEPDIR)/$*.Tpo" `test -f '$<' || echo '$(srcdir)/'`$<; \
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.h371 MachineFunction &MF) const;
457 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,

Completed in 299 milliseconds

<<111213