Searched defs:Vec (Results 1 - 25 of 70) sorted by relevance

123

/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DHashTable.cpp46 writeSparseBitVector(BinaryStreamWriter &Writer, SparseBitVector<> &Vec) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.cpp30 SmallVectorImpl<uint8_t> &Vec; member in class:__anon2340::UnwindOpcodeStreamer
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DARCMigrate.cpp26 std::vector<std::pair<std::string, std::string> > Vec; member in struct:__anon1132::Remap
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandReductions.cpp124 Value *Vec = II->getArgOperand(1); local
147 Value *Vec = II->getArgOperand(0); local
159 Value *Vec = II->getArgOperand(0); local
[all...]
H A DFixupStatepointCallerSaved.cpp254 auto &Vec = It->second; local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h114 SmallVector<GlobalValue *, 4> Vec; local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DPackedVector.h83 PackedVector &Vec; member in class:llvm::PackedVector::reference
H A DArrayRef.h88 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) argument
94 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) argument
114 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) argument
133 ArrayRef( const SmallVectorTemplateCommon<U *, DummyT> &Vec, std::enable_if_t<std::is_convertible<U *const *, T const *>::value> * = nullptr) argument
142 ArrayRef(const std::vector<U *, A> &Vec, std::enable_if_t<std::is_convertible<U *const *, T const *>::value> * = 0) argument
492 makeArrayRef(const SmallVectorImpl<T> &Vec) argument
498 makeArrayRef(const SmallVector<T, N> &Vec) argument
504 makeArrayRef(const std::vector<T> &Vec) argument
515 makeArrayRef(const ArrayRef<T> &Vec) argument
520 makeArrayRef(ArrayRef<T> &Vec) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/MC/
H A DStringTableBuilder.cpp94 static void multikeySort(MutableArrayRef<StringPair *> Vec, int Pos) { argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp183 auto &Vec = ConstantPoolVectors.back(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp200 Value *Vec = I.getOperand(0); local
213 Value *Vec = I.getOperand(0); local
/netbsd-current/external/gpl3/gdb.old/dist/gdb/unittests/
H A Darray-view-selftests.c476 using Vec = std::vector<gdb_byte>; local
/netbsd-current/external/gpl3/gdb/dist/gdb/unittests/
H A Darray-view-selftests.c502 using Vec = std::vector<gdb_byte>; local
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DAPValue.h269 struct Vec { struct in class:clang::APValue
272 Vec() : Elts(nullptr), NumElts(0) {} function in struct:clang::APValue::Vec
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopInterchange.cpp279 const std::vector<Loop *> *Vec = &CurrentLoop->getSubLoops(); local
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
H A DFuzzerUnittest.cpp778 typedef Vector<std::pair<size_t, uint8_t> > Vec; typedef
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp566 LegalizerInfo::findAction(const SizeAndActionsVec &Vec, const uint32_t Size) { argument
641 const SizeAndActionsVec &Vec = Actions[Aspect.Idx]; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp359 SDValue SelectionDAGLegalize::PerformInsertVectorEltInMemory(SDValue Vec, argument
395 SDValue SelectionDAGLegalize::ExpandINSERT_VECTOR_ELT(SDValue Vec, SDValue Val, argument
[all...]
H A DLegalizeTypesGeneric.cpp362 SDValue Vec = local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp355 HexagonTargetLowering::opCastElem(SDValue Vec, MVT ElemTy, argument
371 HexagonTargetLowering::opSplit(SDValue Vec, const SDLoc &dl, argument
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp587 LazyInitializeReferencedDecls(const BlockDecl *BD, void *&Vec, llvm::BumpPtrAllocator &A) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1232 Value *Vec; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DVectorCombine.cpp372 static Value *createShiftShuffle(Value *Vec, unsigned OldIndex, argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp1651 auto *Vec = static_cast<BumpVector<const MemRegion *> *>(ReferencedVars); local
1667 auto *Vec = static_cast<BumpVector<const MemRegion *> *>(ReferencedVars); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp1163 unsigned Vec = (Index + Elt * Factor) / NumEltsPerVecReg; local

Completed in 576 milliseconds

123