HomeSort by relevance Sort by last modified time
    Searched refs:MachineModuleInfo (Results 101 - 125 of 163) sorted by null

1 2 3 45 6 7

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llc/
llc.cpp 24 #include "llvm/CodeGen/MachineModuleInfo.h"
538 MachineModuleInfo *MMI = new MachineModuleInfo(&LLVMTM);
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.h 49 class MachineModuleInfo;
AsmPrinter.cpp 172 AU.addRequired<MachineModuleInfo>();
179 MMI = getAnalysisIfAvailable<MachineModuleInfo>();
822 const MachineModuleInfo &MMI = MF->getMMI();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUFrameLowering.cpp 22 #include "llvm/CodeGen/MachineModuleInfo.h"
96 MachineModuleInfo &MMI = MF.getMMI();
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsFrameLowering.cpp 21 #include "llvm/CodeGen/MachineModuleInfo.h"
176 MachineModuleInfo &MMI = MF.getMMI();
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/
MachineInstrTest.cpp 12 #include "llvm/CodeGen/MachineModuleInfo.h"
95 MachineModuleInfo MMI(TM.get());
  /external/llvm/lib/CodeGen/
MIRPrinter.cpp 23 #include "llvm/CodeGen/MachineModuleInfo.h"
90 const MachineFrameInfo &MFI, MachineModuleInfo &MMI,
284 MachineModuleInfo &MMI,
364 for (MachineModuleInfo::VariableDbgInfo &DebugVar :
    [all...]
ImplicitNullChecks.cpp 39 #include "llvm/CodeGen/MachineModuleInfo.h"
109 MachineModuleInfo *MMI = nullptr;
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86CodeEmitter.cpp 27 #include "llvm/CodeGen/MachineModuleInfo.h"
49 MachineModuleInfo *MMI;
75 AU.addRequired<MachineModuleInfo>();
116 MMI = &getAnalysis<MachineModuleInfo>();
    [all...]
X86FrameLowering.cpp 24 #include "llvm/CodeGen/MachineModuleInfo.h"
47 const MachineModuleInfo &MMI = MF.getMMI();
290 MachineModuleInfo &MMI = MF.getMMI();
602 MachineModuleInfo &MMI = MF.getMMI();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 25 #include "llvm/CodeGen/MachineModuleInfo.h"
178 MachineModuleInfo *MMI) const {
212 MachineModuleInfo *MMI, MCStreamer &Streamer) const {
872 MachineModuleInfo *MMI, MCStreamer &Streamer) const {
900 MachineModuleInfo *MMI) const {
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 21 #include "llvm/CodeGen/MachineModuleInfo.h"
157 MachineModuleInfo &MMI = MF.getMMI();
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreFrameLowering.cpp 23 #include "llvm/CodeGen/MachineModuleInfo.h"
94 MachineModuleInfo *MMI = &MF.getMMI();
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 100 #include "llvm/CodeGen/MachineModuleInfo.h"
207 MachineModuleInfo &MMI = MF.getMMI();
415 MachineModuleInfo &MMI = MF.getMMI();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TailDuplication.cpp 18 #include "llvm/CodeGen/MachineModuleInfo.h"
61 MachineModuleInfo *MMI;
128 MMI = getAnalysisIfAvailable<MachineModuleInfo>();
    [all...]
MachineFunction.cpp 26 #include "llvm/CodeGen/MachineModuleInfo.h"
55 unsigned FunctionNum, MachineModuleInfo &mmi,
BranchFolding.cpp 23 #include "llvm/CodeGen/MachineModuleInfo.h"
86 getAnalysisIfAvailable<MachineModuleInfo>());
174 MachineModuleInfo *mmi) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITEmitter.cpp 29 #include "llvm/CodeGen/MachineModuleInfo.h"
335 MachineModuleInfo* MMI;
465 virtual void setModuleInfo(MachineModuleInfo* Info) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMCodeEmitter.cpp 32 #include "llvm/CodeGen/MachineModuleInfo.h"
54 MachineModuleInfo *MMI;
61 AU.addRequired<MachineModuleInfo>();
379 MMI = &getAnalysis<MachineModuleInfo>();
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 17 #include "llvm/CodeGen/MachineModuleInfo.h"
329 MachineModuleInfo &MMI = MF.getMMI();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARC/
ARCFrameLowering.cpp 18 #include "llvm/CodeGen/MachineModuleInfo.h"
119 MachineModuleInfo &MMI = MF.getMMI();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 17 #include "llvm/CodeGen/MachineModuleInfo.h"
350 MachineModuleInfo &MMI = MF.getMMI();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86AsmPrinter.cpp 634 static void emitNonLazyStubs(MachineModuleInfo *MMI, MCStreamer &OutStreamer) {
  /external/llvm/lib/Target/ARM/
ARMFrameLowering.cpp 23 #include "llvm/CodeGen/MachineModuleInfo.h"
205 void emitDefCFAOffsets(MachineModuleInfo &MMI, MachineBasicBlock &MBB,
293 MachineModuleInfo &MMI = MF.getMMI();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 25 #include "llvm/CodeGen/MachineModuleInfo.h"
148 AU.addRequired<MachineModuleInfo>();
155 MMI = getAnalysisIfAvailable<MachineModuleInfo>();
628 MachineModuleInfo &MMI = MF->getMMI();
    [all...]

Completed in 1557 milliseconds

1 2 3 45 6 7