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

<<11121314151617181920>>

  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 19 #include "llvm/CodeGen/MachineFunction.h"
83 void FunctionLoweringInfo::set(const Function &fn, MachineFunction &mf,
ScheduleDAGRRList.cpp 162 ScheduleDAGRRList(MachineFunction &mf, bool needlatency,
280 const MachineFunction &MF) {
    [all...]
SelectionDAG.cpp 913 void SelectionDAG::init(MachineFunction &mf) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 84 bool runOnMachineFunction(MachineFunction &F) override {
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp 51 bool runOnMachineFunction(MachineFunction &Fn) override;
    [all...]
  /external/llvm/lib/Target/X86/
X86AsmPrinter.cpp 49 bool X86AsmPrinter::runOnMachineFunction(MachineFunction &MF) {
X86ISelLowering.cpp 31 #include "llvm/CodeGen/MachineFunction.h"
    [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 480 MachineFunction &MF) const {
541 MachineFunction &MF = DAG.getMachineFunction();
579 MachineFunction &MF = DAG.getMachineFunction();
    [all...]
SIInstrInfo.cpp 545 MachineFunction *MF = MBB.getParent();
634 MachineFunction *MF = MBB.getParent();
683 MachineFunction *MF = MBB.getParent();
853 MachineFunction &MF = *MBB.getParent();
    [all...]
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 116 MachineFunction *MF;
333 bool runOnMachineFunction(MachineFunction &mf) override;
    [all...]
LiveIntervalAnalysis.cpp 121 bool LiveIntervals::runOnMachineFunction(MachineFunction &fn) {
315 for (MachineFunction::const_iterator MFI = MF->begin(), MFE = MF->end();
    [all...]
ScheduleDAGInstrs.cpp 52 ScheduleDAGInstrs::ScheduleDAGInstrs(MachineFunction &mf,
570 const MachineFunction *MF = MIa->getParent()->getParent();
    [all...]
AggressiveAntiDepBreaker.cpp 114 MachineFunction &MFi, const RegisterClassInfo &RCI,
    [all...]
RegisterPressure.cpp 200 void RegPressureTracker::init(const MachineFunction *mf,
    [all...]
MachineTraceMetrics.cpp 53 bool MachineTraceMetrics::runOnMachineFunction(MachineFunction &Func) {
    [all...]
TargetLoweringBase.cpp 20 #include "llvm/CodeGen/MachineFunction.h"
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp 409 void NVPTXAsmPrinter::printReturnValStr(const MachineFunction &MF,
    [all...]
NVPTXISelLowering.cpp 21 #include "llvm/CodeGen/MachineFunction.h"
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
MipsSEInstrInfo.cpp 516 const MachineFunction &MF) const {
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 26 #include "llvm/CodeGen/MachineFunction.h"
147 assert(MF && "getSubtargetInfo requires a valid MachineFunction!");
626 const MachineFunction *MF = MI.getParent()->getParent();
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonBitTracker.cpp 28 MachineFunction &mf)
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp 21 #include "llvm/CodeGen/MachineFunction.h"
82 bool runOnMachineFunction(MachineFunction &MF) override {
221 void InsertVRSaveCode(MachineFunction &MF);
250 void PPCDAGToDAGISel::InsertVRSaveCode(MachineFunction &Fn) {
295 for (MachineFunction::iterator BB = Fn.begin(), E = Fn.end(); BB != E; ++BB) {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 335 bool runOnMachineFunction(MachineFunction &MF) override {
    [all...]

Completed in 1688 milliseconds

<<11121314151617181920>>