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

1 2 34 5 6 7

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
UnreachableBlockElim.cpp 33 #include "llvm/CodeGen/MachineModuleInfo.h"
104 MachineModuleInfo *MMI;
127 MMI = getAnalysisIfAvailable<MachineModuleInfo>();
TargetLoweringObjectFileImpl.cpp 49 MachineModuleInfo *MMI) const {
318 MachineModuleInfo *MMI,
494 MachineModuleInfo *MMI, unsigned Encoding,
527 MachineModuleInfo *MMI) const {
LLVMTargetMachine.cpp 21 #include "llvm/CodeGen/MachineModuleInfo.h"
366 // Install a MachineModuleInfo class, which is an immutable pass that holds
368 MachineModuleInfo *MMI = new MachineModuleInfo(*getMCAsmInfo(),
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsCodeEmitter.cpp 30 #include "llvm/CodeGen/MachineModuleInfo.h"
60 AU.addRequired<MachineModuleInfo> ();
125 MCE.setModuleInfo(&getAnalysis<MachineModuleInfo> ());
  /external/swiftshader/third_party/LLVM/lib/Target/PTX/
PTXTargetMachine.cpp 23 #include "llvm/CodeGen/MachineModuleInfo.h"
248 // Install a MachineModuleInfo class, which is an immutable pass that holds
250 MachineModuleInfo *MMI = new MachineModuleInfo(*getMCAsmInfo(),
  /external/swiftshader/third_party/LLVM/lib/Target/
TargetLoweringObjectFile.cpp 107 MachineModuleInfo *MMI) const {
299 MachineModuleInfo *MMI, unsigned Encoding,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
UnreachableBlockElim.cpp 30 #include "llvm/CodeGen/MachineModuleInfo.h"
114 MachineModuleInfo *MMI;
137 MMI = getAnalysisIfAvailable<MachineModuleInfo>();
MachineOutliner.cpp 63 #include "llvm/CodeGen/MachineModuleInfo.h"
701 AU.addRequired<MachineModuleInfo>();
702 AU.addPreserved<MachineModuleInfo>();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
TargetLoweringObjectFile.cpp 126 MachineModuleInfo *MMI) const {
306 MachineModuleInfo *MMI, MCStreamer &Streamer) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/MI/
LiveIntervalTest.cpp 5 #include "llvm/CodeGen/MachineModuleInfo.h"
65 MachineModuleInfo *MMI = new MachineModuleInfo(&TM);
  /external/llvm/lib/Target/Mips/
Mips16FrameLowering.cpp 23 #include "llvm/CodeGen/MachineModuleInfo.h"
51 MachineModuleInfo &MMI = MF.getMMI();
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 28 #include "llvm/CodeGen/MachineModuleInfo.h"
114 MachineModuleInfo &MMI = MF->getMMI();
376 void llvm::AddCatchInfo(const CallInst &I, MachineModuleInfo *MMI,
378 // Inform the MachineModuleInfo of the personality for this landing pad.
386 // MachineModuleInfo.
429 MachineModuleInfo *MMI, FunctionLoweringInfo &FLI) {
458 void llvm::AddLandingPadInfo(const LandingPadInst &I, MachineModuleInfo &MMI,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
MachineFunction.h 65 class MachineModuleInfo;
231 MachineModuleInfo &MMI;
371 MachineModuleInfo &MMI);
382 MachineModuleInfo &getMMI() const { return MMI; }
    [all...]
AsmPrinter.h 58 class MachineModuleInfo;
98 /// This is a pointer to the current MachineModuleInfo.
99 MachineModuleInfo *MMI = nullptr;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
Mips16FrameLowering.cpp 26 #include "llvm/CodeGen/MachineModuleInfo.h"
59 MachineModuleInfo &MMI = MF.getMMI();
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/CodeGen/GlobalISel/
PatternMatchTest.cpp 16 #include "llvm/CodeGen/MachineModuleInfo.h"
61 const char *FuncName, MachineModuleInfo &MMI) {
80 std::pair<std::unique_ptr<Module>, std::unique_ptr<MachineModuleInfo>>
101 auto MMI = make_unique<MachineModuleInfo>(&TM);
108 const MachineModuleInfo *MMI) {
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Target/AArch64/
InstSizes.cpp 4 #include "llvm/CodeGen/MachineModuleInfo.h"
67 MachineModuleInfo MMI(TM);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfDebug.h 36 class MachineModuleInfo;
188 MachineModuleInfo *MMI;
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 54 MachineModuleInfo *MMI) const {
88 const TargetMachine &TM, MachineModuleInfo *MMI,
674 const TargetMachine &TM, MachineModuleInfo *MMI,
704 MachineModuleInfo *MMI) const {
724 MachineModuleInfo *MMI, MCStreamer &Streamer) const {
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 23 #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,
227 MachineModuleInfo *MMI = &MF.getMMI();
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 21 #include "llvm/CodeGen/MachineModuleInfo.h"
89 MachineModuleInfo &MMI = MF->getMMI();
545 /// being passed to this variadic function, and set the MachineModuleInfo's
550 MachineModuleInfo *MMI)
569 void llvm::AddLandingPadInfo(const LandingPadInst &I, MachineModuleInfo &MMI,
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 19 #include "llvm/CodeGen/MachineModuleInfo.h"
157 MachineModuleInfo *MMI, int InlineAsmVariant,
255 MachineModuleInfo *MMI, int InlineAsmVariant,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 19 #include "llvm/CodeGen/MachineModuleInfo.h"
170 MachineModuleInfo *MMI, int InlineAsmVariant,
285 MachineModuleInfo *MMI, int InlineAsmVariant,
DebugHandlerBase.cpp 21 #include "llvm/CodeGen/MachineModuleInfo.h"
158 static bool hasDebugInfo(const MachineModuleInfo *MMI,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
MIRParser.cpp 29 #include "llvm/CodeGen/MachineModuleInfo.h"
96 bool parseMachineFunctions(Module &M, MachineModuleInfo &MMI);
102 bool parseMachineFunction(Module &M, MachineModuleInfo &MMI);
257 bool MIRParserImpl::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) {
281 bool MIRParserImpl::parseMachineFunction(Module &M, MachineModuleInfo &MMI) {
896 bool MIRParser::parseMachineFunctions(Module &M, MachineModuleInfo &MMI) {
    [all...]

Completed in 1778 milliseconds

1 2 34 5 6 7