Searched refs:uniqueCallSite (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/ |
D | NVPTXISelLowering.cpp | 68 static unsigned int uniqueCallSite = 0; variable 1251 O << "prototype_" << uniqueCallSite << " : .callprototype "; in getPrototype() 1424 Chain = DAG.getCALLSEQ_START(Chain, uniqueCallSite, 0, dl); in LowerCall() 1718 DAG.getConstant(uniqueCallSite, dl, MVT::i32), in LowerCall() 1810 DAG.getIntPtrConstant(uniqueCallSite, dl, true), in LowerCall() 1811 DAG.getIntPtrConstant(uniqueCallSite + 1, dl, in LowerCall() 1814 uniqueCallSite++; in LowerCall()
|
/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()
|