OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MachineFunction
(Results
301 - 316
of
316
) sorted by null
<<
11
12
13
/external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGFast.cpp
75
ScheduleDAGFast(
MachineFunction
&mf)
SelectionDAG.cpp
899
void SelectionDAG::init(
MachineFunction
&mf) {
[
all
...]
SelectionDAGISel.cpp
33
#include "llvm/CodeGen/
MachineFunction
.h"
336
bool SelectionDAGISel::runOnMachineFunction(
MachineFunction
&mf) {
438
for (
MachineFunction
::const_iterator
[
all
...]
TargetLowering.cpp
26
#include "llvm/CodeGen/
MachineFunction
.h"
[
all
...]
/external/llvm/lib/Target/X86/
X86AsmPrinter.cpp
52
bool X86AsmPrinter::runOnMachineFunction(
MachineFunction
&MF) {
X86MCInstLower.cpp
32
X86MCInstLower::X86MCInstLower(Mangler *mang, const
MachineFunction
&mf,
/external/llvm/lib/Target/CellSPU/
SPUISelLowering.cpp
24
#include "llvm/CodeGen/
MachineFunction
.h"
636
MachineFunction
&MF = DAG.getMachineFunction();
[
all
...]
SPUISelDAGToDAG.cpp
22
#include "llvm/CodeGen/
MachineFunction
.h"
157
virtual bool runOnMachineFunction(
MachineFunction
&MF) {
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
25
#include "llvm/CodeGen/
MachineFunction
.h"
496
const
MachineFunction
*MF = MI.getParent()->getParent();
664
for (
MachineFunction
::const_iterator I = MF->begin(), E = MF->end();
[
all
...]
/external/llvm/lib/Target/ARM/
ARMAsmPrinter.cpp
323
bool ARMAsmPrinter::runOnMachineFunction(
MachineFunction
&MF) {
540
const
MachineFunction
&MF = *MI->getParent()->getParent();
[
all
...]
ARMCodeEmitter.cpp
79
bool runOnMachineFunction(
MachineFunction
&MF);
394
bool ARMCodeEmitter::runOnMachineFunction(
MachineFunction
&MF) {
415
for (
MachineFunction
::iterator MBB = MF.begin(), E = MF.end();
[
all
...]
/external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.cpp
117
AggressiveAntiDepBreaker(
MachineFunction
& MFi,
[
all
...]
RegisterPressure.cpp
166
void RegPressureTracker::init(const
MachineFunction
*mf,
ScheduleDAGInstrs.cpp
42
ScheduleDAGInstrs::ScheduleDAGInstrs(
MachineFunction
&mf,
[
all
...]
MachineTraceMetrics.cpp
49
bool MachineTraceMetrics::runOnMachineFunction(
MachineFunction
&Func) {
[
all
...]
/external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp
29
#include "llvm/CodeGen/
MachineFunction
.h"
[
all
...]
Completed in 642 milliseconds
<<
11
12
13