OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MachineFunction
(Results
101 - 125
of
468
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/lib/CodeGen/
ErlangGC.cpp
35
bool findCustomSafePoints(GCFunctionInfo &FI,
MachineFunction
&MF) override;
62
bool ErlangGC::findCustomSafePoints(GCFunctionInfo &FI,
MachineFunction
&MF) {
63
for (
MachineFunction
::iterator BBI = MF.begin(), BBE = MF.end(); BBI != BBE;
ExpandISelPseudos.cpp
18
#include "llvm/CodeGen/
MachineFunction
.h"
34
bool runOnMachineFunction(
MachineFunction
&MF) override;
47
bool ExpandISelPseudos::runOnMachineFunction(
MachineFunction
&MF) {
52
for (
MachineFunction
::iterator I = MF.begin(), E = MF.end(); I != E; ++I) {
BranchFolding.h
18
class
MachineFunction
;
28
bool OptimizeFunction(
MachineFunction
&MF,
95
bool TailMergeBlocks(
MachineFunction
&MF);
115
bool OptimizeBranches(
MachineFunction
&MF);
120
bool HoistCommonCode(
MachineFunction
&MF);
MachinePostDominators.cpp
37
MachinePostDominatorTree::runOnMachineFunction(
MachineFunction
&F) {
MachineFunction.cpp
1
//===--
MachineFunction
.cpp -----------------------------------------------===//
16
#include "llvm/CodeGen/
MachineFunction
.h"
44
//
MachineFunction
implementation
54
MachineFunction
::
MachineFunction
(const Function *F, const TargetMachine &TM,
85
MachineFunction
::~
MachineFunction
() {
119
MachineJumpTableInfo *
MachineFunction
::
129
bool
MachineFunction
::shouldSplitStack() {
138
void
MachineFunction
::RenumberBlocks(MachineBasicBlock *MBB)
[
all
...]
/external/llvm/lib/Target/R600/
SIMachineFunctionInfo.cpp
27
SIMachineFunctionInfo::SIMachineFunctionInfo(const
MachineFunction
&MF)
32
static unsigned createLaneVGPR(MachineRegisterInfo &MRI,
MachineFunction
*MF) {
73
MachineRegisterInfo &MRI,
MachineFunction
*MF, unsigned NumRegs) {
AMDGPUInstrInfo.h
37
class
MachineFunction
;
72
convertToThreeAddress(
MachineFunction
::iterator &MFI,
96
MachineInstr *foldMemoryOperandImpl(
MachineFunction
&MF,
100
MachineInstr *foldMemoryOperandImpl(
MachineFunction
&MF,
106
int getIndirectIndexBegin(const
MachineFunction
&MF) const;
110
int getIndirectIndexEnd(const
MachineFunction
&MF) const;
115
bool unfoldMemoryOperand(
MachineFunction
&MF, MachineInstr *MI,
SIFixSGPRLiveRanges.cpp
43
virtual bool runOnMachineFunction(
MachineFunction
&MF) override;
74
bool SIFixSGPRLiveRanges::runOnMachineFunction(
MachineFunction
&MF) {
80
for (
MachineFunction
::iterator BI = MF.begin(), BE = MF.end();
/external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.cpp
41
AArch64RegisterInfo::getCalleeSavedRegs(const
MachineFunction
*MF) const {
42
assert(MF && "Invalid
MachineFunction
pointer.");
78
AArch64RegisterInfo::getReservedRegs(const
MachineFunction
&MF) const {
106
bool AArch64RegisterInfo::isReservedReg(const
MachineFunction
&MF,
133
AArch64RegisterInfo::getPointerRegClass(const
MachineFunction
&MF,
147
bool AArch64RegisterInfo::hasBasePointer(const
MachineFunction
&MF) const {
171
AArch64RegisterInfo::getFrameRegister(const
MachineFunction
&MF) const {
178
const
MachineFunction
&MF) const {
183
const
MachineFunction
&MF) const {
188
AArch64RegisterInfo::useFPForScavengingIndex(const
MachineFunction
&MF) const
[
all
...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUInstrInfo.h
36
class
MachineFunction
;
68
convertToThreeAddress(
MachineFunction
::iterator &MFI,
90
MachineInstr *foldMemoryOperandImpl(
MachineFunction
&MF,
94
MachineInstr *foldMemoryOperandImpl(
MachineFunction
&MF,
101
bool unfoldMemoryOperand(
MachineFunction
&MF, MachineInstr *MI,
134
virtual MachineInstr* getMovImmInstr(
MachineFunction
*MF, unsigned DstReg,
141
virtual void convertToISA(MachineInstr & MI,
MachineFunction
&MF,
SIAssignInterpRegs.cpp
38
void AddLiveIn(
MachineFunction
* MF, MachineRegisterInfo & MRI,
45
virtual bool runOnMachineFunction(
MachineFunction
&MF);
67
bool SIAssignInterpRegsPass::runOnMachineFunction(
MachineFunction
&MF)
122
void SIAssignInterpRegsPass::AddLiveIn(
MachineFunction
* MF,
SIInstrInfo.h
45
virtual MachineInstr * getMovImmInstr(
MachineFunction
*MF, unsigned DstReg,
SIRegisterInfo.cpp
27
BitVector SIRegisterInfo::getReservedRegs(const
MachineFunction
&MF) const
/external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.h
36
class
MachineFunction
;
68
convertToThreeAddress(
MachineFunction
::iterator &MFI,
90
MachineInstr *foldMemoryOperandImpl(
MachineFunction
&MF,
94
MachineInstr *foldMemoryOperandImpl(
MachineFunction
&MF,
101
bool unfoldMemoryOperand(
MachineFunction
&MF, MachineInstr *MI,
134
virtual MachineInstr* getMovImmInstr(
MachineFunction
*MF, unsigned DstReg,
141
virtual void convertToISA(MachineInstr & MI,
MachineFunction
&MF,
SIAssignInterpRegs.cpp
38
void AddLiveIn(
MachineFunction
* MF, MachineRegisterInfo & MRI,
45
virtual bool runOnMachineFunction(
MachineFunction
&MF);
67
bool SIAssignInterpRegsPass::runOnMachineFunction(
MachineFunction
&MF)
122
void SIAssignInterpRegsPass::AddLiveIn(
MachineFunction
* MF,
SIInstrInfo.h
45
virtual MachineInstr * getMovImmInstr(
MachineFunction
*MF, unsigned DstReg,
SIRegisterInfo.cpp
27
BitVector SIRegisterInfo::getReservedRegs(const
MachineFunction
&MF) const
/external/llvm/lib/CodeGen/AsmPrinter/
WinCodeViewLineTables.h
23
#include "llvm/CodeGen/
MachineFunction
.h"
104
void maybeRecordLocation(DebugLoc DL, const
MachineFunction
*MF);
131
void beginFunction(const
MachineFunction
*MF) override;
134
void endFunction(const
MachineFunction
*) override;
Win64Exception.cpp
20
#include "llvm/CodeGen/
MachineFunction
.h"
53
void Win64Exception::beginFunction(const
MachineFunction
*MF) {
90
void Win64Exception::endFunction(const
MachineFunction
*) {
/external/llvm/include/llvm/CodeGen/
VirtRegMap.h
26
class
MachineFunction
;
44
MachineFunction
*MF;
73
bool runOnMachineFunction(
MachineFunction
&MF) override;
80
MachineFunction
&getMachineFunction() const {
RegisterClassInfo.h
51
const
MachineFunction
*MF;
82
void runOnMachineFunction(const
MachineFunction
&MF);
/external/llvm/lib/Target/Mips/
Mips16RegisterInfo.cpp
24
#include "llvm/CodeGen/
MachineFunction
.h"
48
(const
MachineFunction
&MF) const {
52
(const
MachineFunction
&MF) const {
57
(const
MachineFunction
&MF) const {
85
MachineFunction
&MF = *MI.getParent()->getParent();
MipsJITInfo.h
19
#include "llvm/CodeGen/
MachineFunction
.h"
62
void Initialize(const
MachineFunction
&MF, bool isPIC,
/external/llvm/lib/Target/Sparc/
SparcMachineFunctionInfo.h
16
#include "llvm/CodeGen/
MachineFunction
.h"
38
explicit SparcMachineFunctionInfo(
MachineFunction
&MF)
/external/llvm/lib/Target/XCore/
XCoreMCInstLower.h
20
class
MachineFunction
;
Completed in 1215 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>