/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | TinyPtrVector.h | 166 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 D | ArrayRef.h | 90 /*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 D | PackedVector.h | 84 PackedVector &Vec; variable
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ExpandReductions.cpp | 76 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 D | MachineValueType.h | 41 #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 D | SPIRVRegularizer.cpp | 139 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 D | FunctionImportUtils.h | 114 SmallVector<GlobalValue *, 4> Vec; in FunctionImportGlobalProcessing() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | LegacyLegalizerInfo.cpp | 244 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 D | NoFolder.h | 96 Value *FoldExtractElement(Value *Vec, Value *Idx) const override { in FoldExtractElement() 100 Value *FoldInsertElement(Value *Vec, Value *NewElt, in FoldInsertElement()
|
H A D | ConstantFolder.h | 146 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 D | HashTable.cpp | 44 SparseBitVector<> &Vec) { in writeSparseBitVector()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | InstSimplifyFolder.h | 98 Value *FoldExtractElement(Value *Vec, Value *Idx) const override { in FoldExtractElement() 102 Value *FoldInsertElement(Value *Vec, Value *NewElt, in FoldInsertElement()
|
H A D | TargetFolder.h | 157 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 D | Twine.cpp | 28 SmallString<256> Vec; in str() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PoisonChecking.cpp | 195 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 D | X86LowerAMXIntrinsics.cpp | 219 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 D | X86InterleavedAccess.cpp | 288 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 D | TruncInstCombine.cpp | 447 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 D | StringTableBuilder.cpp | 95 multikeySort(MutableArrayRef<StringPair * > Vec,int Pos) multikeySort() argument [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMUnwindOpAsm.cpp | 30 SmallVectorImpl<uint8_t> &Vec; member in __anoncc1f11ef0111::UnwindOpcodeStreamer
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFGdbIndex.cpp | 185 auto &Vec = ConstantPoolVectors.back(); in parseImpl() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGGPUBuiltin.cpp | 160 llvm::SmallVector<llvm::Value *, 3> Vec = { in EmitDevicePrintfCallExpr() local
|
/freebsd/contrib/llvm-project/clang/lib/Basic/ |
H A D | Sarif.cpp | 295 SmallVector<std::pair<StringRef, SarifArtifact>, 0> Vec; in endRun() local
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DXContainerYAML.cpp | 352 MutableArrayRef<uint8_t> Vec(Info.SigOutputVectors); in mapInfoForVersion() local
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenTarget.cpp | 66 #define GET_VT_ATTR(Ty, N, Sz, Any, Int, FP, Vec, Sc, NElem, EltTy) \ in getEnumName() argument
|