HomeSort by relevance Sort by last modified time
    Searched refs:MachineModuleInfo (Results 26 - 50 of 58) sorted by null

12 3

  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 117 MachineModuleInfo *MMI) const {
312 const TargetMachine &TM, MachineModuleInfo *MMI,
  /external/llvm/lib/CodeGen/
GCStrategy.cpp 22 #include "llvm/CodeGen/MachineModuleInfo.h"
70 MachineModuleInfo *MMI;
341 AU.addRequired<MachineModuleInfo>();
405 MMI = &getAnalysis<MachineModuleInfo>();
Android.mk 64 MachineModuleInfo.cpp \
TargetLoweringObjectFileImpl.cpp 49 MachineModuleInfo *MMI) const {
88 const TargetMachine &TM, MachineModuleInfo *MMI,
674 const TargetMachine &TM, MachineModuleInfo *MMI,
706 MachineModuleInfo *MMI) const {
    [all...]
TailDuplication.cpp 23 #include "llvm/CodeGen/MachineModuleInfo.h"
66 MachineModuleInfo *MMI;
141 MMI = getAnalysisIfAvailable<MachineModuleInfo>();
    [all...]
StackColoring.cpp 41 #include "llvm/CodeGen/MachineModuleInfo.h"
459 MachineModuleInfo *MMI = &MF->getMMI();
BranchFolding.cpp 25 #include "llvm/CodeGen/MachineModuleInfo.h"
98 getAnalysisIfAvailable<MachineModuleInfo>());
185 MachineModuleInfo *mmi) {
    [all...]
IfConversion.cpp 23 #include "llvm/CodeGen/MachineModuleInfo.h"
292 getAnalysisIfAvailable<MachineModuleInfo>());
426 getAnalysisIfAvailable<MachineModuleInfo>());
    [all...]
  /frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp 21 #include <llvm/CodeGen/MachineModuleInfo.h>
161 // Install a MachineModuleInfo class, which is an immutable pass that holds
163 MachineModuleInfo *MMI =
164 new MachineModuleInfo(*TM->getMCAsmInfo(), *TM->getRegisterInfo(),
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 21 #include "llvm/CodeGen/MachineModuleInfo.h"
150 MachineModuleInfo &MMI = MF->getMMI();
419 /// being passed to this variadic function, and set the MachineModuleInfo's
424 MachineModuleInfo *MMI)
444 void llvm::AddCatchInfo(const CallInst &I, MachineModuleInfo *MMI,
446 // Inform the MachineModuleInfo of the personality for this landing pad.
454 // MachineModuleInfo.
498 void llvm::AddLandingPadInfo(const LandingPadInst &I, MachineModuleInfo &MMI,
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 22 #include "llvm/CodeGen/MachineModuleInfo.h"
64 MachineModuleInfo *MMI, unsigned DRegNum) {
74 MachineModuleInfo *MMI, int Offset) {
83 const TargetInstrInfo &TII, MachineModuleInfo *MMI,
99 const TargetInstrInfo &TII, MachineModuleInfo *MMI,
226 MachineModuleInfo *MMI = &MF.getMMI();
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 19 #include "llvm/CodeGen/MachineModuleInfo.h"
159 MachineModuleInfo *MMI, int InlineAsmVariant,
257 MachineModuleInfo *MMI, int InlineAsmVariant,
DwarfDebug.h 49 class MachineModuleInfo;
157 MachineModuleInfo *MMI;
WinCodeViewLineTables.cpp 106 MachineModuleInfo *MMI = AP->MMI;
AsmPrinter.cpp 29 #include "llvm/CodeGen/MachineModuleInfo.h"
162 AU.addRequired<MachineModuleInfo>();
169 MMI = getAnalysisIfAvailable<MachineModuleInfo>();
728 const MachineModuleInfo &MMI = MF->getMMI();
    [all...]
  /external/llvm/lib/Target/Mips/
MipsCodeEmitter.cpp 28 #include "llvm/CodeGen/MachineModuleInfo.h"
61 AU.addRequired<MachineModuleInfo> ();
153 MCE.setModuleInfo(&getAnalysis<MachineModuleInfo> ());
Mips16FrameLowering.cpp 23 #include "llvm/CodeGen/MachineModuleInfo.h"
47 MachineModuleInfo &MMI = MF.getMMI();
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 21 #include "llvm/CodeGen/MachineModuleInfo.h"
111 MachineModuleInfo &MMI = MF.getMMI();
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp 25 #include "llvm/CodeGen/MachineModuleInfo.h"
326 MachineModuleInfo* MMI;
446 void setModuleInfo(MachineModuleInfo* Info) override {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 25 #include "llvm/CodeGen/MachineModuleInfo.h"
159 MachineModuleInfo &MMI = MF.getMMI();
210 MachineModuleInfo &MMI = MF.getMMI();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMCodeEmitter.cpp 29 #include "llvm/CodeGen/MachineModuleInfo.h"
56 MachineModuleInfo *MMI;
63 AU.addRequired<MachineModuleInfo>();
383 MMI = &getAnalysis<MachineModuleInfo>();
    [all...]
Thumb1FrameLowering.cpp 19 #include "llvm/CodeGen/MachineModuleInfo.h"
90 MachineModuleInfo &MMI = MF.getMMI();
  /external/llvm/lib/Target/X86/
X86CodeEmitter.cpp 25 #include "llvm/CodeGen/MachineModuleInfo.h"
49 MachineModuleInfo *MMI;
82 AU.addRequired<MachineModuleInfo>();
131 MMI = &getAnalysis<MachineModuleInfo>();
    [all...]
X86FrameLowering.cpp 24 #include "llvm/CodeGen/MachineModuleInfo.h"
48 const MachineModuleInfo &MMI = MF.getMMI();
315 MachineModuleInfo &MMI = MF.getMMI();
445 MachineModuleInfo &MMI = MF.getMMI();
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 16 #include "llvm/CodeGen/MachineModuleInfo.h"
317 MachineModuleInfo &MMI = MF.getMMI();

Completed in 1221 milliseconds

12 3