Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.h505 unsigned UniqueCallSite) const;
H A DNVPTXISelLowering.cpp1301 const CallBase &CB, unsigned UniqueCallSite) const { in getPrototype()
1310 O << "prototype_" << UniqueCallSite << " : .callprototype "; in getPrototype()
1483 unsigned UniqueCallSite = GlobalUniqueCallSite.fetch_add(1); in LowerCall() local
1485 Chain = DAG.getCALLSEQ_START(Chain, UniqueCallSite, 0, dl); in LowerCall()
1733 getPrototype(DL, RetTy, Args, Outs, retAlignment, *CB, UniqueCallSite); in LowerCall()
1790 Chain, DAG.getConstant(UniqueCallSite, dl, MVT::i32), InFlag}; in LowerCall()
1895 Chain, DAG.getIntPtrConstant(UniqueCallSite, dl, true), in LowerCall()
1896 DAG.getIntPtrConstant(UniqueCallSite + 1, dl, true), InFlag, dl); in LowerCall()