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

123

/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstants.cpp166 Constant *Elt = this->getAggregateElement(i); local
216 Constant *Elt = this->getAggregateElement(i); local
[all...]
H A DConstantFold.cpp978 Constant *Elt = local
992 int Elt = Mask[i]; local
923 ConstantFoldInsertElementInstruction(Constant *Val, Constant *Elt, Constant *Idx) argument
1092 Constant *Elt = ConstantExpr::get(Opcode, Splat); local
1100 Constant *Elt = ConstantExpr::getExtractElement(C, ExtractIdx); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DTinyPtrVector.h312 iterator insert(iterator I, const EltTy &Elt) { argument
H A DEquivalenceClasses.h77 ECValue(const ElemTy &Elt) argument
H A DSmallVector.h160 bool isSafeToReferenceAfterResize(const void *Elt, size_t NewSize) { argument
174 void assertSafeToReferenceAfterResize(const void *Elt, size_t NewSize) { argument
182 void assertSafeToAdd(const void *Elt, size_ argument
215 reserveForParamAndGetAddressImpl(U *This, const T &Elt, size_t N) argument
374 reserveForParamAndGetAddress(T &Elt, size_t N = 1) argument
382 growAndAssign(size_t NumElts, const T &Elt) argument
404 push_back(const T &Elt) argument
410 push_back(T &&Elt) argument
514 reserveForParamAndGetAddress(const T &Elt, size_t N = 1) argument
520 reserveForParamAndGetAddress(T &Elt, size_t N = 1) argument
528 growAndAssign(size_t NumElts, T Elt) argument
546 push_back(ValueParamT Elt) argument
657 append(size_type NumInputs, ValueParamT Elt) argument
669 assign(size_type NumElts, ValueParamT Elt) argument
736 insert_one_impl(iterator I, ArgType &&Elt) argument
773 insert(iterator I, T &&Elt) argument
777 insert(iterator I, const T &Elt) argument
781 insert(iterator I, size_type NumToInsert, ValueParamT Elt) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ShuffleDecodeConstantPool.cpp72 auto *Elt = cast<ConstantInt>(COp); local
H A DX86LowerAMXIntrinsics.cpp213 Value *Elt = B.CreateLoad(EltTy, EltPtr); local
229 Value *Elt = B.CreateExtractElement(Vec, Idx); local
H A DX86InstCombineIntrinsic.cpp687 APInt Elt = CI0->getValue(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/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...]
/netbsd-current/external/apache2/llvm/dist/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
/netbsd-current/external/apache2/llvm/dist/llvm/utils/PerfectShuffle/
H A DPerfectShuffle.cpp34 static unsigned getMaskElt(unsigned Mask, unsigned Elt) { argument
38 static unsigned setMaskElt(unsigned Mask, unsigned Elt, unsigned NewVal) { argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1123 Constant *Elt = C->getAggregateElement(i); local
H A DInstCombineMulDivRem.cpp1559 Constant *Elt = C->getAggregateElement(i); local
H A DInstCombineSelect.cpp1986 Constant *Elt = CondC->getAggregateElement(i); local
H A DInstCombineVectorOps.cpp133 Value *Elt = EI.getIndexOperand(); local
1043 int Elt = Shuf.getMaskValue(i); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp536 Value *Elt = SI->getValueOperand(); local
H A DR600ISelLowering.cpp1816 unsigned Elt = cast<ConstantSDNode>(EltNo)->getZExtValue(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineOperand.cpp951 OS << Separator << Elt; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp808 Value *Elt = Op0[I]; local
H A DLowerMatrixIntrinsics.cpp1478 Value *Elt = Builder.CreateExtractElement(J.value(), I); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp123 Constant *Elt = Mask->getAggregateElement(i); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DMachineIRBuilder.cpp774 buildInsertVectorElement(const DstOp &Res, const SrcOp &Val, const SrcOp &Elt, const SrcOp &Idx) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp220 Constant *Elt = Zero; local
273 Constant *Elt = ConstantExpr::getLShr(Src, local
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp1303 llvm::Value *Elt = Builder.CreateExtractValue(Val, i); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp209 Constant *Elt = C->getAggregateElement(i); local

Completed in 410 milliseconds

123