/external/llvm/lib/Target/R600/ |
D | SILoadStoreOptimizer.cpp | 163 unsigned EltSize){ in findMatchingDSInst() 210 unsigned EltSize) { in mergeRead2Pair() 297 unsigned EltSize) { in mergeWrite2Pair()
|
D | AMDGPUISelLowering.cpp | 724 unsigned EltSize = TD->getTypeAllocSize(SeqTy->getElementType()); in LowerConstantInitializer() local 1344 unsigned EltSize = MemEltVT.getStoreSize(); in ScalarizeVectorStore() local
|
D | SIInstrInfo.cpp | 222 unsigned EltSize; in getLdStBaseRegImmOfs() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | ScalarReplAggregates.cpp | 423 unsigned EltSize = In->getPrimitiveSizeInBits()/8; in MergeInTypeForLoadOrStore() local 788 unsigned EltSize = DL.getTypeAllocSizeInBits(VTy->getElementType()); in ConvertScalar_ExtractValue() local 828 uint64_t EltSize = DL.getTypeAllocSizeInBits(AT->getElementType()); in ConvertScalar_ExtractValue() local 925 uint64_t EltSize = DL.getTypeAllocSizeInBits(EltTy); in ConvertScalar_InsertValue() local 957 uint64_t EltSize = DL.getTypeAllocSizeInBits(AT->getElementType()); in ConvertScalar_InsertValue() local 1847 uint64_t EltSize; in TypeHasComponent() local 2037 uint64_t EltSize = DL.getTypeAllocSize(T); in FindElementAndOffset() local 2045 uint64_t EltSize = DL.getTypeAllocSize(T); in FindElementAndOffset() local 2140 uint64_t EltSize = DL.getTypeAllocSize(IdxTy) - NewOffset; in RewriteLifetimeIntrinsic() local 2156 uint64_t EltSize = DL.getTypeAllocSize(IdxTy); in RewriteLifetimeIntrinsic() local [all …]
|
/external/llvm/lib/CodeGen/ |
D | Analysis.cpp | 102 uint64_t EltSize = TLI.getDataLayout()->getTypeAllocSize(EltTy); in ComputeValueVTs() local
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 333 uint64_t EltSize = DL.getTypeAllocSize(CS->getOperand(Index)->getType()); in ReadDataFromGlobal() local 364 uint64_t EltSize = DL.getTypeAllocSize(EltTy); in ReadDataFromGlobal() local
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.cpp | 2077 unsigned EltSize = Size / NElts; in LowerBUILD_VECTOR() local 2211 int EltSize = EltVT.getSizeInBits(); in LowerEXTRACT_VECTOR() local 2299 int EltSize = EltVT.getSizeInBits(); in LowerINSERT_VECTOR() local
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypes.cpp | 1012 unsigned EltSize = EltVT.getSizeInBits() / 8; // FIXME: should be ABI size. in GetVectorElementPointer() local
|
D | LegalizeDAG.cpp | 598 unsigned EltSize = EltVT.getSizeInBits()/8; in PerformInsertVectorEltInMemory() local 1437 unsigned EltSize = in ExpandExtractFromVectorThroughStack() local 1489 unsigned EltSize = in ExpandInsertToVectorThroughStack() local
|
D | SelectionDAG.cpp | 122 unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits(); in isBuildVectorAllOnes() local 166 unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits(); in isBuildVectorAllZeros() local
|
D | DAGCombiner.cpp | 12737 unsigned EltSize = (unsigned)TD.getTypeAllocSize(Elts[0]->getType()); in SimplifySelectCC() local
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.cpp | 1980 uint64_t EltSize = getContext().getTypeSize(AT->getElementType()); in classify() local 2235 unsigned EltSize = (unsigned)Context.getTypeSize(AT->getElementType()); in BitsContainNoUserData() local 2323 unsigned EltSize = TD.getTypeAllocSize(EltTy); in ContainsFloatAtOffset() local 2412 unsigned EltSize = getDataLayout().getTypeAllocSize(EltTy); in GetINTEGERTypeAtOffset() local
|
D | CGBuiltin.cpp | 1941 int EltSize = VTy->getScalarSizeInBits(); in EmitNeonRShiftImm() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 5062 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in LowerBUILD_VECTOR() local 5351 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in isShuffleMaskLegal() local 5499 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in LowerVECTOR_SHUFFLE() local 5715 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in isExtendedBUILD_VECTOR() local 5842 unsigned EltSize = VT.getVectorElementType().getSizeInBits() / 2; in SkipExtensionForVMULL() local 9064 unsigned EltSize = Op.getValueType().getVectorElementType().getSizeInBits(); in PerformVDUPLANECombine() local
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 1266 bool PPC::isSplatShuffleMask(ShuffleVectorSDNode *N, unsigned EltSize) { in isSplatShuffleMask() 1295 unsigned PPC::getVSPLTImmediate(SDNode *N, unsigned EltSize, in getVSPLTImmediate() 1316 unsigned EltSize = 16/N->getNumOperands(); in get_VSPLTI_elt() local 6718 SDValue EltSize = DAG.getConstant(SplatSize, MVT::i32); in LowerBUILD_VECTOR() local
|
D | PPCISelDAGToDAG.cpp | 2910 int EltSize = N->getConstantOperandVal(1); in Select() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 916 uint64_t EltSize = DL.getTypeAllocSize(AT->getElementType()); in FindElementAtOffset() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsSEISelLowering.cpp | 854 unsigned EltSize = Ty.getVectorElementType().getSizeInBits(); in performDSPShiftCombine() local
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 522 uint64_t EltSize = DL.getTypeAllocSize(STy->getElementType()); in SRAGlobal() local
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64ISelLowering.cpp | 1770 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in isExtendedBUILD_VECTOR() local 1796 unsigned EltSize = VT.getVectorElementType().getSizeInBits() / 2; in skipExtensionForVectorMULL() local 6250 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in LowerVectorSRA_SRL_SHL() local
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 832 uint32_t EltSize = DL.getTypeSizeInBits(VT->getElementType()); in getShadowTy() local
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 2789 unsigned EltSize = getElementByteSize(); in getSplatValue() local
|
/external/clang/lib/AST/ |
D | ExprConstant.cpp | 1589 unsigned EltSize = Info.Ctx.getTypeSize(EltTy); in EvalAndBitcastToAPInt() local 5567 unsigned EltSize = Info.Ctx.getTypeSize(EltTy); in VisitCastExpr() local
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 1384 unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in X86TargetLowering() local 1445 const unsigned EltSize = VT.getVectorElementType().getSizeInBits(); in X86TargetLowering() local 20597 unsigned EltSize = ElementType.getSizeInBits() / 8; in PerformEXTRACT_VECTOR_ELTCombine() local
|