/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 416 unsigned EltSize = In->getPrimitiveSizeInBits()/8; in MergeInTypeForLoadOrStore() local 781 unsigned EltSize = TD.getTypeAllocSizeInBits(VTy->getElementType()); in ConvertScalar_ExtractValue() local 821 uint64_t EltSize = TD.getTypeAllocSizeInBits(AT->getElementType()); in ConvertScalar_ExtractValue() local 917 uint64_t EltSize = TD.getTypeAllocSizeInBits(EltTy); in ConvertScalar_InsertValue() local 949 uint64_t EltSize = TD.getTypeAllocSizeInBits(AT->getElementType()); in ConvertScalar_InsertValue() local 1842 uint64_t EltSize; in TypeHasComponent() local 2030 uint64_t EltSize = TD->getTypeAllocSize(T); in FindElementAndOffset() local 2038 uint64_t EltSize = TD->getTypeAllocSize(T); in FindElementAndOffset() local 2130 uint64_t EltSize = TD->getTypeAllocSize(IdxTy) - NewOffset; in RewriteLifetimeIntrinsic() local 2146 uint64_t EltSize = TD->getTypeAllocSize(IdxTy); in RewriteLifetimeIntrinsic() local [all …]
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 92 uint64_t EltSize = TLI.getDataLayout()->getTypeAllocSize(EltTy); in ComputeValueVTs() local
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 310 uint64_t EltSize = TD.getTypeAllocSize(CS->getOperand(Index)->getType()); in ReadDataFromGlobal() local 341 uint64_t EltSize = TD.getTypeAllocSize(EltTy); in ReadDataFromGlobal() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 993 unsigned EltSize = EltVT.getSizeInBits() / 8; // FIXME: should be ABI size. in GetVectorElementPointer() local
|
D | LegalizeDAG.cpp | 601 unsigned EltSize = EltVT.getSizeInBits()/8; in PerformInsertVectorEltInMemory() local 1380 unsigned EltSize = in ExpandExtractFromVectorThroughStack() local 1422 unsigned EltSize = in ExpandInsertToVectorThroughStack() local
|
D | DAGCombiner.cpp | 9585 unsigned EltSize = (unsigned)TD.getTypeAllocSize(Elts[0]->getType()); in SimplifySelectCC() local
|
D | SelectionDAG.cpp | 123 unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits(); in isBuildVectorAllOnes() local
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 1517 uint64_t EltSize = getContext().getTypeSize(AT->getElementType()); in classify() local 1788 unsigned EltSize = (unsigned)Context.getTypeSize(AT->getElementType()); in BitsContainNoUserData() local 1877 unsigned EltSize = TD.getTypeAllocSize(EltTy); in ContainsFloatAtOffset() local 1966 unsigned EltSize = getDataLayout().getTypeAllocSize(EltTy); in GetINTEGERTypeAtOffset() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 1336 int EltSize = N->getConstantOperandVal(1); in Select() local
|
D | PPCISelLowering.cpp | 745 bool PPC::isSplatShuffleMask(ShuffleVectorSDNode *N, unsigned EltSize) { in isSplatShuffleMask() 790 unsigned PPC::getVSPLTImmediate(SDNode *N, unsigned EltSize) { in getVSPLTImmediate() 807 unsigned EltSize = 16/N->getNumOperands(); in get_VSPLTI_elt() local 5051 SDValue EltSize = DAG.getConstant(Size, MVT::i32); in LowerBUILD_VECTOR() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 4445 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in LowerBUILD_VECTOR() local 4716 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in isShuffleMaskLegal() local 4866 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in LowerVECTOR_SHUFFLE() local 5082 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in isExtendedBUILD_VECTOR() local 5202 unsigned EltSize = VT.getVectorElementType().getSizeInBits() / 2; in SkipExtensionForVMULL() local 8836 unsigned EltSize = Op.getValueType().getVectorElementType().getSizeInBits(); in PerformVDUPLANECombine() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 805 uint64_t EltSize = TD->getTypeAllocSize(AT->getElementType()); in FindElementAtOffset() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 582 uint32_t EltSize = MS.TD->getTypeSizeInBits(VT->getElementType()); in getShadowTy() local
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 713 uint64_t EltSize = TD.getTypeAllocSize(STy->getElementType()); in SRAGlobal() local
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 1244 unsigned EltSize = Info.Ctx.getTypeSize(EltTy); in EvalAndBitcastToAPInt() local 3636 unsigned EltSize = Info.Ctx.getTypeSize(EltTy); in VisitCastExpr() local
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 2505 unsigned EltSize = getElementByteSize(); in getSplatValue() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 4161 unsigned EltSize = VT.getVectorElementType().getSizeInBits() >> 3; in getShufflePALIGNRImmediate() local 15082 unsigned EltSize = in PerformEXTRACT_VECTOR_ELTCombine() local
|