Home
last modified time | relevance | path

Searched refs:MLoc (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinterDwarf.cpp180 const MachineLocation &MLoc) const { in EmitDwarfRegOp()
183 int Reg = MRI->getDwarfRegNum(MLoc.getReg(), false); in EmitDwarfRegOp()
186 if (MLoc.isIndirect()) in EmitDwarfRegOp()
196 MLoc.getReg())) in EmitDwarfRegOp()
202 if (MLoc.isIndirect()) in EmitDwarfRegOp()
203 Expr.AddRegIndirect(Reg, MLoc.getOffset()); in EmitDwarfRegOp()
DDwarfDebug.cpp749 MachineLocation MLoc; in getDebugLocValue() local
753 MLoc.set(MI->getOperand(0).getReg()); in getDebugLocValue()
755 MLoc.set(MI->getOperand(0).getReg(), MI->getOperand(1).getImm()); in getDebugLocValue()
756 return DebugLocEntry::Value(Expr, MLoc); in getDebugLocValue()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMAsmPrinter.h102 virtual void EmitDwarfRegOp(const MachineLocation &MLoc) const;
DARMAsmPrinter.cpp232 void ARMAsmPrinter::EmitDwarfRegOp(const MachineLocation &MLoc) const { in EmitDwarfRegOp()
234 if (RI->getDwarfRegNum(MLoc.getReg(), false) != -1) in EmitDwarfRegOp()
235 AsmPrinter::EmitDwarfRegOp(MLoc); in EmitDwarfRegOp()
237 unsigned Reg = MLoc.getReg(); in EmitDwarfRegOp()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DAsmPrinter.h396 virtual void EmitDwarfRegOp(const MachineLocation &MLoc) const;
/external/llvm/include/llvm/CodeGen/
DAsmPrinter.h444 const MachineLocation &MLoc) const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp855 MachineLocation MLoc = Asm->getDebugValueLocation(MI); in getDebugLocEntry() local
856 return DotDebugLocEntry(FLabel, SLabel, MLoc, Var); in getDebugLocEntry()
859 MachineLocation MLoc; in getDebugLocEntry() local
860 MLoc.set(MI->getOperand(0).getReg(), MI->getOperand(1).getImm()); in getDebugLocEntry()
861 return DotDebugLocEntry(FLabel, SLabel, MLoc, Var); in getDebugLocEntry()
DAsmPrinter.cpp779 void AsmPrinter::EmitDwarfRegOp(const MachineLocation &MLoc) const { in EmitDwarfRegOp()
781 int Reg = TRI->getDwarfRegNum(MLoc.getReg(), false); in EmitDwarfRegOp()
783 for (const unsigned *SR = TRI->getSuperRegisters(MLoc.getReg()); in EmitDwarfRegOp()
797 if (int Offset = MLoc.getOffset()) { in EmitDwarfRegOp()
/external/clang/lib/Analysis/
DThreadSafety.cpp1802 SourceLocation MLoc = VD->getLocation(); in handleCall() local
1813 Scp, MLoc, ExclusiveLocksToAdd, SharedLocksToAdd), in handleCall()
/external/clang/include/clang/Lex/
DPreprocessor.h1905 SourceLocation MLoc);
/external/clang/include/clang/AST/
DOpenMPClause.h3972 SourceLocation MLoc, SourceLocation KLoc, in OMPDefaultmapClause() argument
3976 Modifier(M), ModifierLoc(MLoc), Kind(Kind), KindLoc(KLoc) {} in OMPDefaultmapClause()
/external/clang/lib/Sema/
DSemaOpenMP.cpp11439 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc, in ActOnOpenMPDefaultmapClause() argument
11450 Loc = MLoc; in ActOnOpenMPDefaultmapClause()
11463 OMPDefaultmapClause(StartLoc, LParenLoc, MLoc, KindLoc, EndLoc, Kind, M); in ActOnOpenMPDefaultmapClause()
DSemaDeclCXX.cpp6418 SourceLocation MLoc = MI->getLocStart(); in SpecialMemberIsTrivial() local
6419 Diag(MLoc, diag::note_nontrivial_has_virtual) << RD << 0; in SpecialMemberIsTrivial()
/external/clang/include/clang/Sema/
DSema.h8471 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc,