Searched refs:MFE (Results 1 – 11 of 11) sorted by relevance
| /freebsd-9-stable/contrib/llvm/lib/CodeGen/ |
| D | TargetLoweringObjectFileImpl.cpp | 420 const Module::ModuleFlagEntry &MFE = *i; in emitModuleFlags() local 423 if (MFE.Behavior == Module::Require) in emitModuleFlags() 426 StringRef Key = MFE.Key->getString(); in emitModuleFlags() 427 Value *Val = MFE.Val; in emitModuleFlags() 799 const Module::ModuleFlagEntry &MFE = *i; in emitModuleFlags() local 800 StringRef Key = MFE.Key->getString(); in emitModuleFlags() 801 Value *Val = MFE.Val; in emitModuleFlags()
|
| D | ProcessImplicitDefs.cpp | 150 for (MachineFunction::iterator MFI = MF.begin(), MFE = MF.end(); in runOnMachineFunction() local 151 MFI != MFE; ++MFI) { in runOnMachineFunction()
|
| D | MachineVerifier.cpp | 312 for (MachineFunction::const_iterator MFI = MF.begin(), MFE = MF.end(); in runOnMachineFunction() local 313 MFI!=MFE; ++MFI) { in runOnMachineFunction() 1160 for (MachineFunction::const_iterator MFI = MF->begin(), MFE = MF->end(); in calcRegsPassed() local 1161 MFI != MFE; ++MFI) { in calcRegsPassed() 1197 for (MachineFunction::const_iterator MFI = MF->begin(), MFE = MF->end(); in calcRegsRequired() local 1198 MFI != MFE; ++MFI) { in calcRegsRequired() 1261 for (MachineFunction::const_iterator MFI = MF->begin(), MFE = MF->end(); in visitMachineFunctionAfter() local 1262 MFI != MFE; ++MFI) { in visitMachineFunctionAfter() 1276 for (MachineFunction::const_iterator MFI = MF->begin(), MFE = MF->end(); in visitMachineFunctionAfter() local 1277 MFI != MFE; ++MFI) { in visitMachineFunctionAfter() [all …]
|
| D | LiveDebugVariables.cpp | 471 for (MachineFunction::iterator MFI = mf.begin(), MFE = mf.end(); MFI != MFE; in collectDebugValues() local
|
| D | LiveIntervalAnalysis.cpp | 276 for (MachineFunction::const_iterator MFI = MF->begin(), MFE = MF->end(); in computeLiveInRegUnits() local 277 MFI != MFE; ++MFI) { in computeLiveInRegUnits()
|
| /freebsd-9-stable/contrib/llvm/lib/Target/SystemZ/ |
| D | SystemZShortenInst.cpp | 158 for (MachineFunction::iterator MFI = F.begin(), MFE = F.end(); in runOnMachineFunction() local 159 MFI != MFE; ++MFI) in runOnMachineFunction()
|
| D | SystemZElimCompare.cpp | 466 for (MachineFunction::iterator MFI = F.begin(), MFE = F.end(); in runOnMachineFunction() local 467 MFI != MFE; ++MFI) in runOnMachineFunction()
|
| /freebsd-9-stable/contrib/llvm/lib/IR/ |
| D | Module.cpp | 340 const ModuleFlagEntry &MFE = ModuleFlags[I]; in getModuleFlag() local 341 if (Key == MFE.Key->getString()) in getModuleFlag() 342 return MFE.Val; in getModuleFlag()
|
| /freebsd-9-stable/contrib/ipfilter/etc/ |
| D | protocols | 31 mfe-nsp 31 MFE-NSP # MFE Network Services Protocol
|
| /freebsd-9-stable/etc/ |
| D | protocols | 41 mfe-nsp 31 MFE-NSP # MFE Network Services Protocol
|
| /freebsd-9-stable/contrib/llvm/lib/Target/Mips/ |
| D | MipsSEISelDAGToDAG.cpp | 219 for (MachineFunction::iterator MFI = MF.begin(), MFE = MF.end(); MFI != MFE; in processFunctionAfterISel() local
|