/llvm-project/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 716 for (const MachineLoc &MLoc : Locs) { dump() local 1827 VarLoc::MachineLoc MLoc = VL.Locs[LocIdx]; transferSpillOrRestoreInst() local 1901 VarLoc::MachineLoc MLoc{VarLoc::MachineLocKind::RegisterKind, Loc}; transferRegisterCopy() local [all...] |
H A D | InstrRefBasedImpl.cpp | 773 clobberMloc(LocIdx MLoc,MachineBasicBlock::iterator Pos,bool MakeUndef=true) clobberMloc() argument 786 clobberMloc(LocIdx MLoc,ValueIDNum OldValue,MachineBasicBlock::iterator Pos,bool MakeUndef=true) clobberMloc() argument 1219 LocIdx MLoc = Op.Loc; emitLoc() local 2031 std::optional<LocIdx> MLoc = MTracker->getSpillMLoc(SpillID); transferSpillOrRestoreInst() local [all...] |
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.cpp | 250 MachineLocation MLoc(Op.getReg(), in getDebugLocValue() local 737 MachineLocation MLoc(RegLoc, /*Indirect=*/IsSPorFP); in interpretValues() local 868 MachineLocation MLoc(RegEntry.first); in collectCallSiteParameters() local
|
/llvm-project/llvm/unittests/IR/ |
H A D | DebugInfoTest.cpp | 908 const Metadata *MLoc = nullptr; TEST() local
|
/llvm-project/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 7280 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); ParseInstruction() local 7296 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); ParseInstruction() local 7311 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); ParseInstruction() local 7334 SMLoc MLoc = SMLoc::getFromPointer(NameLoc.getPointer()); ParseInstruction() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | OpenMPClause.h | 6822 OMPDefaultmapClause(SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation MLoc,SourceLocation KLoc,SourceLocation EndLoc,OpenMPDefaultmapClauseKind Kind,OpenMPDefaultmapClauseModifier M) OMPDefaultmapClause() argument 7888 setModifierKwLoc(SourceLocation MLoc) setModifierKwLoc() argument 7903 OMPOrderClause(OpenMPOrderClauseKind A,SourceLocation ALoc,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation EndLoc,OpenMPOrderClauseModifier Modifier,SourceLocation MLoc) OMPOrderClause() argument
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 16406 ActOnOpenMPOrderClause(OpenMPOrderClauseModifier Modifier,OpenMPOrderClauseKind Kind,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation MLoc,SourceLocation KindLoc,SourceLocation EndLoc) ActOnOpenMPOrderClause() argument 22471 ActOnOpenMPDefaultmapClause(OpenMPDefaultmapClauseModifier M,OpenMPDefaultmapClauseKind Kind,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation MLoc,SourceLocation KindLoc,SourceLocation EndLoc) ActOnOpenMPDefaultmapClause() argument [all...] |
H A D | SemaDeclCXX.cpp | 10153 SourceLocation MLoc = MI->getBeginLoc(); SpecialMemberIsTrivial() local
|
H A D | TreeTransform.h | 2235 RebuildOMPDefaultmapClause(OpenMPDefaultmapClauseModifier M,OpenMPDefaultmapClauseKind Kind,SourceLocation StartLoc,SourceLocation LParenLoc,SourceLocation MLoc,SourceLocation KindLoc,SourceLocation EndLoc) RebuildOMPDefaultmapClause() argument
|
/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 9947 SourceLocation MLoc; Import() local
|