Home
last modified time | relevance | path

Searched defs:MLoc (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp681 for (const MachineLoc &MLoc : Locs) { in dump() local
1683 VarLoc::MachineLoc MLoc = VL.Locs[LocIdx]; in transferSpillOrRestoreInst() local
1757 VarLoc::MachineLoc MLoc{VarLoc::MachineLocKind::RegisterKind, Loc}; in transferRegisterCopy() local
H A DInstrRefBasedImpl.cpp757 MachineInstrBuilder emitLoc(Optional<LocIdx> MLoc, const DebugVariable &Var, in emitLoc()
1227 void clobberMloc(LocIdx MLoc, MachineBasicBlock::iterator Pos) { in clobberMloc()
1949 Optional<LocIdx> MLoc = MTracker->getSpillMLoc(*Loc); in transferSpillOrRestoreInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp243 MachineLocation MLoc(Op.getReg(), in getDebugLocValue() local
748 MachineLocation MLoc(RegLoc, /*Indirect=*/IsSPorFP); in interpretValues() local
873 MachineLocation MLoc(RegEntry.first); in collectCallSiteParameters() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp7280 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); in ParseInstruction() local
7295 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); in ParseInstruction() local
7309 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); in ParseInstruction() local
7335 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); in ParseInstruction() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DThreadSafety.cpp1960 SourceLocation MLoc = VD->getLocation(); in handleCall() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h6369 SourceLocation MLoc, SourceLocation KLoc, in OMPDefaultmapClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTImporter.cpp8854 SourceLocation MLoc; in Import() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp9693 SourceLocation MLoc = MI->getBeginLoc(); in SpecialMemberIsTrivial() local
H A DTreeTransform.h2093 SourceLocation MLoc, in RebuildOMPDefaultmapClause()
H A DSemaOpenMP.cpp19918 SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation MLoc, in ActOnOpenMPDefaultmapClause()