Searched refs:UniqueCallSite (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXISelLowering.h | 505 unsigned UniqueCallSite) const;
|
| H A D | NVPTXISelLowering.cpp | 1301 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()
|