Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h528 const CallBase &CB, unsigned UniqueCallSite) const;
H A DNVPTXISelLowering.cpp1557 const CallBase &CB, unsigned UniqueCallSite) const { in getPrototype()
1567 O << "prototype_" << UniqueCallSite << " : .callprototype "; in getPrototype()
1753 unsigned UniqueCallSite = GlobalUniqueCallSite.fetch_add(1); in LowerCall() local
1755 Chain = DAG.getCALLSEQ_START(Chain, UniqueCallSite, 0, dl); in LowerCall()
2035 *CB, UniqueCallSite); in LowerCall()
2094 Chain, DAG.getConstant(UniqueCallSite, dl, MVT::i32), InGlue}; in LowerCall()
2199 DAG.getCALLSEQ_END(Chain, UniqueCallSite, UniqueCallSite + 1, InGlue, dl); in LowerCall()