Searched defs:Elt (Results 1 - 25 of 53) sorted by relevance

123

/openbsd-current/gnu/llvm/llvm/lib/Target/DirectX/DirectXIRPasses/
H A DPointerTypeAnalysis.cpp145 const Constant *Elt = C->getAggregateElement(I); local
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DConstants.cpp139 Constant *Elt = getAggregateElement(I); local
184 Constant *Elt = getAggregateElement(I); local
[all...]
H A DConstantFold.cpp733 Constant *Elt = local
674 ConstantFoldInsertElementInstruction(Constant *Val, Constant *Elt, Constant *Idx) argument
752 int Elt = Mask[i]; local
859 Constant *Elt = ConstantExpr::getExtractElement(C, ExtractIdx); local
[all...]
/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DTinyPtrVector.h311 iterator insert(iterator I, const EltTy &Elt) { argument
H A DEquivalenceClasses.h79 ECValue(const ElemTy &Elt) argument
H A DSmallVector.h177 bool isSafeToReferenceAfterResize(const void *Elt, size_t NewSize) { argument
191 void assertSafeToReferenceAfterResize(const void *Elt, size_t NewSize) { argument
199 void assertSafeToAdd(const void *Elt, size_ argument
232 reserveForParamAndGetAddressImpl(U *This, const T &Elt, size_t N) argument
386 reserveForParamAndGetAddress(T &Elt, size_t N = 1) argument
394 growAndAssign(size_t NumElts, const T &Elt) argument
416 push_back(const T &Elt) argument
422 push_back(T &&Elt) argument
533 reserveForParamAndGetAddress(const T &Elt, size_t N = 1) argument
539 reserveForParamAndGetAddress(T &Elt, size_t N = 1) argument
547 growAndAssign(size_t NumElts, T Elt) argument
565 push_back(ValueParamT Elt) argument
696 append(size_type NumInputs, ValueParamT Elt) argument
708 assign(size_type NumElts, ValueParamT Elt) argument
772 insert_one_impl(iterator I, ArgType &&Elt) argument
809 insert(iterator I, T &&Elt) argument
813 insert(iterator I, const T &Elt) argument
817 insert(iterator I, size_type NumToInsert, ValueParamT Elt) argument
[all...]
/openbsd-current/gnu/llvm/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp72 auto *Elt = cast<ConstantInt>(COp); local
H A DX86LowerAMXIntrinsics.cpp214 Value *Elt = B.CreateLoad(EltTy, EltPtr); local
230 Value *Elt = B.CreateExtractElement(Vec, Idx); local
H A DX86InstCombineIntrinsic.cpp686 APInt Elt = CI0->getValue(); local
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DASTVector.h162 void push_back(const_reference Elt, const ASTContext &C) { argument
202 void append(const ASTContext &C, size_type NumInputs, const T &Elt) { argument
219 iterator insert(const ASTContext &C, iterator I, const T &Elt) { argument
240 insert(const ASTContext &C, iterator I, size_type NumToInsert, const T &Elt) argument
358 construct_range(T *S, T *E, const T &Elt) argument
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/Analysis/Support/
H A DBumpVector.h159 void push_back(const_reference Elt, BumpVectorContext &C) { argument
202 void construct_range(T *S, T *E, const T &Elt) { argument
/openbsd-current/gnu/llvm/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp38 static unsigned getMaskElt(unsigned Mask, unsigned Elt) { argument
42 static unsigned setMaskElt(unsigned Mask, unsigned Elt, unsigned NewVal) { argument
[all...]
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp332 Value *Elt = B.CreateCall(F, {B.getInt32(I)}); local
H A DCGCall.cpp1342 llvm::Value *Elt = Builder.CreateExtractValue(Val, i); local
H A DCGDecl.cpp912 llvm::Constant *Elt = cast<llvm::Constant>(Init->getOperand(i)); local
922 llvm::Constant *Elt = CDS->getElementAsConstant(i); local
954 llvm::Constant *Elt = CDS->getElementAsConstant(i); local
969 llvm::Constant *Elt = cast<llvm::Constant>(Init->getOperand(i)); local
[all...]
/openbsd-current/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DTypeErasedDataflowAnalysis.cpp296 void builtinTransferStatement(const CFGStmt &Elt, argument
305 void builtinTransferInitializer(const CFGInitializer &Elt, argument
340 void builtinTransfer(const CFGElement &Elt, argument
/openbsd-current/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1278 Constant *Elt = C->getAggregateElement(i); local
/openbsd-current/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp580 Value *Elt = SI->getValueOperand(); local
H A DR600ISelLowering.cpp1787 unsigned Elt = cast<ConstantSDNode>(EltNo)->getZExtValue(); local
/openbsd-current/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp120 Constant *Elt = Mask->getAggregateElement(i); local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp860 Value *Elt = Op0[I]; local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DMachineOperand.cpp1000 OS << Separator << Elt; local
/openbsd-current/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp217 Constant *Elt = Zero; local
270 Constant *Elt = ConstantExpr::getLShr(Src, local
/openbsd-current/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp438 Constant *Elt = C->getAggregateElement(i); local
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp821 buildInsertVectorElement(const DstOp &Res, const SrcOp &Val, const SrcOp &Elt, const SrcOp &Idx) argument

Completed in 506 milliseconds

123