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

1 2

  /external/llvm/lib/Target/X86/
X86TargetObjectFile.h 26 MachineModuleInfo *MMI, unsigned Encoding,
33 MachineModuleInfo *MMI) const;
X86TargetObjectFile.cpp 24 MachineModuleInfo *MMI, unsigned Encoding,
38 getExprForDwarfGlobalReference(GV, Mang, MMI, Encoding, Streamer);
43 MachineModuleInfo *MMI) const {
X86AsmPrinter.cpp 111 MMI->getObjFileInfo<MachineModuleInfoMachO>().getGVStubEntry(Sym);
118 MMI->getObjFileInfo<MachineModuleInfoMachO>().getHiddenGVStubEntry(Sym);
125 MMI->getObjFileInfo<MachineModuleInfoMachO>().getFnStubEntry(Sym);
149 MMI->getObjFileInfo<MachineModuleInfoMachO>().getFnStubEntry(Sym);
486 MMI->getObjFileInfo<MachineModuleInfoMachO>();
578 MMI->callsExternalVAFunctionWithFloatingPointArguments()) {
580 MCSymbol *S = MMI->getContext().GetOrCreateSymbol(SymbolName);
586 MMI->getObjFileInfo<X86COFFMachineModuleInfo>();
647 MachineModuleInfoELF &MMIELF = MMI->getObjFileInfo<MachineModuleInfoELF>();
  /external/llvm/lib/CodeGen/AsmPrinter/
Win64Exception.cpp 59 bool hasLandingPads = !MMI->getLandingPads().empty();
65 const Function *Per = MMI->getPersonalities()[MMI->getPersonalityIndex()];
100 MMI->TidyLandingPads();
104 const Function *Per = MMI->getPersonalities()[MMI->getPersonalityIndex()];
105 const MCSymbol *Sym = TLOF.getCFIPersonalitySymbol(Per, Asm->Mang, MMI);
ARMException.cpp 69 MMI->getPersonalities()[MMI->getPersonalityIndex()]) {
76 MMI->TidyLandingPads();
DwarfCFIException.cpp 67 const std::vector<const Function*> &Personalities = MMI->getPersonalities();
91 bool hasLandingPads = !MMI->getLandingPads().empty();
104 const Function *Per = MMI->getPersonalities()[MMI->getPersonalityIndex()];
122 const MCSymbol *Sym = TLOF.getCFIPersonalitySymbol(Per, Asm->Mang, MMI);
149 MMI->TidyLandingPads();
DwarfException.h 43 /// MMI - Collected machine module information.
44 MachineModuleInfo *MMI;
DwarfException.cpp 41 : Asm(A), MMI(Asm->MMI) {}
103 const std::vector<unsigned> &FilterIds = MMI->getFilterIds();
308 unsigned SiteNo = MMI->getCallSiteBeginLabel(BeginLabel);
348 const std::vector<const GlobalVariable *> &TypeInfos = MMI->getTypeInfos();
349 const std::vector<unsigned> &FilterIds = MMI->getFilterIds();
350 const std::vector<LandingPadInfo> &PadInfos = MMI->getLandingPads();
  /external/llvm/lib/CodeGen/
MachineFunctionAnalysis.cpp 39 MachineModuleInfo *MMI = getAnalysisIfAvailable<MachineModuleInfo>();
40 assert(MMI && "MMI not around yet??");
41 MMI->setModule(&M);
ELFCodeEmitter.h 71 virtual void setModuleInfo(llvm::MachineModuleInfo* MMI) {}
TargetLoweringObjectFileImpl.cpp 49 MachineModuleInfo *MMI) const {
318 MachineModuleInfo *MMI,
322 MachineModuleInfoELF &ELFMMI = MMI->getObjFileInfo<MachineModuleInfoELF>();
342 getExprForDwarfGlobalReference(GV, Mang, MMI, Encoding, Streamer);
494 MachineModuleInfo *MMI, unsigned Encoding,
500 MMI->getObjFileInfo<MachineModuleInfoMachO>();
520 getExprForDwarfGlobalReference(GV, Mang, MMI, Encoding, Streamer);
525 MachineModuleInfo *MMI) const {
528 MMI->getObjFileInfo<MachineModuleInfoMachO>();
  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.h 35 MachineModuleInfo* MMI;
66 MMI = Info;
JITDwarfEmitter.cpp 34 JITDwarfEmitter::JITDwarfEmitter(JIT& theJit) : MMI(0), Jit(theJit) {}
42 assert(MMI && "MachineModuleInfo not registered!");
56 const std::vector<const Function *> Personalities = MMI->getPersonalities();
57 EHFramePtr = EmitCommonEHFrame(Personalities[MMI->getPersonalityIndex()]);
59 Result = EmitEHFrame(Personalities[MMI->getPersonalityIndex()], EHFramePtr,
200 assert(MMI && "MachineModuleInfo not registered!");
203 MMI->TidyLandingPads(JCE->getLabelLocations());
205 const std::vector<const GlobalVariable *> &TypeInfos = MMI->getTypeInfos();
206 const std::vector<unsigned> &FilterIds = MMI->getFilterIds();
207 const std::vector<LandingPadInfo> &PadInfos = MMI->getLandingPads()
    [all...]
  /external/llvm/include/llvm/CodeGen/
TargetLoweringObjectFileImpl.h 61 MachineModuleInfo *MMI, unsigned Encoding,
67 MachineModuleInfo *MMI) const;
96 MachineModuleInfo *MMI, unsigned Encoding,
102 MachineModuleInfo *MMI) const;
FunctionLoweringInfo.h 217 MachineModuleInfo *MMI, MachineBasicBlock *MBB);
222 MachineModuleInfo *MMI, FunctionLoweringInfo &FLI);
226 void AddLandingPadInfo(const LandingPadInst &I, MachineModuleInfo &MMI,
MachineFunction.h 78 MachineModuleInfo &MMI;
132 unsigned FunctionNum, MachineModuleInfo &MMI,
136 MachineModuleInfo &getMMI() const { return MMI; }
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 114 MachineModuleInfo &MMI = MF->getMMI();
115 if (MMI.hasDebugInfo() &&
130 MMI.setVariableDbgInfo(DI->getVariable(),
376 void llvm::AddCatchInfo(const CallInst &I, MachineModuleInfo *MMI,
383 MMI->addPersonality(MBB, cast<Function>(CE->getOperand(0)));
400 MMI->addCatchTypeInfo(MBB, TyInfo);
406 MMI->addCleanup(MBB);
412 MMI->addFilterTypeInfo(MBB, TyInfo);
424 MMI->addCatchTypeInfo(MBB, TyInfo);
429 MachineModuleInfo *MMI, FunctionLoweringInfo &FLI)
    [all...]
  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 112 MachineModuleInfo *MMI, unsigned Encoding,
118 MachineModuleInfo *MMI) const;
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 94 MachineModuleInfo *MMI = &MF.getMMI();
139 std::vector<MachineMove> &Moves = MMI->getFrameMoves();
142 MCSymbol *FrameLabel = MMI->getContext().CreateTempSymbol();
161 MCSymbol *SaveLRLabel = MMI->getContext().CreateTempSymbol();
165 MMI->getFrameMoves().push_back(MachineMove(SaveLRLabel, CSDst, CSSrc));
177 MCSymbol *SaveR10Label = MMI->getContext().CreateTempSymbol();
181 MMI->getFrameMoves().push_back(MachineMove(SaveR10Label, CSDst, CSSrc));
189 MCSymbol *FrameLabel = MMI->getContext().CreateTempSymbol();
193 MMI->getFrameMoves().push_back(MachineMove(FrameLabel, SPDst, SPSrc));
199 std::vector<MachineMove> &Moves = MMI->getFrameMoves()
    [all...]
  /external/llvm/lib/Target/CellSPU/
SPUFrameLowering.cpp 96 MachineModuleInfo &MMI = MF.getMMI();
100 bool hasDebugInfo = MMI.hasDebugInfo();
118 FrameLabel = MMI.getContext().CreateTempSymbol();
158 std::vector<MachineMove> &Moves = MMI.getFrameMoves();
177 MCSymbol *ReadyLabel = MMI.getContext().CreateTempSymbol();
  /external/llvm/lib/Target/Mips/
MipsFrameLowering.cpp 176 MachineModuleInfo &MMI = MF.getMMI();
177 std::vector<MachineMove> &Moves = MMI.getFrameMoves();
191 MCSymbol *AdjustSPLabel = MMI.getContext().CreateTempSymbol();
208 MCSymbol *CSLabel = MMI.getContext().CreateTempSymbol();
248 MCSymbol *SetFPLabel = MMI.getContext().CreateTempSymbol();
  /frameworks/base/telephony/java/com/android/internal/telephony/
Connection.java 40 MMI, /* not presently used; dial() returns null */
  /external/llvm/lib/Target/PTX/
PTXTargetMachine.cpp 251 MachineModuleInfo *MMI = new MachineModuleInfo(*getMCAsmInfo(),
254 PM.add(MMI);
255 OutContext = &MMI->getContext(); // Return the MCContext specifically by-ref.
  /external/llvm/lib/Target/PowerPC/
PPCCodeEmitter.cpp 33 MachineModuleInfo *MMI;
98 MMI = &getAnalysis<MachineModuleInfo>();
99 MCE.setModuleInfo(MMI);
PPCAsmPrinter.cpp 187 MMI->getObjFileInfo<MachineModuleInfoMachO>().getGVStubEntry(NLPSym);
206 MMI->getObjFileInfo<MachineModuleInfoMachO>()
216 MMI->getObjFileInfo<MachineModuleInfoMachO>().
591 MMI->getObjFileInfo<MachineModuleInfoMachO>();
597 if (MAI->doesSupportExceptionHandling() && MMI) {
600 const std::vector<const Function*> &Personalities = MMI->getPersonalities();

Completed in 2862 milliseconds

1 2