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

<<111213141516171819

  /external/llvm/lib/Target/AArch64/
AArch64InstrInfo.cpp 39 const MachineFunction *MF = MBB.getParent();
664 MachineFunction *MF = MBB->getParent();
665 assert(MF && "Can't get MachineFunction here");
    [all...]
AArch64AsmPrinter.cpp 86 bool runOnMachineFunction(MachineFunction &F) override {
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 22 #include "llvm/CodeGen/MachineFunction.h"
53 HexagonCCState(CallingConv::ID CC, bool isVarArg, MachineFunction &MF,
691 MachineFunction &MF = DAG.getMachineFunction();
754 MachineFunction &MF = DAG.getMachineFunction();
837 MachineFunction &MF = DAG.getMachineFunction();
    [all...]
HexagonHardwareLoops.cpp 34 #include "llvm/CodeGen/MachineFunction.h"
81 bool runOnMachineFunction(MachineFunction &MF) override;
296 bool HexagonHardwareLoops::runOnMachineFunction(MachineFunction &MF) {
    [all...]
  /external/llvm/lib/Target/X86/
X86InstrInfo.cpp     [all...]
X86MCInstLower.cpp 20 #include "llvm/CodeGen/MachineFunction.h"
40 const MachineFunction &MF;
45 X86MCInstLower(const MachineFunction &MF, X86AsmPrinter &asmprinter);
61 X86MCInstLower::X86MCInstLower(const MachineFunction &mf,
    [all...]
  /external/llvm/lib/CodeGen/
InlineSpiller.cpp 27 #include "llvm/CodeGen/MachineFunction.h"
60 MachineFunction &MF;
143 MachineFunction &mf,
194 MachineFunction &mf,
    [all...]
LiveIntervalAnalysis.cpp 110 bool LiveIntervals::runOnMachineFunction(MachineFunction &fn) {
205 for (MachineFunction::iterator MBBI = MF->begin(), E = MF->end();
279 for (MachineFunction::const_iterator MFI = MF->begin(), MFE = MF->end();
    [all...]
MachineLICM.cpp 129 bool runOnMachineFunction(MachineFunction &MF) override;
322 bool MachineLICM::runOnMachineFunction(MachineFunction &MF) {
    [all...]
LiveRangeEdit.cpp 407 LiveRangeEdit::calculateRegClassAndHint(MachineFunction &MF,
RegisterCoalescer.cpp 79 MachineFunction* MF;
196 bool runOnMachineFunction(MachineFunction&) override;
    [all...]
RegisterScavenging.cpp 20 #include "llvm/CodeGen/MachineFunction.h"
72 MachineFunction &MF = *mbb->getParent();
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 126 ARMBaseInstrInfo::convertToThreeAddress(MachineFunction::iterator &MFI,
135 MachineFunction &MF = *MI->getParent()->getParent();
572 const MachineFunction *MF = MBB.getParent();
802 MachineFunction &MF = *MBB.getParent();
    [all...]
ARMAsmPrinter.cpp 98 bool ARMAsmPrinter::runOnMachineFunction(MachineFunction &MF) {
138 const MachineFunction &MF = *MI->getParent()->getParent();
360 const MachineFunction &MF = *MI->getParent()->getParent();
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 16 #include "llvm/CodeGen/MachineFunction.h"
316 MachineFunction &MF = DAG.getMachineFunction();
R600InstrInfo.cpp 78 MachineInstr * R600InstrInfo::getMovImmInstr(MachineFunction *MF,
AMDILCFGStructurizer.cpp 23 #include "llvm/CodeGen/MachineFunction.h"
129 virtual bool runOnMachineFunction(MachineFunction &MF);
190 bool MachinePostDominatorTree::runOnMachineFunction(MachineFunction &F) {
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 34 class MachineFunction;
171 MachineFunction *MF;
267 /// MachineFunction.
269 void init(MachineFunction &mf, const TargetLowering *TLI);
276 MachineFunction &getMachineFunction() const { return *MF; }
    [all...]
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUISelLowering.cpp 16 #include "llvm/CodeGen/MachineFunction.h"
316 MachineFunction &MF = DAG.getMachineFunction();
R600InstrInfo.cpp 78 MachineInstr * R600InstrInfo::getMovImmInstr(MachineFunction *MF,
  /frameworks/compile/mclinker/lib/CodeGen/
MCLinker.cpp 243 bool MCLinker::runOnMachineFunction(MachineFunction& pF)
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 29 #include "llvm/CodeGen/MachineFunction.h"
    [all...]
ScheduleDAGFast.cpp 81 ScheduleDAGFast(MachineFunction &mf)
648 ScheduleDAGLinearize(MachineFunction &mf) : ScheduleDAGSDNodes(mf) {}
ScheduleDAGSDNodes.cpp 49 ScheduleDAGSDNodes::ScheduleDAGSDNodes(MachineFunction &mf)
807 if (HasDbg && BB->getParent()->begin() == MachineFunction::iterator(BB)) {
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 150 class MachineFunction;
495 typedef MachineFunction FunctionT;
    [all...]

Completed in 683 milliseconds

<<111213141516171819