Home
last modified time | relevance | path

Searched refs:getRef (Results 1 – 6 of 6) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h190 explicit operator bool() const { return getRef(); }
195 return getRef()->second.U.GV; in getValue()
199 return getRef()->second.SummaryList; in getSummaryList()
203 return haveGVs() ? getRef()->second.U.GV->getName() in name()
204 : getRef()->second.U.Name; in name()
260 assert(A.getRef() && B.getRef() &&
262 return A.getRef() == B.getRef();
266 assert(A.getRef() && B.getRef() &&
268 return A.getRef() != B.getRef();
272 assert(A.getRef() && B.getRef() &&
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFObject.h75 ArrayRef<uint8_t> getRef() const { in getRef() function
H A DCOFFWriter.cpp366 ArrayRef<uint8_t> Ref = AuxSym.getRef(); in writeSymbolStringTables()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.h405 RegisterCell getRef(const RegisterRef &RR, const CellMapType &M) const { in getRef() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp8767 assert(VIRef.first->getRef() == FwdVIRef && in addGlobalValueToIndex()
9095 if (AliaseeVI.getRef() == FwdVIRef) { in parseAliasSummary()
9269 if (VI.getRef() == FwdVIRef) in parseOptionalCalls()
9283 assert(Calls[P.first].first.getRef() == FwdVIRef && in parseOptionalCalls()
9511 if (C.Callee.getRef() == FwdVIRef) in parseOptionalParamAccesses()
9559 if (VC.VI.getRef() == FwdVIRef) in parseOptionalRefs()
9569 assert(Refs[P.first].getRef() == FwdVIRef && in parseOptionalRefs()
9947 assert(NumberedValueInfos[GVId].getRef() != FwdVIRef); in parseGVReference()
10151 if (VI.getRef() == FwdVIRef) in parseOptionalCallsites()
10164 assert(Callsites[P.first].Callee.getRef() == FwdVIRef && in parseOptionalCallsites()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp3310 cast<VarDecl>(cast<DeclRefExpr>(IT->getRef())->getDecl()) in getAddressOfLocalVariable()