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

1 2 3 4 5 6 7

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86TargetObjectFile.h 26 MachineModuleInfo *MMI, unsigned Encoding,
33 MachineModuleInfo *MMI) const;
X86COFFMachineModuleInfo.h 17 #include "llvm/CodeGen/MachineModuleInfo.h"
30 X86COFFMachineModuleInfo(const MachineModuleInfo &) {}
X86TargetObjectFile.cpp 24 MachineModuleInfo *MMI, unsigned Encoding,
43 MachineModuleInfo *MMI) const {
  /external/llvm/lib/Target/AArch64/
AArch64TargetObjectFile.h 32 MachineModuleInfo *MMI,
37 MachineModuleInfo *MMI) const override;
41 MachineModuleInfo *MMI,
  /external/llvm/lib/CodeGen/
MachineFunctionAnalysis.cpp 17 #include "llvm/CodeGen/MachineModuleInfo.h"
36 AU.addRequired<MachineModuleInfo>();
40 MachineModuleInfo *MMI = getAnalysisIfAvailable<MachineModuleInfo>();
51 getAnalysis<MachineModuleInfo>());
MachineModuleInfo.cpp 1 //===-- llvm/CodeGen/MachineModuleInfo.cpp ----------------------*- C++ -*-===//
10 #include "llvm/CodeGen/MachineModuleInfo.h"
30 INITIALIZE_PASS(MachineModuleInfo, "machinemoduleinfo",
32 char MachineModuleInfo::ID = 0;
189 MachineModuleInfo::MachineModuleInfo(const MCAsmInfo &MAI,
196 MachineModuleInfo::MachineModuleInfo()
198 llvm_unreachable("This MachineModuleInfo constructor should never be called,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
MachineFunctionAnalysis.cpp 17 #include "llvm/CodeGen/MachineModuleInfo.h"
35 AU.addRequired<MachineModuleInfo>();
39 MachineModuleInfo *MMI = getAnalysisIfAvailable<MachineModuleInfo>();
50 getAnalysis<MachineModuleInfo>(),
MachineModuleInfo.cpp 1 //===-- llvm/CodeGen/MachineModuleInfo.cpp ----------------------*- C++ -*-===//
10 #include "llvm/CodeGen/MachineModuleInfo.h"
29 INITIALIZE_PASS(MachineModuleInfo, "machinemoduleinfo",
31 char MachineModuleInfo::ID = 0;
254 MachineModuleInfo::MachineModuleInfo(const MCAsmInfo &MAI,
268 MachineModuleInfo::MachineModuleInfo()
271 assert(0 && "This MachineModuleInfo constructor should never be called, MMI
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.h 23 class MachineModuleInfo;
35 MachineModuleInfo* MMI;
65 void setModuleInfo(MachineModuleInfo* Info) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64TargetObjectFile.h 32 MachineModuleInfo *MMI,
37 MachineModuleInfo *MMI) const override;
41 MachineModuleInfo *MMI,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/MIRParser/
MIRParser.h 29 class MachineModuleInfo;
49 /// MachineModuleInfo \p MMI.
52 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
  /external/llvm/lib/Target/Sparc/
SparcTargetObjectFile.h 29 MachineModuleInfo *MMI,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineFunctionPass.cpp 25 #include "llvm/CodeGen/MachineModuleInfo.h"
43 MachineModuleInfo &MMI = getAnalysis<MachineModuleInfo>();
69 AU.addRequired<MachineModuleInfo>();
70 AU.addPreserved<MachineModuleInfo>();
MachineModuleInfo.cpp 1 //===-- llvm/CodeGen/MachineModuleInfo.cpp ----------------------*- C++ -*-===//
10 #include "llvm/CodeGen/MachineModuleInfo.h"
41 INITIALIZE_PASS(MachineModuleInfo, "machinemoduleinfo",
43 char MachineModuleInfo::ID = 0;
197 MachineModuleInfo::MachineModuleInfo(const TargetMachine *TM)
204 MachineModuleInfo::~MachineModuleInfo() = default;
206 bool MachineModuleInfo::doInitialization(Module &M)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUMachineModuleInfo.cpp 21 AMDGPUMachineModuleInfo::AMDGPUMachineModuleInfo(const MachineModuleInfo &MMI)
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
SparcTargetObjectFile.h 31 MachineModuleInfo *MMI,
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 23 class MachineModuleInfo;
61 MachineModuleInfo *MMI, unsigned Encoding,
67 MachineModuleInfo *MMI) const;
96 MachineModuleInfo *MMI, unsigned Encoding,
102 MachineModuleInfo *MMI) const;
MachineModuleInfoImpls.h 18 #include "llvm/CodeGen/MachineModuleInfo.h"
43 MachineModuleInfoMachO(const MachineModuleInfo &) {}
81 MachineModuleInfoELF(const MachineModuleInfo &) {}
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 18 #include "llvm/CodeGen/MachineModuleInfo.h"
38 MachineModuleInfoMachO(const MachineModuleInfo &) {}
66 MachineModuleInfoELF(const MachineModuleInfo &) {}
TargetLoweringObjectFileImpl.h 23 class MachineModuleInfo;
75 MachineModuleInfo *MMI,
81 MachineModuleInfo *MMI) const override;
122 MachineModuleInfo *MMI,
128 MachineModuleInfo *MMI) const override;
133 MachineModuleInfo *MMI,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineModuleInfoImpls.h 19 #include "llvm/CodeGen/MachineModuleInfo.h"
42 MachineModuleInfoMachO(const MachineModuleInfo &) {}
71 MachineModuleInfoELF(const MachineModuleInfo &) {}
MachineModuleInfo.h 1 //===-- llvm/CodeGen/MachineModuleInfo.h ------------------------*- C++ -*-===//
18 // The following information can be retrieved from the MachineModuleInfo.
57 /// accessed/created with MMI::getInfo and destroyed when the MachineModuleInfo
78 class MachineModuleInfo : public ImmutablePass {
148 explicit MachineModuleInfo(const TargetMachine *TM = nullptr);
149 ~MachineModuleInfo() override;
183 return const_cast<MachineModuleInfo*>(this)->getObjFileInfo<Ty>();
259 }; // End class MachineModuleInfo
264 /// function, and set the MachineModuleInfo's usesVAFloatArgument flag if so.
267 void computeUsesVAFloatArgument(const CallInst &I, MachineModuleInfo &MMI)
    [all...]
  /external/llvm/lib/Target/ARM/
ARMTargetObjectFile.h 34 MachineModuleInfo *MMI,
  /external/llvm/lib/Target/X86/
X86TargetObjectFile.h 25 MachineModuleInfo *MMI,
32 MachineModuleInfo *MMI) const override;
36 MachineModuleInfo *MMI,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86TargetObjectFile.h 25 MachineModuleInfo *MMI,
32 MachineModuleInfo *MMI) const override;
36 MachineModuleInfo *MMI,

Completed in 1993 milliseconds

1 2 3 4 5 6 7