Home
last modified time | relevance | path

Searched defs:EltSize (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp363 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/
DAnalysis.cpp94 uint64_t EltSize = TLI.getTargetData()->getTypeAllocSize(EltTy); in ComputeValueVTs() local
/external/llvm/lib/Analysis/
DConstantFolding.cpp322 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/
DTargetInfo.cpp1285 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/
DLegalizeDAG.cpp593 unsigned EltSize = EltVT.getSizeInBits()/8; in PerformInsertVectorEltInMemory() local
1343 unsigned EltSize = in ExpandExtractFromVectorThroughStack() local
1385 unsigned EltSize = in ExpandInsertToVectorThroughStack() local
DLegalizeTypes.cpp992 unsigned EltSize = EltVT.getSizeInBits() / 8; // FIXME: should be ABI size. in GetVectorElementPointer() local
DDAGCombiner.cpp8272 unsigned EltSize = (unsigned)TD.getTypeAllocSize(Elts[0]->getType()); in SimplifySelectCC() local
DSelectionDAG.cpp136 unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits(); in isBuildVectorAllOnes() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp4166 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/
DInstructionCombining.cpp780 uint64_t EltSize = TD->getTypeAllocSize(AT->getElementType()); in FindElementAtOffset() local
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp650 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/
DGlobalOpt.cpp544 uint64_t EltSize = TD.getTypeAllocSize(STy->getElementType()); in SRAGlobal() local
/external/llvm/lib/VMCore/
DConstants.cpp2361 unsigned EltSize = getElementByteSize(); in getSplatValue() local
/external/clang/lib/AST/
DExprConstant.cpp1237 unsigned EltSize = Info.Ctx.getTypeSize(EltTy); in EvalAndBitcastToAPInt() local
3701 unsigned EltSize = Info.Ctx.getTypeSize(EltTy); in VisitCastExpr() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp3927 unsigned EltSize = VT.getVectorElementType().getSizeInBits() >> 3; in getShufflePALIGNRImmediate() local
13253 unsigned EltSize = in PerformEXTRACT_VECTOR_ELTCombine() local