HomeSort by relevance Sort by last modified time
    Searched refs:Elt (Results 1 - 25 of 44) sorted by null

1 2

  /external/llvm/lib/Support/
SmallPtrSet.cpp 154 const void *Elt = *BucketPtr;
155 *const_cast<void**>(FindBucketFor(Elt)) = const_cast<void*>(Elt);
162 const void *Elt = *BucketPtr;
163 if (Elt != getTombstoneMarker() && Elt != getEmptyMarker())
164 *const_cast<void**>(FindBucketFor(Elt)) = const_cast<void*>(Elt);
  /external/llvm/lib/Transforms/IPO/
InlineSimple.cpp 107 const Constant *Elt = InitList->getOperand(i);
109 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(Elt))
111 Elt = CE->getOperand(0);
114 if (const Function *F = dyn_cast<Function>(Elt))
  /external/llvm/utils/PerfectShuffle/
PerfectShuffle.cpp 35 static unsigned getMaskElt(unsigned Mask, unsigned Elt) {
36 return (Mask >> ((3-Elt)*4)) & 0xF;
39 static unsigned setMaskElt(unsigned Mask, unsigned Elt, unsigned NewVal) {
40 unsigned FieldShift = ((3-Elt)*4);
71 /// getCompressedMask - Turn a 16-bit uncompressed mask (where each elt uses 4
72 /// bits) into a compressed 13-bit mask, where each elt is multiplied by 9.
138 assert(SrcElt == 8 && "Bad src elt!");
200 static void EvaluateOps(unsigned short Elt, unsigned short Vals[],
202 if (ShufTab[Elt].Cost == 0) return;
206 if (Vals[i] == Elt) return
    [all...]
  /external/clang/include/clang/AST/
ASTVector.h 154 void push_back(const_reference Elt, ASTContext &C) {
157 new (End) T(Elt);
196 void append(ASTContext &C, size_type NumInputs, const T &Elt) {
202 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
213 iterator insert(ASTContext &C, iterator I, const T &Elt) {
215 push_back(Elt);
225 *I = Elt;
235 const T &Elt) {
237 append(C, NumToInsert, Elt);
241 // Convert iterator to elt# to avoid invalidating iterator when we reserve(
    [all...]
  /external/llvm/include/llvm/ADT/
SmallVector.h 322 void push_back(const T &Elt) {
325 new (this->end()) T(Elt);
364 void append(size_type NumInputs, const T &Elt) {
370 std::uninitialized_fill_n(this->end(), NumInputs, Elt);
374 void assign(unsigned NumElts, const T &Elt) {
379 construct_range(this->begin(), this->end(), Elt);
386 // Drop the last elt.
401 iterator insert(iterator I, const T &Elt) {
403 push_back(Elt);
416 const T *EltPtr = &Elt;
    [all...]
EquivalenceClasses.h 72 ECValue(const ElemTy &Elt)
73 : Leader(this), Next((ECValue*)(intptr_t)1), Data(Elt) {}
  /external/llvm/lib/Analysis/
DebugInfo.cpp 55 DIDescriptor::getStringField(unsigned Elt) const {
59 if (Elt < DbgNode->getNumOperands())
60 if (MDString *MDS = dyn_cast_or_null<MDString>(DbgNode->getOperand(Elt)))
66 uint64_t DIDescriptor::getUInt64Field(unsigned Elt) const {
70 if (Elt < DbgNode->getNumOperands())
71 if (ConstantInt *CI = dyn_cast<ConstantInt>(DbgNode->getOperand(Elt)))
77 DIDescriptor DIDescriptor::getDescriptorField(unsigned Elt) const {
81 if (Elt < DbgNode->getNumOperands())
83 DIDescriptor(dyn_cast_or_null<const MDNode>(DbgNode->getOperand(Elt)));
87 GlobalVariable *DIDescriptor::getGlobalVariableField(unsigned Elt) const
    [all...]
ConstantFolding.cpp 131 Constant *Elt = Zero;
139 Src = ConstantExpr::getZExt(Src, Elt->getType());
147 Elt = ConstantExpr::getOr(Elt, Src);
149 Result.push_back(Elt);
166 Constant *Elt = ConstantExpr::getLShr(Src,
171 Result.push_back(ConstantExpr::getTrunc(Elt, DstEltTy));
    [all...]
  /external/clang/include/clang/Analysis/Support/
BumpVector.h 149 void push_back(const_reference Elt, BumpVectorContext &C) {
152 new (End) T(Elt);
192 void construct_range(T *S, T *E, const T &Elt) {
194 new (S) T(Elt);
  /external/llvm/lib/VMCore/
ConstantFold.h 38 Constant *ConstantFoldInsertElementInstruction(Constant *Val, Constant *Elt,
Constants.cpp     [all...]
ConstantFold.cpp 778 Constant *Elt,
786 if (isa<UndefValue>(Elt))
796 (idxVal == i) ? Elt : UndefValue::get(Elt->getType());
804 if (Elt->isNullValue())
    [all...]
Instructions.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 67 StringRef getStringField(unsigned Elt) const;
68 unsigned getUnsignedField(unsigned Elt) const {
69 return (unsigned)getUInt64Field(Elt);
71 uint64_t getUInt64Field(unsigned Elt) const;
72 DIDescriptor getDescriptorField(unsigned Elt) const;
75 DescTy getFieldAs(unsigned Elt) const {
76 return DescTy(getDescriptorField(Elt));
79 GlobalVariable *getGlobalVariableField(unsigned Elt) const;
80 Constant *getConstantField(unsigned Elt) const;
81 Function *getFunctionField(unsigned Elt) const
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 171 if (Value *Elt = FindScalarElement(EI.getOperand(0), IndexVal))
172 return ReplaceInstUsesWith(EI, Elt);
181 if (Value *Elt = FindScalarElement(BCI->getOperand(0), IndexVal))
182 return new BitCastInst(Elt, EI.getType());
214 if (ConstantInt *Elt = dyn_cast<ConstantInt>(EI.getOperand(1))) {
215 int SrcIdx = getShuffleMask(SVI)[Elt->getZExtValue()];
InstructionCombining.cpp 768 unsigned Elt = SL->getElementContainingOffset(Offset);
770 Elt));
772 Offset -= SL->getElementOffset(Elt);
773 Ty = STy->getElementType(Elt);
    [all...]
  /external/llvm/lib/Transforms/Scalar/
ScalarReplAggregates.cpp 693 unsigned Elt = 0;
696 Elt = Offset/EltSize;
697 assert(EltSize*Elt == Offset && "Invalid modulus in validity checking");
700 Value *V = Builder.CreateExtractElement(FromVal, Builder.getInt32(Elt));
712 Value *Elt = ConvertScalar_ExtractValue(FromVal, ST->getElementType(i),
715 Res = Builder.CreateInsertValue(Res, Elt, i);
724 Value *Elt = ConvertScalar_ExtractValue(FromVal, AT->getElementType(),
726 Res = Builder.CreateInsertValue(Res, Elt, i);
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 666 unsigned Elt) const {
667 if (Elt >= getSize())
669 Init *E = getElement(Elt);
702 unsigned Elt) const {
713 Init *New = Typed->resolveListElementReference(R, IRV, Elt);
716 return VarListElementInit::get(Typed, Elt);
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 318 for (uint64_t Elt = 0; Elt < NumElts; ++Elt)
349 for (unsigned Elt = 0; Elt < NumElts; ++Elt) {
350 llvm::Value *EltAddr = Builder.CreateConstGEP2_32(Addr, 0, Elt);
392 // If the first elt is at least as large as what we're looking for, or if the
517 llvm::Value *Elt = CGF.Builder.CreateExtractValue(Val, i);
518 llvm::StoreInst *SI = CGF.Builder.CreateStore(Elt, EltPtr
    [all...]
CGExprComplex.cpp 425 llvm::Value *Elt = CGF.EmitScalarExpr(Op);
429 Elt = CGF.EmitScalarConversion(Elt, Op->getType(), DestTy);
432 return ComplexPairTy(Elt, llvm::Constant::getNullValue(Elt->getType()));
CGExprConstant.cpp     [all...]
CGDecl.cpp 635 llvm::Constant *Elt = cast<llvm::Constant>(Init->getOperand(i));
636 if (!canEmitInitWithFewStoresAfterMemset(Elt, NumStores))
669 llvm::Constant *Elt = cast<llvm::Constant>(Init->getOperand(i));
670 if (Elt->isNullValue()) continue;
673 emitStoresForInitAfterMemset(Elt, Builder.CreateConstGEP2_32(Loc, 0, i),
    [all...]
  /external/llvm/include/llvm/TableGen/
Record.h 610 unsigned Elt) const = 0;
736 unsigned Elt) const {
780 unsigned Elt) const {
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 582 milliseconds

1 2