HomeSort by relevance Sort by last modified time
    Searched refs:MachineFunction (Results 226 - 250 of 316) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/lib/Target/X86/
X86InstrBuilder.h 150 MachineFunction &MF = *MI->getParent()->getParent();
X86ISelLowering.h 461 getPICJumpTableRelocBaseExpr(const MachineFunction *MF,
489 MachineFunction &MF) const;
    [all...]
X86FloatingPoint.cpp 70 virtual bool runOnMachineFunction(MachineFunction &MF);
126 void bundleCFG(MachineFunction &MF);
303 bool processBasicBlock(MachineFunction &MF, MachineBasicBlock &MBB);
339 bool FPS::runOnMachineFunction(MachineFunction &MF) {
375 for (MachineFunction::iterator BB = MF.begin(), E = MF.end(); BB != E; ++BB)
389 void FPS::bundleCFG(MachineFunction &MF) {
394 for (MachineFunction::iterator I = MF.begin(), E = MF.end(); I != E; ++I) {
407 bool FPS::processBasicBlock(MachineFunction &MF, MachineBasicBlock &BB) {
    [all...]
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 26 #include "llvm/CodeGen/MachineFunction.h"
58 if (MachineFunction *MF = MBB->getParent()) {
100 if (MachineFunction *MF = MBB->getParent()) {
120 if (MachineFunction *MF = MBB->getParent())
136 if (MachineFunction *MF = MBB->getParent())
261 if (const MachineFunction *MF = MBB->getParent())
603 MachineInstr::MachineInstr(MachineFunction &MF, const MachineInstr &MI)
633 /// getRegInfo - If this instruction is embedded into a MachineFunction,
800 void MachineInstr::addMemOperand(MachineFunction &MF,
    [all...]
MachineRegisterInfo.cpp 307 void MachineRegisterInfo::freezeReservedRegs(const MachineFunction &MF) {
312 const MachineFunction &MF) const {
SpillPlacement.cpp 35 #include "llvm/CodeGen/MachineFunction.h"
170 bool SpillPlacement::runOnMachineFunction(MachineFunction &mf) {
180 for (MachineFunction::iterator I = mf.begin(), E = mf.end(); I != E; ++I) {
StrongPHIElimination.cpp 64 bool runOnMachineFunction(MachineFunction&);
233 bool StrongPHIElimination::runOnMachineFunction(MachineFunction &MF) {
239 for (MachineFunction::iterator I = MF.begin(), E = MF.end();
272 for (MachineFunction::iterator I = MF.begin(), E = MF.end();
283 for (MachineFunction::iterator I = MF.begin(), E = MF.end();
300 for (MachineFunction::iterator I = MF.begin(), E = MF.end();
TwoAddressInstructionPass.cpp 64 MachineFunction *MF;
105 MachineFunction::iterator &mbbi,
112 MachineFunction::iterator &mbbi,
129 MachineFunction::iterator &mbbi,
170 bool runOnMachineFunction(MachineFunction&);
538 MachineFunction::iterator &mbbi,
596 MachineFunction::iterator &mbbi,
    [all...]
EarlyIfConversion.cpp 29 #include "llvm/CodeGen/MachineFunction.h"
154 void runOnMachineFunction(MachineFunction &MF) {
595 bool runOnMachineFunction(MachineFunction &MF);
775 bool EarlyIfConverter::runOnMachineFunction(MachineFunction &MF) {
ExecutionDepsFix.cpp 130 MachineFunction *MF;
156 virtual bool runOnMachineFunction(MachineFunction &MF);
642 bool ExeDepsFix::runOnMachineFunction(MachineFunction &mf) {
MachineSink.cpp 64 virtual bool runOnMachineFunction(MachineFunction &MF);
222 bool MachineSinking::runOnMachineFunction(MachineFunction &MF) {
241 for (MachineFunction::iterator I = MF.begin(), E = MF.end();
CalcSpillWeights.cpp 15 #include "llvm/CodeGen/MachineFunction.h"
41 bool CalculateSpillWeights::runOnMachineFunction(MachineFunction &MF) {
CallingConvLower.cpp 26 CCState::CCState(CallingConv::ID CC, bool isVarArg, MachineFunction &mf,
LiveVariables.cpp 501 bool LiveVariables::runOnMachineFunction(MachineFunction &mf) {
689 for(MachineFunction::iterator i = MF->begin(), e = MF->end(); i != e; ++i)
729 void LiveVariables::analyzePHINodes(const MachineFunction& Fn) {
730 for (MachineFunction::const_iterator I = Fn.begin(), E = Fn.end();
  /external/llvm/include/llvm/CodeGen/
MachineInstrBuilder.h 20 #include "llvm/CodeGen/MachineFunction.h"
195 inline MachineInstrBuilder BuildMI(MachineFunction &MF,
204 inline MachineInstrBuilder BuildMI(MachineFunction &MF,
MachineRegisterInfo.h 159 /// and uses of a register within the MachineFunction that corresponds to this
287 bool isConstantPhysReg(unsigned PhysReg, const MachineFunction &MF) const;
415 void freezeReservedRegs(const MachineFunction&);
FastISel.h 31 class MachineFunction;
MachineModuleInfo.h 57 class MachineFunction;
ScheduleDAGInstrs.h 248 explicit ScheduleDAGInstrs(MachineFunction &mf,
308 /// the level of the whole MachineFunction. By default does nothing.
  /external/llvm/lib/Target/ARM/
Thumb1RegisterInfo.cpp 27 #include "llvm/CodeGen/MachineFunction.h"
57 Thumb1RegisterInfo::getPointerRegClass(const MachineFunction &MF, unsigned Kind)
72 MachineFunction &MF = *MBB.getParent();
98 MachineFunction &MF = *MBB.getParent();
309 eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB,
603 MachineFunction &MF = *MBB.getParent();
ARMISelLowering.h 291 MachineFunction &MF) const;
472 void computeRegArea(CCState &CCInfo, MachineFunction &MF,
  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 20 #include "llvm/CodeGen/MachineFunction.h"
37 unsigned char* JITDwarfEmitter::EmitDwarfTable(MachineFunction& F,
197 unsigned char* JITDwarfEmitter::EmitExceptionTable(MachineFunction* MF,
311 for (MachineFunction::const_iterator I = MF->begin(), E = MF->end();
  /external/llvm/lib/Target/PowerPC/
PPCCTRLoops.cpp 42 #include "llvm/CodeGen/MachineFunction.h"
69 virtual bool runOnMachineFunction(MachineFunction &MF);
200 bool PPCCTRLoops::runOnMachineFunction(MachineFunction &MF) {
624 MachineFunction *MF = LastMBB->getParent();
PPCISelLowering.h 371 MachineFunction &MF) const;
457 CanLowerReturn(CallingConv::ID CallConv, MachineFunction &MF,
  /external/llvm/lib/Target/Sparc/
SparcInstrInfo.cpp 116 SparcInstrInfo::emitFrameIndexDebugValue(MachineFunction &MF,
337 unsigned SparcInstrInfo::getGlobalBaseReg(MachineFunction *MF) const

Completed in 605 milliseconds

1 2 3 4 5 6 7 8 91011>>