/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | SmallVector.h | 201 /// Check whether Elt will be invalidated by resizing the vector to NewSize. in assertSafeToReferenceAfterResize() argument 187 isSafeToReferenceAfterResize(const void * Elt,size_t NewSize) isSafeToReferenceAfterResize() argument 242 reserveForParamAndGetAddressImpl(U * This,const T & Elt,size_t N) reserveForParamAndGetAddressImpl() argument 404 growAndAssign(size_t NumElts,const T & Elt) growAndAssign() argument 426 push_back(const T & Elt) push_back() argument 432 push_back(T && Elt) push_back() argument 556 growAndAssign(size_t NumElts,T Elt) growAndAssign() argument 574 push_back(ValueParamT Elt) push_back() argument 705 append(size_type NumInputs,ValueParamT Elt) append() argument 717 assign(size_type NumElts,ValueParamT Elt) assign() argument 781 insert_one_impl(iterator I,ArgType && Elt) insert_one_impl() argument 818 insert(iterator I,T && Elt) insert() argument 822 insert(iterator I,const T & Elt) insert() argument 826 insert(iterator I,size_type NumToInsert,ValueParamT Elt) insert() argument [all...] |
H A D | TinyPtrVector.h | 310 iterator insert(iterator I, const EltTy &Elt) { in insert()
|
H A D | EquivalenceClasses.h | 79 ECValue(const ElemTy &Elt) in ECValue()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTVector.h | 162 void push_back(const_reference Elt, const ASTContext &C) { in push_back() 202 void append(const ASTContext &C, size_type NumInputs, const T &Elt) { in append() 219 iterator insert(const ASTContext &C, iterator I, const T &Elt) { in insert() 241 const T &Elt) { in insert() 358 void construct_range(T *S, T *E, const T &Elt) { in construct_range()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCMachineFunctionInfo.cpp | 106 for (const auto &Elt : ParamtersType) { in getVecExtParmsType() local 148 for (const auto &Elt : ParamtersType) { in getParmsType() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 478 ConstantFoldInsertElementInstruction(Constant * Val,Constant * Elt,Constant * Idx) ConstantFoldInsertElementInstruction() argument 528 __anon2aee055b0202(int Elt) ConstantFoldShuffleVectorInstruction() argument 534 __anon2aee055b0302(int Elt) ConstantFoldShuffleVectorInstruction() argument 536 Constant *Elt = ConstantFoldShuffleVectorInstruction() local 555 int Elt = Mask[i]; ConstantFoldShuffleVectorInstruction() local 561 if (unsigned(Elt) >= SrcNumElts*2) ConstantFoldShuffleVectorInstruction() local 563 else if (unsigned(Elt) >= SrcNumElts) { ConstantFoldShuffleVectorInstruction() local 655 if (Constant *Elt = ConstantFoldUnaryInstruction(Opcode, Splat)) ConstantFoldUnaryInstruction() local 662 Constant *Elt = ConstantExpr::getExtractElement(C, ExtractIdx); ConstantFoldUnaryInstruction() local [all...] |
H A D | Constants.cpp | 139 Constant *Elt = getAggregateElement(I); isNotOneValue() local 184 Constant *Elt = getAggregateElement(I); isNotMinSignedValue() local 1153 rangeOnlyContains(ItTy Start,ItTy End,EltTy Elt) rangeOnlyContains() argument 1649 Constant *Elt = getOperand(0); getSplatValue() local 2392 getInsertElement(Constant * Val,Constant * Elt,Constant * Idx,Type * OnlyIfReducedTy) getInsertElement() argument 2498 Constant *Elt = C->getAggregateElement(I); getExactLogBase2() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/ |
H A D | PointerTypeAnalysis.cpp | 145 const Constant *Elt = C->getAggregateElement(I); classifyConstantWithOpaquePtr() local 153 for (auto &Elt : CA->operands()) { classifyConstantWithOpaquePtr() local
|
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | CXXPredicates.cpp |
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Support/ |
H A D | BumpVector.h | 168 void push_back(const_reference Elt, BumpVectorContext &C) { in push_back() 211 void construct_range(T *S, T *E, const T &Elt) { in construct_range()
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | TypeErasedDataflowAnalysis.cpp | 348 builtinTransferStatement(unsigned CurBlockID,const CFGStmt & Elt,TypeErasedDataflowAnalysisState & InputState,AnalysisContext & AC) builtinTransferStatement() argument 359 builtinTransferInitializer(const CFGInitializer & Elt,TypeErasedDataflowAnalysisState & InputState) builtinTransferInitializer() argument 421 builtinTransfer(unsigned CurBlockID,const CFGElement & Elt,TypeErasedDataflowAnalysisState & State,AnalysisContext & AC) builtinTransfer() argument
|
H A D | HTMLLogger.cpp | 397 if (this->Elt == Missing || EltPriority > RangeLen) in writeCode() local 322 for (const auto &Elt : B.Elements) { writeBlock() local 363 unsigned Elt = Missing; writeCode() member [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | SmallPtrSet.cpp | 110 const void *Elt = *BucketPtr; in Grow() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUIGroupLP.cpp | 918 for (auto &Elt : SyncPipe[0].DAG->SUnits) { apply() local 969 __anond089bb350702(SUnit *Elt) apply() argument 999 __anond089bb350902(SUnit *Elt) apply() argument 1027 for (auto &Elt : Collection) { apply() local 1091 __anond089bb350b02(SUnit *Elt) apply() argument [all...] |
H A D | AMDGPUInstCombineIntrinsic.cpp | 388 if (auto *ConstElt = dyn_cast<Constant>(Elt)) { in trimTrailingZerosInVector() local 419 auto *Elt = findScalarElement(V, I); defaultComponentBroadcast() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ShuffleDecodeConstantPool.cpp | 72 auto *Elt = cast<ConstantInt>(COp); in extractConstantMask() local
|
H A D | X86LowerAMXIntrinsics.cpp | 211 Value *Elt = B.CreateLoad(EltTy, EltPtr); in createTileLoadStoreLoops() local 227 Value *Elt = B.CreateExtractElement(Vec, Idx); in createTileLoadStoreLoops() local
|
H A D | X86InstCombineIntrinsic.cpp | 495 PackMask.push_back(Elt + (Lane * NumSrcEltsPerLane)); in simplifyX86pack() local 493 for (unsigned Elt = 0; Elt != NumSrcEltsPerLane; ++Elt) simplifyX86pack() local 1754 APInt Elt = CI0->getValue(); simplifyX86extrq() local 3057 for (unsigned Elt = 0; Elt != InnerVWidthPerLane; ++Elt) { simplifyDemandedVectorEltsIntrinsic() local [all...] |
H A D | X86FixupVectorConstants.cpp | 131 if (Constant *Elt = CV->getAggregateElement(Idx)) { getSplatableConstant() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | SpillPlacement.cpp | 182 for (const auto &Elt : Links) { in getDissentingNeighbors() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineVectorOps.cpp | 140 Value *Elt = EI.getIndexOperand(); in scalarizePHI() local 231 if (Value *Elt = findScalarElement(X, ExtIndexC)) in foldBitcastExtElt() local 921 std::optional<Instruction *> &Elt = AggElts[Indices.front()]; foldAggregateConstructionIntoAggregateReuse() local 966 __anon1ae41b0a0402(Instruction *Elt, unsigned EltIdx, std::optional<BasicBlock *> UseBB, std::optional<BasicBlock *> PredBB) foldAggregateConstructionIntoAggregateReuse() argument 1195 int Elt = Shuf.getMaskValue(i); isShuffleEquivalentToSelect() local [all...] |
H A D | InstCombineSimplifyDemanded.cpp | 1380 Constant *Elt = C->getAggregateElement(i); SimplifyDemandedVectorElts() local 1524 __anon652b8de40602(int Elt) SimplifyDemandedVectorElts() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | InlineOrder.cpp | 243 push(const T & Elt) push() argument
|
H A D | VectorUtils.cpp | 213 if (Constant *Elt = C->getAggregateElement(EltNo)) findScalarElement() local 320 __anonefdb69790102(int Elt) getShuffleDemandedElts() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGHLSLRuntime.cpp | 327 Value *Elt = B.CreateCall(F, {B.getInt32(I)}); buildVectorInput() local
|