| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | SimplifyConstraints.cpp | 23 if (auto iter = Substitutions.find(F.getAtom()); in substitute() 90 TrueAtoms.insert(Constraint->getAtom()); in simplifyConstraints() 94 FalseAtoms.insert(Constraint->operands()[0]->getAtom()); in simplifyConstraints() 100 EquivalentAtoms.unionSets(operands[0]->getAtom(), in simplifyConstraints() 101 operands[1]->getAtom()); in simplifyConstraints()
|
| H A D | Value.cpp | 52 return OS << "TopBool(" << cast<TopBoolValue>(Val).getAtom() << ")"; in operator <<() 54 return OS << "AtomicBool(" << cast<AtomicBoolValue>(Val).getAtom() << ")"; in operator <<()
|
| H A D | Formula.cpp | 60 if (auto It = Names->find(getAtom()); It != Names->end()) { in print() 69 OS << getAtom(); in print()
|
| H A D | WatchedLiteralsSolver.cpp | 289 Atomics[Var] = Val->getAtom(); in buildCNF()
|
| H A D | Transfer.cpp | 71 return A.makeBoolValue(A.makeAtomRef(Top->getAtom())); in unpackValue()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
| H A D | Value.h | 128 Atom getAtom() const { return formula().getAtom(); } in getAtom() function 145 Atom getAtom() const { return formula().getAtom(); } in getAtom() function
|
| H A D | Formula.h | 68 Atom getAtom() const { in alignas()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| H A D | AArch64MachObjectWriter.cpp | 219 const MCSymbol *A_Base = Asm.getAtom(*A); in recordRelocation() 222 const MCSymbol *B_Base = Asm.getAtom(*B); in recordRelocation() 320 const MCSymbol *Base = Asm.getAtom(*Symbol); in recordRelocation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86MachObjectWriter.cpp | 148 const MCSymbol *A_Base = Asm.getAtom(*A); in RecordX86_64Relocation() 153 const MCSymbol *B_Base = Asm.getAtom(*B); in RecordX86_64Relocation() 223 RelSymbol = Asm.getAtom(*Symbol); in RecordX86_64Relocation()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCSection.cpp | 118 Atom = std::prev(CurInsertionPoint)->getAtom(); in flushPendingLabels()
|
| H A D | MachObjectWriter.cpp | 708 (!SA.isTemporary() && FB.getAtom() != SA.getFragment()->getAtom() && in isSymbolRefDifferenceFullyResolvedImpl() 726 if (FA->getAtom() == FB.getAtom()) in isSymbolRefDifferenceFullyResolvedImpl()
|
| H A D | MCAssembler.cpp | 177 const MCSymbol *MCAssembler::getAtom(const MCSymbol &S) const { in getAtom() function in MCAssembler 193 return S.getFragment()->getAtom(); in getAtom()
|
| /freebsd-14.2/contrib/opencsd/decoder/include/opencsd/etmv3/ |
| H A D | trc_pkt_decode_etmv3.h | 96 m_atom = in_pkt->getAtom(); in initAtomPkt()
|
| H A D | trc_pkt_elem_etmv3.h | 138 const ocsd_pkt_atom &getAtom() const { return m_pkt_data.atom; }; in getAtom() function
|
| /freebsd-14.2/contrib/opencsd/decoder/include/opencsd/ptm/ |
| H A D | trc_pkt_elem_ptm.h | 106 const ocsd_pkt_atom &getAtom() const { return atom; }; in getAtom() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCAssembler.h | 260 const MCSymbol *getAtom(const MCSymbol &S) const;
|
| H A D | MCFragment.h | 99 const MCSymbol *getAtom() const { return Atom; } in getAtom() function
|
| /freebsd-14.2/contrib/opencsd/decoder/source/etmv4/ |
| H A D | trc_pkt_decode_etmv4i.cpp | 321 …ck.createAtomElem(m_curr_packet_in->getType(), m_index_curr_pkt, m_curr_packet_in->getAtom()) == 0) in decodePacket() 324 m_curr_spec_depth += m_curr_packet_in->getAtom().num; in decodePacket() 499 …ck.createAtomElem(m_curr_packet_in->getType(), m_index_curr_pkt, m_curr_packet_in->getAtom()) == 0) in decodePacket()
|
| /freebsd-14.2/contrib/opencsd/decoder/source/ptm/ |
| H A D | trc_pkt_decode_ptm.cpp | 305 m_atoms.initAtomPkt(m_curr_packet_in->getAtom(),m_index_curr_pkt); in decodePacket()
|
| /freebsd-14.2/contrib/opencsd/decoder/include/opencsd/etmv4/ |
| H A D | trc_pkt_elem_etmv4i.h | 182 const ocsd_pkt_atom &getAtom() const { return atom; }; in getAtom() function
|