Home
last modified time | relevance | path

Searched refs:SrcLoc (Results 1 – 5 of 5) sorted by relevance

/external/llvm/lib/IR/
DDiagnosticInfo.cpp99 if (const MDNode *SrcLoc = I.getMetadata("srcloc")) { in DiagnosticInfoInlineAsm() local
100 if (SrcLoc->getNumOperands() != 0) in DiagnosticInfoInlineAsm()
102 mdconst::dyn_extract<ConstantInt>(SrcLoc->getOperand(0))) in DiagnosticInfoInlineAsm()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp895 AliasAnalysis::Location SrcLoc = AliasAnalysis::getLocationForSource(M); in processMemCpy() local
896 MemDepResult SrcDepInfo = MD->getPointerDependencyFrom(SrcLoc, true, in processMemCpy()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1975 PathDiagnosticLocation SrcLoc = Piece->getStartLocation(); in addContextEdges() local
1978 PathDiagnosticLocation NextSrcContext = SrcLoc; in addContextEdges()
2028 Piece = new PathDiagnosticControlFlowPiece(SrcLoc, DstContext); in addContextEdges()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp2906 AliasAnalysis::Location SrcLoc = getLocation(SrcInst, SLP->AA); in calculateDependencies() local
2924 SLP->isAliased(SrcLoc, SrcInst, DepDest->Inst)))) { in calculateDependencies()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6488 const MDNode *SrcLoc = CS.getInstruction()->getMetadata("srcloc"); in visitInlineAsm() local
6489 AsmNodeOperands.push_back(DAG.getMDNode(SrcLoc)); in visitInlineAsm()