Searched refs:uniqueCallSite (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp67 static unsigned int uniqueCallSite = 0; variable
1254 O << "prototype_" << uniqueCallSite << " : .callprototype "; local
1425 Chain = DAG.getCALLSEQ_START(Chain, uniqueCallSite, 0, dl);
1737 DAG.getConstant(uniqueCallSite, dl, MVT::i32),
1835 DAG.getIntPtrConstant(uniqueCallSite, dl, true),
1836 DAG.getIntPtrConstant(uniqueCallSite + 1, dl,
1840 uniqueCallSite++;

Completed in 105 milliseconds