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.h532 const CallBase &CB, unsigned UniqueCallSite) const;
H A DNVPTXISelLowering.cpp1390 const CallBase &CB, unsigned UniqueCallSite) const { in getPrototype()
1400 O << "prototype_" << UniqueCallSite << " : .callprototype "; in getPrototype()
1682 unsigned UniqueCallSite = GlobalUniqueCallSite.fetch_add(1); in LowerCall() local
1684 Chain = DAG.getCALLSEQ_START(Chain, UniqueCallSite, 0, dl); in LowerCall()
1982 *CB, UniqueCallSite); in LowerCall()
2041 Chain, DAG.getConstant(UniqueCallSite, dl, MVT::i32), InGlue}; in LowerCall()
2170 DAG.getCALLSEQ_END(Chain, UniqueCallSite, UniqueCallSite + 1, InGlue, dl); in LowerCall()