Searched refs:getAtomGroup (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfoMetadata.cpp | 318 L1->getAtomGroup(), L1->getAtomRank()); in getMergedLocation() 358 if (!SameLine || !(L1->getAtomGroup() || L2->getAtomGroup())) in getMergedLocation() 374 if (!L1->getAtomGroup() || !L2->getAtomGroup()) in getMergedLocation() 375 return !L2->getAtomGroup(); in getMergedLocation() 376 return L1->getAtomGroup() < L2->getAtomGroup(); in getMergedLocation() 383 Group = UseL1Atom ? L1->getAtomGroup() : L2->getAtomGroup(); in getMergedLocation()
|
| H A D | LLVMContextImpl.h | 336 AtomGroup(L->getAtomGroup()), AtomRank(L->getAtomRank()), 347 && AtomGroup == RHS->getAtomGroup() &&
|
| H A D | AsmWriter.cpp | 2133 Printer.printInt("atomGroup", DL->getAtomGroup()); in writeDILocation()
|
| H A D | Verifier.cpp | 5491 if (DL->getAtomGroup()) { in visitInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 2439 if (!Loc->getAtomGroup() || !Loc->getAtomRank()) in computeKeyInstructions() 2444 uint64_t Group = Loc->getAtomGroup(); in computeKeyInstructions() 2487 assert(!BuoyAtom || BuoyAtom == Loc->getAtomGroup()); in computeKeyInstructions() 2488 BuoyAtom = Loc->getAtomGroup(); in computeKeyInstructions()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2538 getRawInlinedAt(), isImplicitCode(), getAtomGroup(), in cloneImpl() 2543 uint64_t getAtomGroup() const { in getAtomGroup() function 2559 if (!getAtomGroup() && !getAtomRank()) in getWithoutAtom() 2953 getInlinedAt(), isImplicitCode(), getAtomGroup(), in cloneWithDiscriminator()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CloneFunction.cpp | 47 auto CurGroup = DL->getAtomGroup(); in mapAtomInstance()
|
| H A D | ValueMapper.cpp | 1305 auto AtomGroup = DL->getAtomGroup(); in RemapSourceAtom()
|
| H A D | InlineFunction.cpp | 1829 OrigDL->getAtomGroup(), OrigDL->getAtomRank()); in inlineDebugLoc()
|
| H A D | SimplifyCFG.cpp | 1191 if (!PredDL->getAtomGroup() && DL && DL->getAtomGroup() && in cloneInstructionsIntoPredecessorBlockAndUpdateSSAUses()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 144 if (DL->getAtomGroup() && DL->getAtomRank() && DL->getAtomRank() < Rank) { in addInstSourceAtomMetadata() 145 Group = DL->getAtomGroup(); in addInstSourceAtomMetadata() 283 if (Loc->getAtomGroup()) in ApplyDebugLocation()
|
| H A D | CodeGenFunction.cpp | 447 uint64_t RetKeyInstructionsAtomGroup = Loc ? Loc->getAtomGroup() : 0; in FinishFunction()
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1833 Record.push_back(N->getAtomGroup()); in writeDILocation() 3755 Vals.push_back(DL->getAtomGroup()); in writeFunction()
|