Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/VMCore/
DLLVMContext.cpp87 if (const MDNode *SrcLoc = I->getMetadata("srcloc")) { in emitError() local
88 if (SrcLoc->getNumOperands() != 0) in emitError()
89 if (const ConstantInt *CI = dyn_cast<ConstantInt>(SrcLoc->getOperand(0))) in emitError()
/external/llvm/lib/IR/
DDiagnosticInfo.cpp101 if (const MDNode *SrcLoc = I.getMetadata("srcloc")) { in DiagnosticInfoInlineAsm() local
102 if (SrcLoc->getNumOperands() != 0) in DiagnosticInfoInlineAsm()
104 mdconst::dyn_extract<ConstantInt>(SrcLoc->getOperand(0))) in DiagnosticInfoInlineAsm()
/external/llvm/lib/Transforms/Scalar/
DMemCpyOptimizer.cpp1191 MemoryLocation SrcLoc = MemoryLocation::getForSource(M); in processMemCpy() local
1193 SrcLoc, true, M->getIterator(), M->getParent()); in processMemCpy()
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1973 PathDiagnosticLocation SrcLoc = Piece->getStartLocation(); in addContextEdges() local
1976 PathDiagnosticLocation NextSrcContext = SrcLoc; in addContextEdges()
2026 Piece = new PathDiagnosticControlFlowPiece(SrcLoc, DstContext); in addContextEdges()
/external/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp3058 MemoryLocation SrcLoc = getLocation(SrcInst, SLP->AA); in calculateDependencies() local
3076 SLP->isAliased(SrcLoc, SrcInst, DepDest->Inst)))) { in calculateDependencies()
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6014 const MDNode *SrcLoc = CS.getInstruction()->getMetadata("srcloc"); in visitInlineAsm() local
6015 AsmNodeOperands.push_back(DAG.getMDNode(SrcLoc)); in visitInlineAsm()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp6763 const MDNode *SrcLoc = CS.getInstruction()->getMetadata("srcloc"); in visitInlineAsm() local
6764 AsmNodeOperands.push_back(DAG.getMDNode(SrcLoc)); in visitInlineAsm()