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 910 O << "prototype_" << uniqueCallSite << " : .callprototype "; in getPrototype() 1076 DAG.getIntPtrConstant(uniqueCallSite, dl, true), in LowerCall() 1477 DAG.getConstant(uniqueCallSite, dl, MVT::i32), in LowerCall() 1650 DAG.getIntPtrConstant(uniqueCallSite, dl, true), in LowerCall() 1651 DAG.getIntPtrConstant(uniqueCallSite + 1, dl, in LowerCall() 1654 uniqueCallSite++; in LowerCall()
|