Searched refs:SrcLoc (Results 1 – 7 of 7) sorted by relevance
87 if (const MDNode *SrcLoc = I->getMetadata("srcloc")) { in emitError() local88 if (SrcLoc->getNumOperands() != 0) in emitError()89 if (const ConstantInt *CI = dyn_cast<ConstantInt>(SrcLoc->getOperand(0))) in emitError()
101 if (const MDNode *SrcLoc = I.getMetadata("srcloc")) { in DiagnosticInfoInlineAsm() local102 if (SrcLoc->getNumOperands() != 0) in DiagnosticInfoInlineAsm()104 mdconst::dyn_extract<ConstantInt>(SrcLoc->getOperand(0))) in DiagnosticInfoInlineAsm()
1191 MemoryLocation SrcLoc = MemoryLocation::getForSource(M); in processMemCpy() local1193 SrcLoc, true, M->getIterator(), M->getParent()); in processMemCpy()
1973 PathDiagnosticLocation SrcLoc = Piece->getStartLocation(); in addContextEdges() local1976 PathDiagnosticLocation NextSrcContext = SrcLoc; in addContextEdges()2026 Piece = new PathDiagnosticControlFlowPiece(SrcLoc, DstContext); in addContextEdges()
3058 MemoryLocation SrcLoc = getLocation(SrcInst, SLP->AA); in calculateDependencies() local3076 SLP->isAliased(SrcLoc, SrcInst, DepDest->Inst)))) { in calculateDependencies()
6014 const MDNode *SrcLoc = CS.getInstruction()->getMetadata("srcloc"); in visitInlineAsm() local6015 AsmNodeOperands.push_back(DAG.getMDNode(SrcLoc)); in visitInlineAsm()
6763 const MDNode *SrcLoc = CS.getInstruction()->getMetadata("srcloc"); in visitInlineAsm() local6764 AsmNodeOperands.push_back(DAG.getMDNode(SrcLoc)); in visitInlineAsm()