Home
last modified time | relevance | path

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

/external/llvm/lib/Target/R600/
DSILoadStoreOptimizer.cpp163 unsigned EltSize){ in findMatchingDSInst()
210 unsigned EltSize) { in mergeRead2Pair()
297 unsigned EltSize) { in mergeWrite2Pair()
DAMDGPUISelLowering.cpp724 unsigned EltSize = TD->getTypeAllocSize(SeqTy->getElementType()); in LowerConstantInitializer() local
1344 unsigned EltSize = MemEltVT.getStoreSize(); in ScalarizeVectorStore() local
DSIInstrInfo.cpp222 unsigned EltSize; in getLdStBaseRegImmOfs() local
/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp423 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/
DAnalysis.cpp102 uint64_t EltSize = TLI.getDataLayout()->getTypeAllocSize(EltTy); in ComputeValueVTs() local
/external/llvm/lib/Analysis/
DConstantFolding.cpp333 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/
DHexagonISelLowering.cpp2077 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/
DLegalizeTypes.cpp1012 unsigned EltSize = EltVT.getSizeInBits() / 8; // FIXME: should be ABI size. in GetVectorElementPointer() local
DLegalizeDAG.cpp598 unsigned EltSize = EltVT.getSizeInBits()/8; in PerformInsertVectorEltInMemory() local
1437 unsigned EltSize = in ExpandExtractFromVectorThroughStack() local
1489 unsigned EltSize = in ExpandInsertToVectorThroughStack() local
DSelectionDAG.cpp122 unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits(); in isBuildVectorAllOnes() local
166 unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits(); in isBuildVectorAllZeros() local
DDAGCombiner.cpp12737 unsigned EltSize = (unsigned)TD.getTypeAllocSize(Elts[0]->getType()); in SimplifySelectCC() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp1980 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
DCGBuiltin.cpp1941 int EltSize = VTy->getScalarSizeInBits(); in EmitNeonRShiftImm() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp5062 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/
DPPCISelLowering.cpp1266 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
DPPCISelDAGToDAG.cpp2910 int EltSize = N->getConstantOperandVal(1); in Select() local
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp916 uint64_t EltSize = DL.getTypeAllocSize(AT->getElementType()); in FindElementAtOffset() local
/external/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp854 unsigned EltSize = Ty.getVectorElementType().getSizeInBits(); in performDSPShiftCombine() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp522 uint64_t EltSize = DL.getTypeAllocSize(STy->getElementType()); in SRAGlobal() local
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp1770 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/
DMemorySanitizer.cpp832 uint32_t EltSize = DL.getTypeSizeInBits(VT->getElementType()); in getShadowTy() local
/external/llvm/lib/IR/
DConstants.cpp2789 unsigned EltSize = getElementByteSize(); in getSplatValue() local
/external/clang/lib/AST/
DExprConstant.cpp1589 unsigned EltSize = Info.Ctx.getTypeSize(EltTy); in EvalAndBitcastToAPInt() local
5567 unsigned EltSize = Info.Ctx.getTypeSize(EltTy); in VisitCastExpr() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp1384 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