Home
last modified time | relevance | path

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

12345

/freebsd/contrib/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
H A DArrayRef.h90 /*implicit*/ ArrayRef(const SmallVectorTemplateCommon<T, U> &Vec) in ArrayRef()
96 /*implicit*/ ArrayRef(const std::vector<T, A> &Vec) in ArrayRef()
116 constexpr /*implicit*/ ArrayRef(const std::initializer_list<T> &Vec) in ArrayRef()
338 /*implicit*/ MutableArrayRef(SmallVectorImpl<T> &Vec) in MutableArrayRef()
342 /*implicit*/ MutableArrayRef(std::vector<T> &Vec) in MutableArrayRef()
H A DPackedVector.h84 PackedVector &Vec; variable
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandReductions.cpp76 Value *Vec = II->getArgOperand(1); in expandReductions() local
99 Value *Vec = II->getArgOperand(0); in expandReductions() local
127 Value *Vec = II->getArgOperand(0); in expandReductions() local
139 Value *Vec = II->getArgOperand(0); in expandReductions() local
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGenTypes/
H A DMachineValueType.h41 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, NElem, EltTy) Ty = n, argument
174 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in isOverloaded() argument
257 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, NElem, EltTy) EltTy, in getVectorElementType() argument
270 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, NElem, EltTy) NElem, in getVectorMinNumElements() argument
299 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in getSizeInBits() argument
421 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in getFloatingPointVT() argument
431 #define GET_VT_ATTR(Ty, n, sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in getIntegerVT() argument
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVRegularizer.cpp139 if (auto *Vec = dyn_cast<ConstantVector>(Op)) { in runLowerConstExpr() local
151 if (auto *Vec = dyn_cast<ConstantVector>(C)) in runLowerConstExpr() local
109 __anonbaf691690302(ConstantVector *Vec, unsigned NumOfOp) runLowerConstExpr() argument
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DFunctionImportUtils.h114 SmallVector<GlobalValue *, 4> Vec; in FunctionImportGlobalProcessing() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp244 findAction(const SizeAndActionsVec & Vec,const uint32_t Size) findAction() argument
318 const SizeAndActionsVec &Vec = Actions[Aspect.Idx]; findScalarLegalAction() local
[all...]
/freebsd/contrib/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()
H A DConstantFolder.h146 Value *FoldExtractElement(Value *Vec, Value *Idx) const override { in FoldExtractElement()
154 Value *FoldInsertElement(Value *Vec, Value *NewElt, in FoldInsertElement()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DHashTable.cpp44 SparseBitVector<> &Vec) { in writeSparseBitVector()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h98 Value *FoldExtractElement(Value *Vec, Value *Idx) const override { in FoldExtractElement()
102 Value *FoldInsertElement(Value *Vec, Value *NewElt, in FoldInsertElement()
H A DTargetFolder.h157 Value *FoldExtractElement(Value *Vec, Value *Idx) const override { in FoldExtractElement()
165 Value *FoldInsertElement(Value *Vec, Value *NewElt, in FoldInsertElement()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTwine.cpp28 SmallString<256> Vec; in str() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPoisonChecking.cpp195 Value *Vec = I.getOperand(0); in generateCreationChecks() local
208 Value *Vec = I.getOperand(0); in generateCreationChecks() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp219 Value *Vec = BitCast->getOperand(0); in createTileLoadStoreLoops() local
501 Value *Vec; in lowerTileDP() local
545 Value *Vec; in lowerTileLoadStore() local
563 Value *Vec; in lowerTileZero() local
H A DX86InterleavedAccess.cpp288 ArrayRef<Value *> Vec, ArrayRef<int> VPShuf, in reorderSubVector()
522 static void concatSubVector(Value **Vec, ArrayRef<Instruction *> InVec, in concatSubVector()
556 Value *Vec[6], *TempVector[3]; in deinterleave8bitStride3() local
640 Value *Vec[3], *TempVector[3]; in interleave8bitStride3() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp447 Value *Vec = getReducedOperand(I->getOperand(0), SclTy); in ReduceExpressionGraph() local
453 Value *Vec = getReducedOperand(I->getOperand(0), SclTy); in ReduceExpressionGraph() local
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DStringTableBuilder.cpp95 multikeySort(MutableArrayRef<StringPair * > Vec,int Pos) multikeySort() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMUnwindOpAsm.cpp30 SmallVectorImpl<uint8_t> &Vec; member in __anoncc1f11ef0111::UnwindOpcodeStreamer
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFGdbIndex.cpp185 auto &Vec = ConstantPoolVectors.back(); in parseImpl() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGGPUBuiltin.cpp160 llvm::SmallVector<llvm::Value *, 3> Vec = { in EmitDevicePrintfCallExpr() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSarif.cpp295 SmallVector<std::pair<StringRef, SarifArtifact>, 0> Vec; in endRun() local
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDXContainerYAML.cpp352 MutableArrayRef<uint8_t> Vec(Info.SigOutputVectors); in mapInfoForVersion() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenTarget.cpp66 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in getEnumName() argument

12345