Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h175 operator bool() const { return getRef(); }
180 return getRef()->second.U.GV; in getValue()
184 return getRef()->second.SummaryList; in getSummaryList()
188 return haveGVs() ? getRef()->second.U.GV->getName() in name()
189 : getRef()->second.U.Name; in name()
211 assert(A.getRef() && B.getRef() &&
213 return A.getRef() == B.getRef();
217 assert(A.getRef() && B.getRef() &&
219 return A.getRef() != B.getRef();
223 assert(A.getRef() && B.getRef() &&
[all …]
/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DBitTracker.h405 RegisterCell getRef(const RegisterRef &RR, const CellMapType &M) const { in getRef() function
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp7565 assert(VIRef.first->getRef() == FwdVIRef && in AddGlobalValueToIndex()
7822 if (AliaseeVI.getRef() == FwdVIRef) { in ParseAliasSummary()
7944 if (VI.getRef() == FwdVIRef) in ParseOptionalCalls()
7956 assert(Calls[P.first].first.getRef() == FwdVIRef && in ParseOptionalCalls()
8033 if (VC.VI.getRef() == FwdVIRef) in ParseOptionalRefs()
8042 assert(Refs[P.first].getRef() == FwdVIRef && in ParseOptionalRefs()
8376 assert(NumberedValueInfos[GVId].getRef() != FwdVIRef); in ParseGVReference()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp4284 cast<VarDecl>(cast<DeclRefExpr>(IT->getRef())->getDecl()) in getAddressOfLocalVariable()