HomeSort by relevance Sort by last modified time
    Searched refs:MachineFunction (Results 126 - 150 of 468) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/lib/CodeGen/
CriticalAntiDepBreaker.h 23 #include "llvm/CodeGen/MachineFunction.h"
35 MachineFunction& MF;
71 CriticalAntiDepBreaker(MachineFunction& MFi, const RegisterClassInfo&);
SpillPlacement.h 45 const MachineFunction *MF;
150 bool runOnMachineFunction(MachineFunction&) override;
InterferenceCache.h 27 MachineFunction *MF;
52 MachineFunction *MF;
99 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) {
122 const MachineFunction *MF);
163 void init(MachineFunction*, LiveIntervalUnion*, SlotIndexes*, LiveIntervals*,
MachineBlockPlacement.cpp 36 #include "llvm/CodeGen/MachineFunction.h"
218 MachineFunction &F,
220 MachineFunction::iterator &PrevUnplacedBlockIt,
227 MachineBasicBlock *findBestLoopExit(MachineFunction &F,
230 void buildLoopChains(MachineFunction &F, MachineLoop &L);
233 void buildCFGChains(MachineFunction &F);
241 bool runOnMachineFunction(MachineFunction &F) override;
468 MachineFunction &F, const BlockChain &PlacedChain,
469 MachineFunction::iterator &PrevUnplacedBlockIt,
471 for (MachineFunction::iterator I = PrevUnplacedBlockIt, E = F.end(); I != E
    [all...]
AllocationOrder.cpp 18 #include "llvm/CodeGen/MachineFunction.h"
34 const MachineFunction &MF = VRM.getMachineFunction();
MachineDominators.cpp 37 bool MachineDominatorTree::runOnMachineFunction(MachineFunction &F) {
  /external/llvm/lib/Target/Mips/
MipsFrameLowering.cpp 21 #include "llvm/CodeGen/MachineFunction.h"
96 bool MipsFrameLowering::hasFP(const MachineFunction &MF) const {
102 uint64_t MipsFrameLowering::estimateStackSize(const MachineFunction &MF) const {
MipsMachineFunction.h 20 #include "llvm/CodeGen/MachineFunction.h"
51 /// MipsFunctionInfo - This class is derived from MachineFunction private
52 /// Mips target-specific information for each MachineFunction.
55 MipsFunctionInfo(MachineFunction &MF)
105 MachineFunction& MF;
MipsRegisterInfo.cpp 23 #include "llvm/CodeGen/MachineFunction.h"
51 MipsRegisterInfo::getPointerRegClass(const MachineFunction &MF,
58 MachineFunction &MF) const {
83 MipsRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
127 getReservedRegs(const MachineFunction &MF) const {
219 MipsRegisterInfo::requiresRegisterScavenging(const MachineFunction &MF) const {
224 MipsRegisterInfo::trackLivenessAfterRegAlloc(const MachineFunction &MF) const {
235 MachineFunction &MF = *MI.getParent()->getParent();
252 getFrameRegister(const MachineFunction &MF) const {
  /external/llvm/lib/Target/R600/
AMDGPURegisterInfo.cpp 33 AMDGPURegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
44 unsigned AMDGPURegisterInfo::getFrameRegister(const MachineFunction &MF) const {
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 79 AMDGPUInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI,
141 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
149 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
164 AMDGPUInstrInfo::unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
238 void AMDGPUInstrInfo::convertToISA(MachineInstr & MI, MachineFunction &MF,
AMDGPUAsmPrinter.cpp 40 bool AMDGPUAsmPrinter::runOnMachineFunction(MachineFunction &MF) {
54 void AMDGPUAsmPrinter::EmitProgramInfo(MachineFunction &MF) {
61 for (MachineFunction::iterator BB = MF.begin(), BB_E = MF.end();
R600ExpandSpecialInstrs.cpp 36 virtual bool runOnMachineFunction(MachineFunction &MF);
51 bool R600ExpandSpecialInstrsPass::runOnMachineFunction(MachineFunction &MF) {
55 for (MachineFunction::iterator BB = MF.begin(), BB_E = MF.end();
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 25 #include "llvm/CodeGen/MachineFunction.h"
60 ARMBaseRegisterInfo::getCalleeSavedRegs(const MachineFunction *MF) const {
123 getReservedRegs(const MachineFunction &MF) const {
175 ARMBaseRegisterInfo::getPointerRegClass(const MachineFunction &MF, unsigned Kind)
189 MachineFunction &MF) const {
220 const MachineFunction &MF,
268 MachineFunction &MF) const {
309 bool ARMBaseRegisterInfo::hasBasePointer(const MachineFunction &MF) const {
340 bool ARMBaseRegisterInfo::canRealignStack(const MachineFunction &MF) const {
365 needsStackRealignment(const MachineFunction &MF) const
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 79 AMDGPUInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI,
141 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
149 AMDGPUInstrInfo::foldMemoryOperandImpl(MachineFunction &MF,
164 AMDGPUInstrInfo::unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
238 void AMDGPUInstrInfo::convertToISA(MachineInstr & MI, MachineFunction &MF,
AMDGPUAsmPrinter.cpp 40 bool AMDGPUAsmPrinter::runOnMachineFunction(MachineFunction &MF) {
54 void AMDGPUAsmPrinter::EmitProgramInfo(MachineFunction &MF) {
61 for (MachineFunction::iterator BB = MF.begin(), BB_E = MF.end();
R600ExpandSpecialInstrs.cpp 36 virtual bool runOnMachineFunction(MachineFunction &MF);
51 bool R600ExpandSpecialInstrsPass::runOnMachineFunction(MachineFunction &MF) {
55 for (MachineFunction::iterator BB = MF.begin(), BB_E = MF.end();
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 19 #include "llvm/CodeGen/MachineFunction.h"
40 void SparcFrameLowering::emitSPAdjustment(MachineFunction &MF,
85 void SparcFrameLowering::emitPrologue(MachineFunction &MF) const {
136 eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB,
151 void SparcFrameLowering::emitEpilogue(MachineFunction &MF,
176 bool SparcFrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
184 bool SparcFrameLowering::hasFP(const MachineFunction &MF) const {
205 bool SparcFrameLowering::isLeafProc(MachineFunction &MF) const
217 void SparcFrameLowering::remapRegsForLeafProc(MachineFunction &MF) const {
236 for (MachineFunction::iterator MBB = MF.begin(), E = MF.end()
    [all...]
  /external/llvm/lib/Target/MSP430/
MSP430FrameLowering.cpp 18 #include "llvm/CodeGen/MachineFunction.h"
29 bool MSP430FrameLowering::hasFP(const MachineFunction &MF) const {
37 bool MSP430FrameLowering::hasReservedCallFrame(const MachineFunction &MF) const {
41 void MSP430FrameLowering::emitPrologue(MachineFunction &MF) const {
74 for (MachineFunction::iterator I = std::next(MF.begin()), E = MF.end();
106 void MSP430FrameLowering::emitEpilogue(MachineFunction &MF,
190 MachineFunction &MF = *MBB.getParent();
216 MachineFunction &MF = *MBB.getParent();
226 eliminateCallFramePseudoInstr(MachineFunction &MF, MachineBasicBlock &MBB,
288 MSP430FrameLowering::processFunctionBeforeFrameFinalized(MachineFunction &MF
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 233 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
274 void storeRegToAddr(MachineFunction &MF, unsigned SrcReg, bool isKill,
287 void loadRegFromAddr(MachineFunction &MF, unsigned DestReg,
302 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
310 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
323 bool unfoldMemoryOperand(MachineFunction &MF, MachineInstr *MI,
388 unsigned getGlobalBaseReg(MachineFunction *MF) const;
403 MachineInstr* foldMemoryOperandImpl(MachineFunction &MF,
452 MachineFunction::iterator &MFI,
  /external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h 40 class MachineFunction;
56 MachineFunction *MF;
127 /// and its associated MachineFunction.
129 void set(const Function &Fn, MachineFunction &MF, SelectionDAG *DAG);
RegAllocPBQP.h 30 class MachineFunction;
125 /// the given MachineFunction.
126 virtual PBQPRAProblem *build(MachineFunction *mf, const LiveIntervals *lis,
144 /// the given MachineFunction.
145 PBQPRAProblem *build(MachineFunction *mf, const LiveIntervals *lis,
LiveRegMatrix.h 62 bool runOnMachineFunction(MachineFunction&) override;
  /external/llvm/lib/Target/AArch64/
AArch64CleanupLocalDynamicTLSPass.cpp 30 #include "llvm/CodeGen/MachineFunction.h"
41 bool runOnMachineFunction(MachineFunction &MF) override {
94 MachineFunction *MF = I->getParent()->getParent();
114 MachineFunction *MF = I->getParent()->getParent();
AArch64StorePairSuppress.cpp 15 #include "llvm/CodeGen/MachineFunction.h"
33 MachineFunction *MF;
46 bool runOnMachineFunction(MachineFunction &F) override;
119 bool AArch64StorePairSuppress::runOnMachineFunction(MachineFunction &mf) {

Completed in 1172 milliseconds

1 2 3 4 56 7 8 91011>>