/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 363 unsigned EltSize = In->getPrimitiveSizeInBits()/8; in MergeInTypeForLoadOrStore() local 698 unsigned EltSize = TD.getTypeAllocSizeInBits(VTy->getElementType()); in ConvertScalar_ExtractValue() local 724 uint64_t EltSize = TD.getTypeAllocSizeInBits(AT->getElementType()); in ConvertScalar_ExtractValue() local 815 uint64_t EltSize = TD.getTypeAllocSizeInBits(EltTy); in ConvertScalar_InsertValue() local 833 uint64_t EltSize = TD.getTypeAllocSizeInBits(AT->getElementType()); in ConvertScalar_InsertValue() local 1731 uint64_t EltSize; in TypeHasComponent() local 1914 uint64_t EltSize = TD->getTypeAllocSize(T); in FindElementAndOffset() local 1988 uint64_t EltSize = TD->getTypeAllocSize(IdxTy) - NewOffset; in RewriteLifetimeIntrinsic() local 2004 uint64_t EltSize = TD->getTypeAllocSize(IdxTy); in RewriteLifetimeIntrinsic() local 2139 unsigned EltSize = TD->getTypeSizeInBits(ValTy); in RewriteMemIntrinUserOfAlloca() local [all …]
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 94 uint64_t EltSize = TLI.getTargetData()->getTypeAllocSize(EltTy); in ComputeValueVTs() local
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 322 uint64_t EltSize = TD.getTypeAllocSize(CS->getOperand(Index)->getType()); in ReadDataFromGlobal() local 353 uint64_t EltSize = TD.getTypeAllocSize(EltTy); in ReadDataFromGlobal() local
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 1285 uint64_t EltSize = getContext().getTypeSize(AT->getElementType()); in classify() local 1555 unsigned EltSize = (unsigned)Context.getTypeSize(AT->getElementType()); in BitsContainNoUserData() local 1644 unsigned EltSize = TD.getTypeAllocSize(EltTy); in ContainsFloatAtOffset() local 1730 unsigned EltSize = getTargetData().getTypeAllocSize(EltTy); in GetINTEGERTypeAtOffset() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 593 unsigned EltSize = EltVT.getSizeInBits()/8; in PerformInsertVectorEltInMemory() local 1343 unsigned EltSize = in ExpandExtractFromVectorThroughStack() local 1385 unsigned EltSize = in ExpandInsertToVectorThroughStack() local
|
D | LegalizeTypes.cpp | 992 unsigned EltSize = EltVT.getSizeInBits() / 8; // FIXME: should be ABI size. in GetVectorElementPointer() local
|
D | DAGCombiner.cpp | 8272 unsigned EltSize = (unsigned)TD.getTypeAllocSize(Elts[0]->getType()); in SimplifySelectCC() local
|
D | SelectionDAG.cpp | 136 unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits(); in isBuildVectorAllOnes() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 4166 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in LowerBUILD_VECTOR() local 4388 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in isShuffleMaskLegal() local 4520 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in LowerVECTOR_SHUFFLE() local 4727 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in isExtendedBUILD_VECTOR() local 4787 unsigned EltSize = VT.getVectorElementType().getSizeInBits() / 2; in SkipExtension() local 7846 unsigned EltSize = Op.getValueType().getVectorElementType().getSizeInBits(); in PerformVDUPLANECombine() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 780 uint64_t EltSize = TD->getTypeAllocSize(AT->getElementType()); in FindElementAtOffset() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 650 bool PPC::isSplatShuffleMask(ShuffleVectorSDNode *N, unsigned EltSize) { in isSplatShuffleMask() 695 unsigned PPC::getVSPLTImmediate(SDNode *N, unsigned EltSize) { in getVSPLTImmediate() 712 unsigned EltSize = 16/N->getNumOperands(); in get_VSPLTI_elt() local
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 544 uint64_t EltSize = TD.getTypeAllocSize(STy->getElementType()); in SRAGlobal() local
|
/external/llvm/lib/VMCore/ |
D | Constants.cpp | 2361 unsigned EltSize = getElementByteSize(); in getSplatValue() local
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 1237 unsigned EltSize = Info.Ctx.getTypeSize(EltTy); in EvalAndBitcastToAPInt() local 3701 unsigned EltSize = Info.Ctx.getTypeSize(EltTy); in VisitCastExpr() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 3927 unsigned EltSize = VT.getVectorElementType().getSizeInBits() >> 3; in getShufflePALIGNRImmediate() local 13253 unsigned EltSize = in PerformEXTRACT_VECTOR_ELTCombine() local
|