Home
last modified time | relevance | path

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

1234

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DSmallVector.h188 bool isSafeToReferenceAfterResize(const void *Elt, size_t NewSize) { in isSafeToReferenceAfterResize()
202 void assertSafeToReferenceAfterResize(const void *Elt, size_t NewSize) { in assertSafeToReferenceAfterResize()
243 static const T *reserveForParamAndGetAddressImpl(U *This, const T &Elt, in reserveForParamAndGetAddressImpl()
405 void growAndAssign(size_t NumElts, const T &Elt) { in growAndAssign()
427 void push_back(const T &Elt) { in push_back()
433 void push_back(T &&Elt) { in push_back()
557 void growAndAssign(size_t NumElts, T Elt) { in growAndAssign()
575 void push_back(ValueParamT Elt) { in push_back()
706 void append(size_type NumInputs, ValueParamT Elt) { in append()
718 void assign(size_type NumElts, ValueParamT Elt) { in assign()
[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/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp410 Constant *Elt, in ConstantFoldInsertElementInstruction()
460 if (all_of(Mask, [](int Elt) { return Elt == PoisonMaskElem; })) { in ConstantFoldShuffleVectorInstruction()
466 if (all_of(Mask, [](int Elt) { return Elt == 0; })) { in ConstantFoldShuffleVectorInstruction()
468 Constant *Elt = in ConstantFoldShuffleVectorInstruction() local
488 int Elt = Mask[i]; in ConstantFoldShuffleVectorInstruction() local
494 if (unsigned(Elt) >= SrcNumElts*2) in ConstantFoldShuffleVectorInstruction() local
496 else if (unsigned(Elt) >= SrcNumElts) { in ConstantFoldShuffleVectorInstruction() local
588 if (Constant *Elt = ConstantFoldUnaryInstruction(Opcode, Splat)) in ConstantFoldUnaryInstruction() local
595 Constant *Elt = ConstantExpr::getExtractElement(C, ExtractIdx); in ConstantFoldUnaryInstruction() local
1201 if (Constant *Elt = in ConstantFoldCompareInstruction() local
[all …]
H A DConstants.cpp153 Constant *Elt = getAggregateElement(I); in isNotOneValue() local
198 Constant *Elt = getAggregateElement(I); in isNotMinSignedValue() local
1210 static bool rangeOnlyContains(ItTy Start, ItTy End, EltTy Elt) { in rangeOnlyContains()
1720 Constant *Elt = getOperand(0); in getSplatValue() local
2538 Constant *ConstantExpr::getInsertElement(Constant *Val, Constant *Elt, in getInsertElement()
2637 Constant *Elt = C->getAggregateElement(I); in getExactLogBase2() local
/freebsd/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/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/contrib/llvm-project/llvm/lib/Target/DirectX/DirectXIRPasses/
H A DPointerTypeAnalysis.cpp147 const Constant *Elt = C->getAggregateElement(I); in classifyConstantWithOpaquePtr() local
155 for (auto &Elt : CA->operands()) { in classifyConstantWithOpaquePtr() local
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/GlobalISel/
H A DCXXPredicates.cpp22 [&](auto &Elt) { return Elt.second.get(); }); in getSorted()
/freebsd/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/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp313 builtinTransferStatement(unsigned CurBlockID, const CFGStmt &Elt, in builtinTransferStatement()
324 builtinTransferInitializer(const CFGInitializer &Elt, in builtinTransferInitializer()
379 static void builtinTransfer(unsigned CurBlockID, const CFGElement &Elt, in builtinTransfer()
H A DHTMLLogger.cpp334 for (const auto &Elt : B.Elements) { in writeBlock() local
375 unsigned Elt = Missing; in writeCode() member
409 for (unsigned Elt : Elts) in writeCode() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupVectorConstants.cpp107 Constant *Elt = CV->getOperand(I); in extractConstantBits() local
171 if (Constant *Elt = CV->getAggregateElement(Idx)) { in getSplatableConstant() local
308 APInt Elt = Bits->extractBits(DstEltBitWidth, I * DstEltBitWidth); in rebuildExtCst() local
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.cpp494 for (unsigned Elt = 0; Elt != NumSrcEltsPerLane; ++Elt) in simplifyX86pack() local
496 for (unsigned Elt = 0; Elt != NumSrcEltsPerLane; ++Elt) in simplifyX86pack() local
1867 APInt Elt = CI0->getValue(); in simplifyX86extrq() local
3317 for (unsigned Elt = 0; Elt != InnerVWidthPerLane; ++Elt) { in simplifyDemandedVectorEltsIntrinsic() local
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSmallPtrSet.cpp110 const void *Elt = *BucketPtr; in Grow() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.cpp182 for (const auto &Elt : Links) { in getDissentingNeighbors() local
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILIntrinsicExpansion.cpp151 Value *Elt = Builder.CreateExtractElement(Cond, I); in expandAnyIntrinsic() local
/freebsd/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
928 std::optional<Instruction *> &Elt = AggElts[Indices.front()]; in foldAggregateConstructionIntoAggregateReuse() local
973 std::optional<BasicBlock *> PredBB) -> std::optional<Value *> { in foldAggregateConstructionIntoAggregateReuse()
1202 int Elt = Shuf.getMaskValue(i); in isShuffleEquivalentToSelect() local
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp1865 for (auto &Elt : SyncPipe[0].DAG->SUnits) { in apply() local
1916 return llvm::any_of(*Cache, [&SU](SUnit *Elt) { in apply()
1946 OtherGroup->Collection.end(), [&SU](SUnit *Elt) { in apply()
1974 for (auto &Elt : Collection) { in apply() local
2038 return llvm::any_of(*Cache, [&SU, &DAG](SUnit *Elt) { in apply()
H A DAMDGPUInstCombineIntrinsic.cpp384 auto *Elt = findScalarElement(UseV, i); in trimTrailingZerosInVector() local
415 auto *Elt = findScalarElement(V, I); in defaultComponentBroadcast() local
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInlineOrder.cpp246 void push(const T &Elt) override { in push()
H A DVectorUtils.cpp215 if (Constant *Elt = C->getAggregateElement(EltNo)) in findScalarElement() local
322 if (all_of(Mask, [](int Elt) { return Elt == 0; })) { in getShuffleDemandedElts()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp331 Value *Elt = B.CreateCall(F, {B.getInt32(I)}); in buildVectorInput() local

1234