Home
last modified time | relevance | path

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

1234

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTinyPtrVector.h167 if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) in empty() local
267 else if (VecTy *Vec = Val.template get<VecTy*>()) in pop_back() local
275 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in clear() local
290 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in erase() local
306 } else if (VecTy *Vec = Val.template dyn_cast<VecTy*>()) { in erase() local
H A DArrayRef.h88 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef()
94 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef()
114 /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef()
336 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef()
340 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef()
492 ArrayRef<T> makeArrayRef(const SmallVectorImpl<T> &Vec) { in makeArrayRef()
498 ArrayRef<T> makeArrayRef(const SmallVector<T, N> &Vec) { in makeArrayRef()
504 ArrayRef<T> makeArrayRef(const std::vector<T> &Vec) { in makeArrayRef()
515 template <typename T> ArrayRef<T> makeArrayRef(const ArrayRef<T> &Vec) { in makeArrayRef()
520 template <typename T> ArrayRef<T> &makeArrayRef(ArrayRef<T> &Vec) { in makeArrayRef()
H A DPackedVector.h83 PackedVector &Vec; variable
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandReductions.cpp124 Value *Vec = II->getArgOperand(1); in expandReductions() local
147 Value *Vec = II->getArgOperand(0); in expandReductions() local
159 Value *Vec = II->getArgOperand(0); in expandReductions() local
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h114 SmallVector<GlobalValue *, 4> Vec; in FunctionImportGlobalProcessing() local
/netbsd/external/apache2/llvm/dist/clang/tools/libclang/
H A DARCMigrate.cpp26 std::vector<std::pair<std::string, std::string> > Vec; member
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DHashTable.cpp47 SparseBitVector<> &Vec) { in writeSparseBitVector()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DTwine.cpp28 SmallString<256> Vec; in str() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp200 Value *Vec = I.getOperand(0); in generateCreationChecks() local
213 Value *Vec = I.getOperand(0); in generateCreationChecks() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InterleavedAccess.cpp292 ArrayRef<Value *> Vec, ArrayRef<int> VPShuf, in reorderSubVector()
526 static void concatSubVector(Value **Vec, ArrayRef<Instruction *> InVec, in concatSubVector()
560 Value *Vec[6], *TempVector[3]; in deinterleave8bitStride3() local
644 Value *Vec[3], *TempVector[3]; in interleave8bitStride3() local
H A DX86LowerAMXIntrinsics.cpp221 Value *Vec = BitCast->getOperand(0); in createTileLoadStoreLoops() local
503 Value *Vec; in lowerTileDP() local
548 Value *Vec; in lowerTileLoadStore() local
566 Value *Vec; in lowerTileZero() local
H A DX86InstCombineIntrinsic.cpp89 Value *Vec = II.getOperand(2); in simplifyX86MaskedStore() local
200 auto Vec = II.getArgOperand(0); in simplifyX86immShift() local
348 auto Vec = II.getArgOperand(0); in simplifyX86varShift() local
/netbsd/external/apache2/llvm/dist/llvm/lib/MC/
H A DStringTableBuilder.cpp94 static void multikeySort(MutableArrayRef<StringPair *> Vec, int Pos) { in multikeySort()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.cpp30 SmallVectorImpl<uint8_t> &Vec; member in __anon32d4f8900111::UnwindOpcodeStreamer
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantFolder.h258 Constant *CreateExtractElement(Constant *Vec, Constant *Idx) const override { in CreateExtractElement()
262 Constant *CreateInsertElement(Constant *Vec, Constant *NewElt, in CreateInsertElement()
H A DNoFolder.h292 Instruction *CreateExtractElement(Constant *Vec, in CreateExtractElement()
297 Instruction *CreateInsertElement(Constant *Vec, Constant *NewElt, in CreateInsertElement()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetFolder.h252 Constant *CreateExtractElement(Constant *Vec, Constant *Idx) const override { in CreateExtractElement()
256 Constant *CreateInsertElement(Constant *Vec, Constant *NewElt, in CreateInsertElement()
/netbsd/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp183 auto &Vec = ConstantPoolVectors.back(); in parseImpl() local
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp566 LegalizerInfo::findAction(const SizeAndActionsVec &Vec, const uint32_t Size) { in findAction()
641 const SizeAndActionsVec &Vec = Actions[Aspect.Idx]; in findScalarLegalAction() local
/netbsd/external/gpl3/gdb/dist/gdb/unittests/
H A Darray-view-selftests.c476 using Vec = std::vector<gdb_byte>; in run_tests() local
/netbsd/external/gpl3/gdb.old/dist/gdb/unittests/
H A Darray-view-selftests.c476 using Vec = std::vector<gdb_byte>; in run_tests() local
/netbsd/external/apache2/llvm/dist/clang/lib/AST/
H A DFormatString.cpp500 QualType Vec = C.getExtVectorType(T, NumElts); in makeVectorType() local
H A DParentMapContext.cpp254 if (auto *Vec = It->second.dyn_cast<ParentVector *>()) in AscendIgnoreUnlessSpelledInSource() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1457 SDValue Vec = DAG.getNode(ISD::BITCAST, SL, MVT::v2i32, Op); in split64BitValue() local
1471 SDValue Vec = DAG.getNode(ISD::BITCAST, SL, MVT::v2i32, Op); in getLoHalf64() local
1479 SDValue Vec = DAG.getNode(ISD::BITCAST, SL, MVT::v2i32, Op); in getHiHalf64() local
2345 SDValue Vec = DAG.getNode(ISD::BITCAST, SL, MVT::v2i32, Src); in LowerCTLZ_CTTZ() local
3043 SDValue Vec = DAG.getBuildVector(MVT::v2i32, SL, {LoAnd, HiAnd}); in splitBinaryBitConstantOpImpl() local
3075 SDValue Vec = DAG.getBuildVector(MVT::v2i16, SL, in performShlCombine() local
3111 SDValue Vec = DAG.getBuildVector(MVT::v2i32, SL, {Zero, NewShift}); in performShlCombine() local
3208 SDValue Vec = Src.getOperand(0); in performTruncateCombine() local
3950 SDValue Vec = DAG.getNode(ISD::BUILD_VECTOR, SL, MVT::v2i32, in PerformDAGCombine() local
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp1387 SDValue Vec = DAG.getUNDEF(IntegerViaVecVT); in lowerBUILD_VECTOR() local
2323 SDValue Vec = DAG.getUNDEF(VT); in LowerOperation() local
3105 SDValue Vec = Op.getOperand(0); in lowerINSERT_VECTOR_ELT() local
3202 SDValue Vec = Op.getOperand(0); in lowerEXTRACT_VECTOR_ELT() local
3390 SDValue Vec = Op.getOperand(1); in LowerINTRINSIC_WO_CHAIN() local
3514 SDValue Vec = Op.getOperand(0); in lowerVectorMaskVECREDUCE() local
3560 SDValue Vec = Op.getOperand(0); in lowerVECREDUCE() local
3667 SDValue Vec = Op.getOperand(0); in lowerINSERT_SUBVECTOR() local
3817 SDValue Vec = Op.getOperand(0); in lowerEXTRACT_SUBVECTOR() local
4919 SDValue Vec = N->getOperand(0); in ReplaceNodeResults() local
[all …]

1234