/external/llvm/lib/Target/X86/ |
D | X86ShuffleDecodeConstantPool.cpp | 62 Constant *COp = C->getAggregateElement(i); in DecodePSHUFBMask() 139 Constant *COp = C->getAggregateElement(i * Factor); in DecodeVPERMILPMask() 191 Constant *COp = C->getAggregateElement(i * Factor); in DecodeVPERMIL2PMask() 257 Constant *COp = C->getAggregateElement(i); in DecodeVPPERMMask() 308 Constant *COp = C->getAggregateElement(i); in DecodeVPERMVMask() 341 Constant *COp = C->getAggregateElement(i); in DecodeVPERMV3Mask()
|
D | X86TargetObjectFile.cpp | 128 HexString += scalarConstantToHexString(C->getAggregateElement(I)); in scalarConstantToHexString()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | Constant.h | 118 Constant *getAggregateElement(unsigned Elt) const; 119 Constant *getAggregateElement(Constant *Elt) const;
|
/external/llvm/include/llvm/IR/ |
D | Constant.h | 98 Constant *getAggregateElement(unsigned Elt) const; 99 Constant *getAggregateElement(Constant *Elt) const;
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Constant.h | 100 Constant *getAggregateElement(unsigned Elt) const; 101 Constant *getAggregateElement(Constant *Elt) const;
|
/external/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 48 EltTy, Ctor->getAggregateElement((unsigned)0), in appendToGlobalArray() 49 Ctor->getAggregateElement(1), in appendToGlobalArray()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 89 Element = C->getAggregateElement(NumSrcElts-i-1); in FoldBitCast() 91 Element = C->getAggregateElement(i); in FoldBitCast() 183 Constant *Src = dyn_cast<ConstantInt>(C->getAggregateElement(SrcElt++)); in FoldBitCast() 209 auto *Src = dyn_cast<ConstantInt>(C->getAggregateElement(i)); in FoldBitCast() 380 if (!ReadDataFromGlobal(C->getAggregateElement(Index), Offset, CurPtr, in ReadDataFromGlobal() 536 C = C->getAggregateElement(0u); in ConstantFoldLoadThroughBitcast() 1250 C = C->getAggregateElement(CE->getOperand(i)); in ConstantFoldLoadThroughGEPConstantExpr() 1263 C = C->getAggregateElement(Index); in ConstantFoldLoadThroughGEPIndices() 1679 dyn_cast_or_null<ConstantFP>(Op->getAggregateElement(0U))) in ConstantFoldScalarCall() 1687 dyn_cast_or_null<ConstantFP>(Op->getAggregateElement(0U))) in ConstantFoldScalarCall() [all …]
|
D | VectorUtils.cpp | 242 return C->getAggregateElement(EltNo); in findScalarElement() 273 if (Constant *Elt = Con->getAggregateElement(EltNo)) in findScalarElement()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 72 Element = C->getAggregateElement(NumSrcElts - i - 1); in foldConstVectorToAPInt() 74 Element = C->getAggregateElement(i); in foldConstVectorToAPInt() 211 Constant *Src = C->getAggregateElement(SrcElt++); in FoldBitCast() 241 auto *Element = C->getAggregateElement(i); in FoldBitCast() 352 C = C->getAggregateElement(0u); in ConstantFoldLoadThroughBitcast() 458 if (!ReadDataFromGlobal(C->getAggregateElement(Index), Offset, CurPtr, in ReadDataFromGlobal() 1342 C = C->getAggregateElement(CE->getOperand(i)); in ConstantFoldLoadThroughGEPConstantExpr() 1355 C = C->getAggregateElement(Index); in ConstantFoldLoadThroughGEPIndices() 1850 dyn_cast_or_null<ConstantFP>(Op->getAggregateElement(0U))) in ConstantFoldScalarCall() 1859 dyn_cast_or_null<ConstantFP>(Op->getAggregateElement(0U))) in ConstantFoldScalarCall() [all …]
|
D | VectorUtils.cpp | 244 return C->getAggregateElement(EltNo); in findScalarElement() 275 if (Constant *Elt = Con->getAggregateElement(EltNo)) in findScalarElement()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86ShuffleDecodeConstantPool.cpp | 61 Constant *COp = C->getAggregateElement(i); in extractConstantMask() 81 Constant *COp = C->getAggregateElement(i); in extractConstantMask()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 377 auto *CElt = CShift->getAggregateElement(I); in simplifyX86varShift() 460 auto *COp = C->getAggregateElement(I); in simplifyX86movmsk() 550 C0 ? dyn_cast<ConstantInt>(C0->getAggregateElement((unsigned)0)) in simplifyX86extrq() 689 C0 ? dyn_cast<ConstantInt>(C0->getAggregateElement((unsigned)0)) in simplifyX86insertq() 692 C1 ? dyn_cast<ConstantInt>(C1->getAggregateElement((unsigned)0)) in simplifyX86insertq() 744 Constant *COp = V->getAggregateElement(I); in simplifyX86pshufb() 788 Constant *COp = V->getAggregateElement(I); in simplifyX86vpermilvar() 840 Constant *COp = V->getAggregateElement(I); in simplifyX86vpermv() 1049 if (auto *MaskElt = ConstMask->getAggregateElement(I)) in maskIsAllOneOrUndef() 1810 C1 ? dyn_cast<ConstantInt>(C1->getAggregateElement((unsigned)0)) in visitCallInst() [all …]
|
D | InstCombineMulDivRem.cpp | 439 ConstantFP *CFP = dyn_cast_or_null<ConstantFP>(C->getAggregateElement(I)); in isFiniteNonZeroFp() 454 ConstantFP *CFP = dyn_cast_or_null<ConstantFP>(C->getAggregateElement(I)); in isNormalFp() 1495 Constant *Elt = C->getAggregateElement(i); in visitSRem() 1509 Elts[i] = C->getAggregateElement(i); // Handle undef, etc. in visitSRem()
|
D | InstCombineVectorOps.cpp | 33 if (Constant *Op0 = C->getAggregateElement(0U)) { in cheapToScalarize() 36 if (C->getAggregateElement(i) != Op0) in cheapToScalarize() 155 return replaceInstUsesWith(EI, C->getAggregateElement(0U)); in visitExtractElementInst()
|
D | InstCombineSimplifyDemanded.cpp | 944 Constant *Elt = C->getAggregateElement(i); in SimplifyDemandedVectorElts() 1090 Constant *CElt = CV->getAggregateElement(i); in SimplifyDemandedVectorElts()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | ModuleUtils.cpp | 48 ConstantStruct::get(EltTy, Ctor->getAggregateElement((unsigned)0), in appendToGlobalArray() 49 Ctor->getAggregateElement(1), in appendToGlobalArray()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 442 auto *CElt = CShift->getAggregateElement(I); in simplifyX86varShift() 536 auto *COp = Cst->getAggregateElement(SrcIdx); in simplifyX86pack() 698 auto *COp = C->getAggregateElement(I); in simplifyX86movmsk() 788 C0 ? dyn_cast_or_null<ConstantInt>(C0->getAggregateElement((unsigned)0)) in simplifyX86extrq() 927 C0 ? dyn_cast_or_null<ConstantInt>(C0->getAggregateElement((unsigned)0)) in simplifyX86insertq() 930 C1 ? dyn_cast_or_null<ConstantInt>(C1->getAggregateElement((unsigned)0)) in simplifyX86insertq() 982 Constant *COp = V->getAggregateElement(I); in simplifyX86pshufb() 1029 Constant *COp = V->getAggregateElement(I); in simplifyX86vpermilvar() 1077 Constant *COp = V->getAggregateElement(I); in simplifyX86vpermv() 1220 if (auto *MaskElt = ConstMask->getAggregateElement(I)) in maskIsAllOneOrUndef() [all …]
|
D | InstCombineVectorOps.cpp | 56 if (Constant *Op0 = C->getAggregateElement(0U)) { in cheapToScalarize() 59 if (C->getAggregateElement(i) != Op0) in cheapToScalarize() 179 return replaceInstUsesWith(EI, C->getAggregateElement(0U)); in visitExtractElementInst() 727 NewShufElts[I] = ShufConstVec->getAggregateElement(I); in foldConstantInsEltIntoShuffle() 728 NewMaskElts[I] = Mask->getAggregateElement(I); in foldConstantInsEltIntoShuffle()
|
D | InstCombineInternal.h | 152 Constant *Elt = cast<Constant>(V)->getAggregateElement(i); in IsFreeToInvert() 264 Constant *C = In->getAggregateElement(i); in getSafeVectorConstantForBinop()
|
D | InstCombineMulDivRem.cpp | 113 Constant *Elt = C->getAggregateElement(I); in getLogBase2() 1389 Constant *Elt = C->getAggregateElement(i); in visitSRem() 1403 Elts[i] = C->getAggregateElement(i); // Handle undef, etc. in visitSRem()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Constants.cpp | 211 auto *CFP = dyn_cast_or_null<ConstantFP>(this->getAggregateElement(i)); in isFiniteNonZeroFP() 224 auto *CFP = dyn_cast_or_null<ConstantFP>(this->getAggregateElement(i)); in isNormalFP() 237 auto *CFP = dyn_cast_or_null<ConstantFP>(this->getAggregateElement(i)); in hasExactInverseFP() 250 auto *CFP = dyn_cast_or_null<ConstantFP>(this->getAggregateElement(i)); in isNaN() 261 if (isa<UndefValue>(getAggregateElement(i))) in containsUndefElement() 338 Constant *Constant::getAggregateElement(unsigned Elt) const { in getAggregateElement() function in Constant 354 Constant *Constant::getAggregateElement(Constant *Elt) const { in getAggregateElement() function in Constant 357 return getAggregateElement(CI->getZExtValue()); in getAggregateElement() 1370 const Constant *C = this->getAggregateElement(0U); in getUniqueInteger()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 483 Constant *In = Init->getAggregateElement(i); in SRAGlobal() 518 Constant *In = Init->getAggregateElement(i); in SRAGlobal() 2357 Elts.push_back(Init->getAggregateElement(i)); in EvaluateStoreInto() 2375 Elts.push_back(Init->getAggregateElement(i)); in EvaluateStoreInto() 2507 Elts.push_back(Init->getAggregateElement(i)); in BatchCommitValueTo()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 454 Constant *In = Init->getAggregateElement(i); in SRAGlobal() 488 Constant *In = Init->getAggregateElement(i); in SRAGlobal() 2112 Elts.push_back(Init->getAggregateElement(i)); in EvaluateStoreInto() 2135 Elts.push_back(Init->getAggregateElement(i)); in EvaluateStoreInto()
|
/external/llvm/lib/Linker/ |
D | IRMover.cpp | 740 Dest.push_back(C->getAggregateElement(i)); in getArrayElements() 813 E->getAggregateElement(2)->stripPointerCasts()); in linkAppendingVarProto()
|
/external/clang/lib/CodeGen/ |
D | CGExprComplex.cpp | 125 return ComplexPairTy(pair->getAggregateElement(0U), in VisitDeclRefExpr() 126 pair->getAggregateElement(1U)); in VisitDeclRefExpr()
|