Home
last modified time | relevance | path

Searched refs:UniqueCallSite (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h182 const CallBase &CB, unsigned UniqueCallSite) const;
H A DNVPTXISelLowering.cpp1176 unsigned UniqueCallSite) const { in getPrototype()
1181 O << "prototype_" << UniqueCallSite << " : .callprototype "; in getPrototype()
1511 const unsigned UniqueCallSite = GlobalUniqueCallSite++; in LowerCall() local
1513 Chain = DAG.getCALLSEQ_START(Chain, UniqueCallSite, 0, dl); in LowerCall()
1798 UniqueCallSite); in LowerCall()
1817 const unsigned Proto = IsIndirectCall ? UniqueCallSite : 0; in LowerCall()
1919 DAG.getCALLSEQ_END(Chain, UniqueCallSite, UniqueCallSite + 1, InGlue, dl); in LowerCall()