HomeSort by relevance Sort by last modified time
    Searched refs:MachineFunction (Results 276 - 300 of 511) sorted by null

<<11121314151617181920>>

  /external/llvm/lib/Target/ARM/
Thumb2ITBlockPass.cpp 37 bool runOnMachineFunction(MachineFunction &Fn) override;
269 bool Thumb2ITBlockPass::runOnMachineFunction(MachineFunction &Fn) {
283 for (MachineFunction::iterator MFI = Fn.begin(), E = Fn.end(); MFI != E; ) {
  /external/llvm/lib/Target/Hexagon/
HexagonPeephole.cpp 42 #include "llvm/CodeGen/MachineFunction.h"
94 bool runOnMachineFunction(MachineFunction &MF) override;
114 bool HexagonPeephole::runOnMachineFunction(MachineFunction &MF) {
125 for (MachineFunction::iterator MBBb = MF.begin(), MBBe = MF.end();
HexagonNewValueJump.cpp 89 bool runOnMachineFunction(MachineFunction &Fn) override;
116 MachineFunction &MF) {
220 MachineFunction &MF) {
390 bool HexagonNewValueJump::runOnMachineFunction(MachineFunction &MF) {
412 for (MachineFunction::iterator MBBb = MF.begin(), MBBe = MF.end();
HexagonInstrInfo.h 213 const MachineFunction &MF) const override;
259 unsigned createVR(MachineFunction* MF, MVT VT) const;
394 void genAllInsnTimingClasses(MachineFunction &MF) const;
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.h 183 MachineInstr *convertToThreeAddress(MachineFunction::iterator &MFI,
186 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
190 MachineInstr *foldMemoryOperandImpl(MachineFunction &MF, MachineInstr *MI,
SystemZLongBranch.cpp 141 bool runOnMachineFunction(MachineFunction &F) override;
158 MachineFunction *MF;
450 bool SystemZLongBranch::runOnMachineFunction(MachineFunction &F) {
  /external/llvm/lib/Target/X86/
X86OptimizeLEAs.cpp 52 bool runOnMachineFunction(MachineFunction &MF) override;
124 const MachineFunction *MF = MI.getParent()->getParent();
299 bool OptimizeLEAPass::runOnMachineFunction(MachineFunction &MF) {
  /external/llvm/lib/CodeGen/
MachineInstr.cpp 19 #include "llvm/CodeGen/MachineFunction.h"
64 if (MachineFunction *MF = MBB->getParent()) {
106 if (MachineFunction *MF = MBB->getParent()) {
124 if (MachineFunction *MF = MBB->getParent())
182 if (MachineFunction *MF = MBB->getParent())
469 MachinePointerInfo MachinePointerInfo::getConstantPool(MachineFunction &MF) {
475 MachinePointerInfo MachinePointerInfo::getFixedStack(MachineFunction &MF,
480 MachinePointerInfo MachinePointerInfo::getJumpTable(MachineFunction &MF) {
484 MachinePointerInfo MachinePointerInfo::getGOT(MachineFunction &MF) {
488 MachinePointerInfo MachinePointerInfo::getStack(MachineFunction &MF
    [all...]
LiveDebugValues.cpp 25 #include "llvm/CodeGen/MachineFunction.h"
89 bool ExtendRanges(MachineFunction &MF);
106 bool runOnMachineFunction(MachineFunction &MF) override;
345 bool LiveDebugValues::ExtendRanges(MachineFunction &MF) {
369 ReversePostOrderTraversal<MachineFunction *> RPOT(&MF);
421 bool LiveDebugValues::runOnMachineFunction(MachineFunction &MF) {
VirtRegMap.cpp 27 #include "llvm/CodeGen/MachineFunction.h"
56 bool VirtRegMap::runOnMachineFunction(MachineFunction &mf) {
158 MachineFunction *MF;
178 bool runOnMachineFunction(MachineFunction&) override;
208 bool VirtRegRewriter::runOnMachineFunction(MachineFunction &fn) {
353 for (MachineFunction::iterator MBBI = MF->begin(), MBBE = MF->end();
LiveDebugVariables.cpp 28 #include "llvm/CodeGen/MachineFunction.h"
281 MachineFunction *MF;
318 /// @param mf MachineFunction to be scanned.
320 bool collectDebugValues(MachineFunction &mf);
329 bool runOnMachineFunction(MachineFunction &mf);
509 bool LDVImpl::collectDebugValues(MachineFunction &mf) {
511 for (MachineFunction::iterator MFI = mf.begin(), MFE = mf.end(); MFI != MFE;
716 bool LDVImpl::runOnMachineFunction(MachineFunction &mf) {
733 static void removeDebugValues(MachineFunction &mf) {
745 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf)
    [all...]
TargetInstrInfo.cpp 46 const MachineFunction &MF) const {
115 if (++MachineFunction::iterator(MBB) != MachineFunction::iterator(NewDest))
167 MachineFunction &MF = *MI->getParent()->getParent();
345 const MachineFunction &MF) const {
392 MachineFunction &MF) const {
436 static MachineInstr *foldPatchpoint(MachineFunction &MF, MachineInstr *MI,
510 MachineFunction &MF = *MBB->getParent();
668 MachineFunction *MF = Root.getParent()->getParent();
786 MachineFunction &MF = *MBB.getParent()
    [all...]
InterferenceCache.cpp 43 void InterferenceCache::init(MachineFunction *mf,
96 const MachineFunction *MF) {
147 MachineFunction::const_iterator MFI =
MachineCopyPropagation.cpp 19 #include "llvm/CodeGen/MachineFunction.h"
47 bool runOnMachineFunction(MachineFunction &MF) override;
332 bool MachineCopyPropagation::runOnMachineFunction(MachineFunction &MF) {
342 for (MachineFunction::iterator I = MF.begin(), E = MF.end(); I != E; ++I)
  /external/llvm/lib/Target/AMDGPU/
R600Packetizer.cpp 54 bool runOnMachineFunction(MachineFunction &Fn) override;
151 R600PacketizerList(MachineFunction &MF, MachineLoopInfo &MLI)
330 bool R600Packetizer::runOnMachineFunction(MachineFunction &Fn) {
350 for (MachineFunction::iterator MBB = Fn.begin(), MBBe = Fn.end();
368 for (MachineFunction::iterator MBB = Fn.begin(), MBBe = Fn.end();
AMDGPUAsmPrinter.cpp 63 static uint32_t getFPMode(const MachineFunction &F) {
162 bool AMDGPUAsmPrinter::runOnMachineFunction(MachineFunction &MF) {
258 void AMDGPUAsmPrinter::EmitProgramInfoR600(const MachineFunction &MF) {
319 const MachineFunction &MF) const {
533 void AMDGPUAsmPrinter::EmitProgramInfoSI(const MachineFunction &MF,
570 void AMDGPUAsmPrinter::EmitAmdKernelCodeT(const MachineFunction &MF,
R600ExpandSpecialInstrs.cpp 44 bool runOnMachineFunction(MachineFunction &MF) override;
68 bool R600ExpandSpecialInstrsPass::runOnMachineFunction(MachineFunction &MF) {
73 for (MachineFunction::iterator BB = MF.begin(), BB_E = MF.end();
SIFoldOperands.cpp 40 bool runOnMachineFunction(MachineFunction &MF) override;
303 bool SIFoldOperands::runOnMachineFunction(MachineFunction &MF) {
309 for (MachineFunction::iterator BI = MF.begin(), BE = MF.end();
SIShrinkInstructions.cpp 50 bool runOnMachineFunction(MachineFunction &MF) override;
204 bool SIShrinkInstructions::runOnMachineFunction(MachineFunction &MF) {
211 for (MachineFunction::iterator BI = MF.begin(), BE = MF.end();
  /external/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 28 class MachineFunction;
69 : public ilist_node_with_parent<MachineBasicBlock, MachineFunction> {
88 MachineFunction *xParent;
130 explicit MachineBasicBlock(MachineFunction &MF, const BasicBlock *BB);
134 // MachineBasicBlocks are allocated and owned by MachineFunction.
135 friend class MachineFunction;
156 /// Return the MachineFunction containing this basic block.
157 const MachineFunction *getParent() const { return xParent; }
158 MachineFunction *getParent() { return xParent; }
740 /// they're not in a MachineFunction yet, in which case this will return -1
    [all...]
CallingConvLower.h 20 #include "llvm/CodeGen/MachineFunction.h"
198 MachineFunction &MF;
262 CCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF,
270 MachineFunction &getMachineFunction() const { return MF; }
MachineInstrBundle.h 41 /// MachineFunction. Return true if any bundles are finalized.
42 bool finalizeBundles(MachineFunction &MF);
  /external/llvm/lib/Target/Mips/
MipsSEFrameLowering.cpp 22 #include "llvm/CodeGen/MachineFunction.h"
55 ExpandPseudo(MachineFunction &MF);
73 MachineFunction &MF;
81 ExpandPseudo::ExpandPseudo(MachineFunction &MF_)
90 for (MachineFunction::iterator BB = MF.begin(), BBEnd = MF.end();
376 void MipsSEFrameLowering::emitPrologue(MachineFunction &MF,
538 MachineFunction &MF, MachineBasicBlock &MBB) const {
666 void MipsSEFrameLowering::emitEpilogue(MachineFunction &MF,
726 MachineFunction &MF, MachineBasicBlock &MBB) const {
756 int MipsSEFrameLowering::getFrameIndexReference(const MachineFunction &MF
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64AdvSIMDScalarPass.cpp 41 #include "llvm/CodeGen/MachineFunction.h"
95 bool runOnMachineFunction(MachineFunction &F) override;
386 bool AArch64AdvSIMDScalar::runOnMachineFunction(MachineFunction &mf) {
394 for (MachineFunction::iterator I = mf.begin(), E = mf.end(); I != E; ++I)
  /external/llvm/lib/Target/MSP430/
MSP430InstrInfo.cpp 44 MachineFunction &MF = *MBB.getParent();
71 MachineFunction &MF = *MBB.getParent();
307 const MachineFunction *MF = MI->getParent()->getParent();

Completed in 398 milliseconds

<<11121314151617181920>>