OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MachineModuleInfo
(Results
51 - 75
of
163
) sorted by null
1
2
3
4
5
6
7
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h
1
//===-- llvm/CodeGen/
MachineModuleInfo
.h ------------------------*- C++ -*-===//
18
// The following information can be retrieved from the
MachineModuleInfo
.
82
///
MachineModuleInfo
is destroyed.
94
///
MachineModuleInfo
- This class contains meta information specific to a
98
class
MachineModuleInfo
: public ImmutablePass {
177
MachineModuleInfo
(); // DUMMY CONSTRUCTOR, DO NOT CALL.
179
MachineModuleInfo
(const MCAsmInfo &MAI, const MCRegisterInfo &MRI,
181
~
MachineModuleInfo
();
208
return const_cast<
MachineModuleInfo
*>(this)->getObjFileInfo<Ty>();
401
}; // End class
MachineModuleInfo
[
all
...]
AsmPrinter.h
44
class
MachineModuleInfo
;
88
/// MMI - This is a pointer to the current
MachineModuleInfo
.
89
MachineModuleInfo
*MMI;
MachineCodeEmitter.h
29
class
MachineModuleInfo
;
325
/// Specifies the
MachineModuleInfo
object. This is used for exception handling
327
virtual void setModuleInfo(
MachineModuleInfo
* Info) = 0;
MachineFunction.h
36
class
MachineModuleInfo
;
78
MachineModuleInfo
&MMI;
132
unsigned FunctionNum,
MachineModuleInfo
&MMI,
136
MachineModuleInfo
&getMMI() const { return MMI; }
JITCodeEmitter.h
32
class
MachineModuleInfo
;
330
/// Specifies the
MachineModuleInfo
object. This is used for exception handling
332
virtual void setModuleInfo(
MachineModuleInfo
* Info) = 0;
/external/llvm/include/llvm/CodeGen/
FunctionLoweringInfo.h
43
class
MachineModuleInfo
;
301
/// being passed to this variadic function, and set the
MachineModuleInfo
's
305
void ComputeUsesVAFloatArgument(const CallInst &I,
MachineModuleInfo
*MMI);
309
void AddLandingPadInfo(const LandingPadInst &I,
MachineModuleInfo
&MMI,
MachineFunction.h
40
class
MachineModuleInfo
;
165
MachineModuleInfo
&MMI;
237
unsigned FunctionNum,
MachineModuleInfo
&MMI);
240
MachineModuleInfo
&getMMI() const { return MMI; }
AsmPrinter.h
48
class
MachineModuleInfo
;
89
/// This is a pointer to the current
MachineModuleInfo
.
90
MachineModuleInfo
*MMI;
/external/llvm/lib/CodeGen/
BranchFolding.h
23
class
MachineModuleInfo
;
37
const TargetRegisterInfo *tri,
MachineModuleInfo
*mmi,
104
MachineModuleInfo
*MMI;
LLVMTargetMachine.cpp
19
#include "llvm/CodeGen/
MachineModuleInfo
.h"
105
MachineModuleInfo
&
107
MachineModuleInfo
*MMI = new
MachineModuleInfo
(*getMCAsmInfo(),
153
MachineModuleInfo
&MMI = TM->addMachineModuleInfo(PM);
GCRootLowering.cpp
19
#include "llvm/CodeGen/
MachineModuleInfo
.h"
61
MachineModuleInfo
*MMI;
267
AU.addRequired<
MachineModuleInfo
>();
336
MMI = &getAnalysis<
MachineModuleInfo
>();
UnreachableBlockElim.cpp
29
#include "llvm/CodeGen/
MachineModuleInfo
.h"
113
MachineModuleInfo
*MMI;
136
MMI = getAnalysisIfAvailable<
MachineModuleInfo
>();
/external/llvm/lib/Target/X86/
X86TargetObjectFile.cpp
28
const TargetMachine &TM,
MachineModuleInfo
*MMI,
47
MachineModuleInfo
*MMI) const {
53
MachineModuleInfo
*MMI, MCStreamer &Streamer) const {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
BranchFolding.h
29
class
MachineModuleInfo
;
51
const TargetRegisterInfo *tri,
MachineModuleInfo
*mmi,
130
MachineModuleInfo
*MMI;
LLVMTargetMachine.cpp
17
#include "llvm/CodeGen/
MachineModuleInfo
.h"
101
raw_pwrite_stream &Out,
MachineModuleInfo
*MMI) {
110
MMI = new
MachineModuleInfo
(TM);
202
MachineModuleInfo
*MMI) {
230
/*
MachineModuleInfo
*/ nullptr);
GCRootLowering.cpp
19
#include "llvm/CodeGen/
MachineModuleInfo
.h"
60
MachineModuleInfo
*MMI;
266
AU.addRequired<
MachineModuleInfo
>();
335
MMI = &getAnalysis<
MachineModuleInfo
>();
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86RetpolineThunks.cpp
27
#include "llvm/CodeGen/
MachineModuleInfo
.h"
62
AU.addRequired<
MachineModuleInfo
>();
63
AU.addPreserved<
MachineModuleInfo
>();
67
MachineModuleInfo
*MMI;
101
MMI = &getAnalysis<
MachineModuleInfo
>();
/external/llvm/include/llvm/Target/
TargetMachine.h
32
class
MachineModuleInfo
;
316
/// Add
MachineModuleInfo
pass to pass manager.
317
MachineModuleInfo
&addMachineModuleInfo(PassManagerBase &PM) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMTargetObjectFile.cpp
47
MachineModuleInfo
*MMI, MCStreamer &Streamer) const {
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCCodeEmitter.cpp
23
#include "llvm/CodeGen/
MachineModuleInfo
.h"
33
MachineModuleInfo
*MMI;
36
AU.addRequired<
MachineModuleInfo
>();
98
MMI = &getAnalysis<
MachineModuleInfo
>();
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
TargetMachine.h
29
class
MachineModuleInfo
;
263
MachineModuleInfo
*MMI = nullptr) {
332
MachineModuleInfo
*MMI = nullptr) override;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
Assembler.cpp
16
#include "llvm/CodeGen/
MachineModuleInfo
.h"
72
llvm::
MachineModuleInfo
*MMI) {
134
std::unique_ptr<llvm::
MachineModuleInfo
> MMI =
135
llvm::make_unique<llvm::
MachineModuleInfo
>(&TM);
151
std::unique_ptr<llvm::
MachineModuleInfo
> MMI =
152
llvm::make_unique<llvm::
MachineModuleInfo
>(TM.get());
/external/swiftshader/third_party/LLVM/lib/CodeGen/
GCStrategy.cpp
26
#include "llvm/CodeGen/
MachineModuleInfo
.h"
70
MachineModuleInfo
*MMI;
346
AU.addRequired<
MachineModuleInfo
>();
403
MMI = &getAnalysis<
MachineModuleInfo
>();
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Target/WebAssembly/
WebAssemblyExceptionInfoTest.cpp
14
#include "llvm/CodeGen/
MachineModuleInfo
.h"
45
const char *FuncName,
MachineModuleInfo
&MMI) {
158
MachineModuleInfo
MMI(TM.get());
333
MachineModuleInfo
MMI(TM.get());
489
MachineModuleInfo
MMI(TM.get());
/external/llvm/lib/Target/
TargetLoweringObjectFile.cpp
117
MachineModuleInfo
*MMI) const {
287
const TargetMachine &TM,
MachineModuleInfo
*MMI,
Completed in 2579 milliseconds
1
2
3
4
5
6
7