Home
last modified time | relevance | path

Searched refs:getAtom (Results 1 – 20 of 20) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DSimplifyConstraints.cpp23 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 DValue.cpp52 return OS << "TopBool(" << cast<TopBoolValue>(Val).getAtom() << ")"; in operator <<()
54 return OS << "AtomicBool(" << cast<AtomicBoolValue>(Val).getAtom() << ")"; in operator <<()
H A DFormula.cpp60 if (auto It = Names->find(getAtom()); It != Names->end()) { in print()
69 OS << getAtom(); in print()
H A DWatchedLiteralsSolver.cpp289 Atomics[Var] = Val->getAtom(); in buildCNF()
H A DTransfer.cpp71 return A.makeBoolValue(A.makeAtomRef(Top->getAtom())); in unpackValue()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DValue.h128 Atom getAtom() const { return formula().getAtom(); } in getAtom() function
145 Atom getAtom() const { return formula().getAtom(); } in getAtom() function
H A DFormula.h68 Atom getAtom() const { in alignas()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp219 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 DX86MachObjectWriter.cpp148 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 DMCSection.cpp118 Atom = std::prev(CurInsertionPoint)->getAtom(); in flushPendingLabels()
H A DMachObjectWriter.cpp708 (!SA.isTemporary() && FB.getAtom() != SA.getFragment()->getAtom() && in isSymbolRefDifferenceFullyResolvedImpl()
726 if (FA->getAtom() == FB.getAtom()) in isSymbolRefDifferenceFullyResolvedImpl()
H A DMCAssembler.cpp177 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 Dtrc_pkt_decode_etmv3.h96 m_atom = in_pkt->getAtom(); in initAtomPkt()
H A Dtrc_pkt_elem_etmv3.h138 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 Dtrc_pkt_elem_ptm.h106 const ocsd_pkt_atom &getAtom() const { return atom; }; in getAtom() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h260 const MCSymbol *getAtom(const MCSymbol &S) const;
H A DMCFragment.h99 const MCSymbol *getAtom() const { return Atom; } in getAtom() function
/freebsd-14.2/contrib/opencsd/decoder/source/etmv4/
H A Dtrc_pkt_decode_etmv4i.cpp321 …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 Dtrc_pkt_decode_ptm.cpp305 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 Dtrc_pkt_elem_etmv4i.h182 const ocsd_pkt_atom &getAtom() const { return atom; }; in getAtom() function