Home
last modified time | relevance | path

Searched defs:Elt (Results 1 – 25 of 90) sorted by relevance

1234

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h201 /// 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 DTinyPtrVector.h310 iterator insert(iterator I, const EltTy &Elt) { in insert()
H A DEquivalenceClasses.h79 ECValue(const ElemTy &Elt) in ECValue()
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTVector.h162 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 DPPCMachineFunctionInfo.cpp106 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 DConstantFold.cpp478 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 DConstants.cpp139 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 DPointerTypeAnalysis.cpp145 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 DCXXPredicates.cpp
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Support/
H A DBumpVector.h168 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 DTypeErasedDataflowAnalysis.cpp348 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 DHTMLLogger.cpp397 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 DSmallPtrSet.cpp110 const void *Elt = *BucketPtr; in Grow() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp918 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 DAMDGPUInstCombineIntrinsic.cpp388 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 DX86ShuffleDecodeConstantPool.cpp72 auto *Elt = cast<ConstantInt>(COp); in extractConstantMask() local
H A DX86LowerAMXIntrinsics.cpp211 Value *Elt = B.CreateLoad(EltTy, EltPtr); in createTileLoadStoreLoops() local
227 Value *Elt = B.CreateExtractElement(Vec, Idx); in createTileLoadStoreLoops() local
H A DX86InstCombineIntrinsic.cpp495 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 DX86FixupVectorConstants.cpp131 if (Constant *Elt = CV->getAggregateElement(Idx)) { getSplatableConstant() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp182 for (const auto &Elt : Links) { in getDissentingNeighbors() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp140 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 DInstCombineSimplifyDemanded.cpp1380 Constant *Elt = C->getAggregateElement(i); SimplifyDemandedVectorElts() local
1524 __anon652b8de40602(int Elt) SimplifyDemandedVectorElts() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineOrder.cpp243 push(const T & Elt) push() argument
H A DVectorUtils.cpp213 if (Constant *Elt = C->getAggregateElement(EltNo)) findScalarElement() local
320 __anonefdb69790102(int Elt) getShuffleDemandedElts() argument
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp327 Value *Elt = B.CreateCall(F, {B.getInt32(I)}); buildVectorInput() local

1234