Searched refs:uniqueCallSite (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 45 static unsigned int uniqueCallSite = 0; variable 912 O << "prototype_" << uniqueCallSite << " : .callprototype "; in getPrototype() 1078 DAG.getIntPtrConstant(uniqueCallSite, dl, true), in LowerCall() 1483 DAG.getConstant(uniqueCallSite, dl, MVT::i32), in LowerCall() 1664 DAG.getIntPtrConstant(uniqueCallSite, dl, true), in LowerCall() 1665 DAG.getIntPtrConstant(uniqueCallSite + 1, dl, in LowerCall() 1668 uniqueCallSite++; in LowerCall()
|