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

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

Completed in 300 milliseconds