Home
last modified time | relevance | path

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

/external/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()
/external/llvm-project/llvm/lib/Analysis/
DModuleSummaryAnalysis.cpp442 Refs = RefEdges.takeVector(); in computeFunctionSummary()
449 Refs = RefEdges.takeVector(); in computeFunctionSummary()
478 CallGraphEdges.takeVector(), TypeTests.takeVector(), in computeFunctionSummary()
479 TypeTestAssumeVCalls.takeVector(), TypeCheckedLoadVCalls.takeVector(), in computeFunctionSummary()
480 TypeTestAssumeConstVCalls.takeVector(), in computeFunctionSummary()
481 TypeCheckedLoadConstVCalls.takeVector(), std::move(ParamAccesses)); in computeFunctionSummary()
611 RefEdges.takeVector()); in computeVariableSummary()
/external/llvm-project/clang/test/SemaObjC/
Dx86-method-vector-values.m31 -(void)takeVector:(float3)v; // there should be no diagnostic at declaration
40 -(void)takeVector:(float3)v {
73 -(void)takeVector:(float3)v {
/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DNoRecursionCheck.cpp145 decltype(Vector) takeVector() { in takeVector() function in clang::tidy::misc::__anona2e7f4e50111::SmartSmallSetVector
190 CallStackTy CallStack = CallStackSet.takeVector(); in PathfindSomeCycle()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dtpu_extract_head_tail_outside_compilation.cc176 return head_outside_compiled_ops.takeVector(); in FindOutsideCompiledOpsAtHead()
283 *tail_outside_compiled_ops = tail_outside_compiled_ops_set.takeVector(); in FindOutsideCompiledOpsAtTailAndClusterResults()
284 *cluster_results = cluster_results_set.takeVector(); in FindOutsideCompiledOpsAtTailAndClusterResults()
/external/llvm-project/mlir/lib/Analysis/
DSliceAnalysis.cpp78 std::vector<Operation *> v(forwardSlice->takeVector()); in getForwardSlice()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSetVector.h66 Vector takeVector() { in takeVector() function
DMapVector.h55 VectorType takeVector() { in takeVector() function
/external/llvm-project/llvm/include/llvm/ADT/
DSetVector.h66 Vector takeVector() { in takeVector() function
DMapVector.h55 VectorType takeVector() { in takeVector() function
/external/llvm-project/mlir/lib/IR/
DBuiltinDialect.cpp158 dest->setAttrs(DictionaryAttr::get(newAttrs.takeVector(), getContext())); in cloneInto()
DAsmPrinter.cpp508 aliasToSymbol.takeVector(); in initializeAliases()
/external/llvm-project/mlir/lib/Conversion/PDLToPDLInterp/
DPDLToPDLInterp.cpp205 children.takeVector()); in generateMatcher()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp654 GCPtrs = LoweredGCPtrs.takeVector(); in lowerStatepointMetaArgs()
/external/llvm-project/mlir/lib/Dialect/SPIRV/
DSPIRVTypes.cpp97 return allCaps.takeVector(); in getRecursiveImpliedCapabilities()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp897 getFlags(Object->Header.Machine).takeVector()) { in NormalizedOther()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp970 getFlags(Object->getMachine()).takeVector()) { in NormalizedOther()
/external/llvm-project/lld/ELF/
DDriver.cpp894 return names.takeVector(); in getSymbolOrderingFile()
/external/llvm-project/mlir/tools/mlir-tblgen/
DOpFormatGen.cpp2227 fmt.usedAttributes = seenAttrs.takeVector(); in parse()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp1481 NullifyingVector<decltype(TmpQ)::vector_type> Queue(TmpQ.takeVector()); in scalarizeShuffle()
/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAGHVX.cpp1406 NullifyingVector<decltype(TmpQ)::vector_type> Queue(TmpQ.takeVector()); in select()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp1633 return MostBases.takeVector(); in getMostBaseClasses()
5841 for (const auto &Entry : DeferredEmptyCoverageMappingDecls.takeVector()) { in EmitDeferredUnusedCoverageMappings()