Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp441 Refs = RefEdges.takeVector(); in computeFunctionSummary()
448 Refs = RefEdges.takeVector(); in computeFunctionSummary()
474 CallGraphEdges.takeVector(), TypeTests.takeVector(), in computeFunctionSummary()
475 TypeTestAssumeVCalls.takeVector(), TypeCheckedLoadVCalls.takeVector(), in computeFunctionSummary()
476 TypeTestAssumeConstVCalls.takeVector(), in computeFunctionSummary()
477 TypeCheckedLoadConstVCalls.takeVector()); in computeFunctionSummary()
604 RefEdges.takeVector()); in computeVariableSummary()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSetVector.h66 Vector takeVector() { in takeVector() function
DMapVector.h55 VectorType takeVector() { in takeVector() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp897 getFlags(Object->Header.Machine).takeVector()) { in NormalizedOther()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp1481 NullifyingVector<decltype(TmpQ)::vector_type> Queue(TmpQ.takeVector()); in scalarizeShuffle()