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

1 2 3

  /external/llvm/lib/CodeGen/
MachineFunctionAnalysis.cpp 17 #include "llvm/CodeGen/MachineModuleInfo.h"
34 AU.addRequired<MachineModuleInfo>();
38 MachineModuleInfo *MMI = getAnalysisIfAvailable<MachineModuleInfo>();
49 getAnalysis<MachineModuleInfo>(),
MachineModuleInfo.cpp 1 //===-- llvm/CodeGen/MachineModuleInfo.cpp ----------------------*- C++ -*-===//
10 #include "llvm/CodeGen/MachineModuleInfo.h"
28 INITIALIZE_PASS(MachineModuleInfo, "machinemoduleinfo",
30 char MachineModuleInfo::ID = 0;
253 MachineModuleInfo::MachineModuleInfo(const MCAsmInfo &MAI,
260 MachineModuleInfo::MachineModuleInfo()
262 llvm_unreachable("This MachineModuleInfo constructor should never be called,
    [all...]
BranchFolding.h 19 class MachineModuleInfo;
31 MachineModuleInfo *mmi);
92 MachineModuleInfo *MMI;
LLVMTargetMachine.cpp 20 #include "llvm/CodeGen/MachineModuleInfo.h"
111 // Install a MachineModuleInfo class, which is an immutable pass that holds
113 MachineModuleInfo *MMI =
114 new MachineModuleInfo(*TM->getMCAsmInfo(), *TM->getRegisterInfo(),
UnreachableBlockElim.cpp 29 #include "llvm/CodeGen/MachineModuleInfo.h"
100 MachineModuleInfo *MMI;
123 MMI = getAnalysisIfAvailable<MachineModuleInfo>();
  /external/llvm/lib/Target/AArch64/
AArch64TargetObjectFile.h 30 MachineModuleInfo *MMI,
35 MachineModuleInfo *MMI) const override;
AArch64TargetObjectFile.cpp 28 const TargetMachine &TM, MachineModuleInfo *MMI,
50 MachineModuleInfo *MMI) const {
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.h 25 MachineModuleInfo *MMI,
32 MachineModuleInfo *MMI) const override;
X86TargetObjectFile.cpp 24 const TargetMachine &TM, MachineModuleInfo *MMI,
43 MachineModuleInfo *MMI) const {
  /external/llvm/lib/Target/Sparc/
SparcTargetObjectFile.h 29 MachineModuleInfo *MMI,
SparcTargetObjectFile.cpp 20 const TargetMachine &TM, MachineModuleInfo *MMI,
SparcCodeEmitter.cpp 22 #include "llvm/CodeGen/MachineModuleInfo.h"
44 AU.addRequired<MachineModuleInfo> ();
109 MCE.setModuleInfo(&getAnalysis<MachineModuleInfo> ());
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 18 #include "llvm/CodeGen/MachineModuleInfo.h"
43 MachineModuleInfoMachO(const MachineModuleInfo &) {}
81 MachineModuleInfoELF(const MachineModuleInfo &) {}
TargetLoweringObjectFileImpl.h 23 class MachineModuleInfo;
61 MachineModuleInfo *MMI,
67 MachineModuleInfo *MMI) const override;
109 MachineModuleInfo *MMI,
115 MachineModuleInfo *MMI) const override;
FunctionLoweringInfo.h 41 class MachineModuleInfo;
216 /// being passed to this variadic function, and set the MachineModuleInfo's
220 void ComputeUsesVAFloatArgument(const CallInst &I, MachineModuleInfo *MMI);
225 MachineModuleInfo *MMI, MachineBasicBlock *MBB);
229 void AddLandingPadInfo(const LandingPadInst &I, MachineModuleInfo &MMI,
MachineModuleInfo.h 1 //===-- llvm/CodeGen/MachineModuleInfo.h ------------------------*- C++ -*-===//
18 // The following information can be retrieved from the MachineModuleInfo.
81 /// MachineModuleInfo is destroyed.
93 /// MachineModuleInfo - This class contains meta information specific to a
97 class MachineModuleInfo : public ImmutablePass {
179 MachineModuleInfo(); // DUMMY CONSTRUCTOR, DO NOT CALL.
181 MachineModuleInfo(const MCAsmInfo &MAI, const MCRegisterInfo &MRI,
183 ~MachineModuleInfo();
211 return const_cast<MachineModuleInfo*>(this)->getObjFileInfo<Ty>();
413 }; // End class MachineModuleInfo
    [all...]
MachineFunction.h 37 class MachineModuleInfo;
79 MachineModuleInfo &MMI;
141 unsigned FunctionNum, MachineModuleInfo &MMI,
145 MachineModuleInfo &getMMI() const { return MMI; }
AsmPrinter.h 43 class MachineModuleInfo;
84 /// This is a pointer to the current MachineModuleInfo.
85 MachineModuleInfo *MMI;
JITCodeEmitter.h 32 class MachineModuleInfo;
331 /// Specifies the MachineModuleInfo object. This is used for exception handling
333 void setModuleInfo(MachineModuleInfo* Info) override = 0;
MachineCodeEmitter.h 30 class MachineModuleInfo;
327 /// Specifies the MachineModuleInfo object. This is used for exception handling
329 virtual void setModuleInfo(MachineModuleInfo* Info) = 0;
  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.h 34 MachineModuleInfo *MMI,
ARMTargetObjectFile.cpp 47 const TargetMachine &TM, MachineModuleInfo *MMI,
  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.h 22 class MachineModuleInfo;
37 MachineModuleInfo *MMI;
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 24 class MachineModuleInfo;
115 MachineModuleInfo *MMI, MCStreamer &Streamer) const;
127 MachineModuleInfo *MMI) const;
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 21 #include "llvm/CodeGen/MachineModuleInfo.h"
33 MachineModuleInfo *MMI;
36 AU.addRequired<MachineModuleInfo>();
104 MMI = &getAnalysis<MachineModuleInfo>();

Completed in 316 milliseconds

1 2 3