Home
last modified time | relevance | path

Searched defs:Vec (Results 1 – 25 of 149) sorted by relevance

123456

/llvm-project/llvm/unittests/ADT/
H A DSparseBitVectorTest.cpp17 SparseBitVector<> Vec; in TEST() local
57 SparseBitVector<> Vec, Other; in TEST() local
87 SparseBitVector<> Vec, Other; in TEST() local
151 SparseBitVector<> Vec; in TEST() local
H A DPackedVectorTest.cpp21 PackedVector<unsigned, 2> Vec; in TEST() local
67 PackedVector<unsigned, 2> Vec(1); in TEST() local
83 PackedVector<signed, 2> Vec(1); in TEST() local
H A DRangeAdapterTest.cpp22 std::vector<int> Vec; member in __anonb4afe4b50111::ReverseOnlyVector
39 mutable std::vector<int> Vec; member in __anonb4afe4b50111::BidirectionalVector
56 std::vector<int> Vec; member in __anonb4afe4b50111::BidirectionalVectorConsts
H A DBitVectorTest.cpp27 TypeParam Vec; in TYPED_TEST() local
350 BitVector Vec; in TEST() local
428 BitVector Vec; in TEST() local
774 TypeParam Vec(3); in TYPED_TEST() local
1181 TypeParam Vec(10, false); in TYPED_TEST() local
1216 TypeParam Vec(10, true); in TYPED_TEST() local
/llvm-project/clang/test/Index/
H A Dcomplete-cxx-inline-methods.cpp8 struct Vec { int x, y; }; struct in __anonba4de2230111::MyCls
/llvm-project/llvm/lib/CodeGen/
H A DExpandReductions.cpp74 Value *Vec = II->getArgOperand(1); expandReductions() local
97 Value *Vec = II->getArgOperand(0); expandReductions() local
125 Value *Vec = II->getArgOperand(0); expandReductions() local
137 Value *Vec = II->getArgOperand(0); expandReductions() local
[all...]
/llvm-project/llvm/include/llvm/ADT/
H A DTinyPtrVector.h166 if (VecTy *Vec = dyn_cast_if_present<VecTy *>(Val)) in empty() local
265 else if (VecTy *Vec = cast<VecTy *>(Val)) in pop_back() local
273 } else if (VecTy *Vec = dyn_cast_if_present<VecTy *>(Val)) { in clear() local
288 } else if (VecTy *Vec = dyn_cast_if_present<VecTy *>(Val)) { in erase() local
304 } else if (VecTy *Vec = dyn_cast_if_present<VecTy *>(Val)) { in erase() local
[all...]
H A DArrayRef.h90 ArrayRef(const SmallVectorTemplateCommon<T,U> & Vec) ArrayRef() argument
96 ArrayRef(const std::vector<T,A> & Vec) ArrayRef() argument
116 ArrayRef(const std::initializer_list<T> & Vec) ArrayRef() argument
338 MutableArrayRef(SmallVectorImpl<T> & Vec) MutableArrayRef() argument
342 MutableArrayRef(std::vector<T> & Vec) MutableArrayRef() argument
[all...]
/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h41 GET_VT_ATTR(Ty,n,sz,Any,Int,FP,Vec,Sc,NElem,EltTy) global() argument
174 GET_VT_ATTR(Ty,n,sz,Any,Int,FP,Vec,Sc,NElem,EltTy) isOverloaded() argument
257 GET_VT_ATTR(Ty,N,Sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getVectorElementType() argument
270 GET_VT_ATTR(Ty,N,Sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getVectorMinNumElements() argument
299 GET_VT_ATTR(Ty,N,Sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getSizeInBits() argument
421 GET_VT_ATTR(Ty,n,sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getFloatingPointVT() argument
431 GET_VT_ATTR(Ty,n,sz,Any,Int,FP,Vec,Sc,NElem,EltTy) getIntegerVT() argument
/llvm-project/clang/test/CodeGenCXX/
H A Dmangle-alias-template.cpp7 template<typename T> using Vec = vector<T>; typedef
/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h114 SmallVector<GlobalValue *, 4> Vec; in FunctionImportGlobalProcessing() local
/llvm-project/clang/tools/libclang/
H A DARCMigrate.cpp26 std::vector<std::pair<std::string, std::string> > Vec; member
/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVRegularizer.cpp109 __anonf6274a7c0302(ConstantVector *Vec, unsigned NumOfOp) runLowerConstExpr() argument
139 if (auto *Vec = dyn_cast<ConstantVector>(Op)) { runLowerConstExpr() local
151 if (auto *Vec = dyn_cast<ConstantVector>(C)) runLowerConstExpr() local
[all...]
/llvm-project/clang/test/CXX/temp/temp.decls/temp.alias/
H A Dp2.cpp19 template<class T> using Vec = vector<T, Alloc<T>>; typedef
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DHashTable.cpp44 SparseBitVector<> &Vec) { in writeSparseBitVector()
/llvm-project/llvm/lib/Support/
H A DTwine.cpp28 SmallString<256> Vec; in str() local
/llvm-project/llvm/unittests/Support/DynamicLibrary/
H A DPipSqueak.cpp13 std::vector<std::string> *Vec; member
/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp247 LegacyLegalizerInfo::findAction(const SizeAndActionsVec &Vec, const uint32_t Size) { in findAction()
321 const SizeAndActionsVec &Vec = Actions[Aspect.Idx]; in findScalarLegalAction() local
/llvm-project/llvm/include/llvm/IR/
H A DNoFolder.h96 Value *FoldExtractElement(Value *Vec, Value *Idx) const override { in FoldExtractElement()
100 Value *FoldInsertElement(Value *Vec, Value *NewElt, in FoldInsertElement()
/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h98 FoldExtractElement(Value * Vec,Value * Idx) FoldExtractElement() argument
102 FoldInsertElement(Value * Vec,Value * NewElt,Value * Idx) FoldInsertElement() argument
/llvm-project/clang-tools-extra/clang-tidy/plugin/
H A DClangTidyPlugin.cpp49 std::vector<std::unique_ptr<ASTConsumer>> Vec; in CreateASTConsumer() local
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp
/llvm-project/clang/test/Analysis/
H A Dllvm-conventions.cpp220 …llvm::SmallVector<int, 5> Vec; // expected-warning{{AST class 'Decl' has a field 'Vec' that alloca… member
/llvm-project/llvm/unittests/Support/
H A DMD5Test.cpp62 std::array<uint8_t, 16> Vec = MD5::hash(Input); in TEST() local
/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp219 Value *Vec = BitCast->getOperand(0); createTileLoadStoreLoops() local
501 Value *Vec; lowerTileDP() local
545 Value *Vec; lowerTileLoadStore() local
563 Value *Vec; lowerTileZero() local

123456