Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp416 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/
DAnalysis.cpp92 uint64_t EltSize = TLI.getDataLayout()->getTypeAllocSize(EltTy); in ComputeValueVTs() local
/external/llvm/lib/Analysis/
DConstantFolding.cpp310 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/
DLegalizeTypes.cpp993 unsigned EltSize = EltVT.getSizeInBits() / 8; // FIXME: should be ABI size. in GetVectorElementPointer() local
DLegalizeDAG.cpp601 unsigned EltSize = EltVT.getSizeInBits()/8; in PerformInsertVectorEltInMemory() local
1380 unsigned EltSize = in ExpandExtractFromVectorThroughStack() local
1422 unsigned EltSize = in ExpandInsertToVectorThroughStack() local
DDAGCombiner.cpp9585 unsigned EltSize = (unsigned)TD.getTypeAllocSize(Elts[0]->getType()); in SimplifySelectCC() local
DSelectionDAG.cpp123 unsigned EltSize = N->getValueType(0).getVectorElementType().getSizeInBits(); in isBuildVectorAllOnes() local
/external/clang/lib/CodeGen/
DTargetInfo.cpp1517 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/
DPPCISelDAGToDAG.cpp1336 int EltSize = N->getConstantOperandVal(1); in Select() local
DPPCISelLowering.cpp745 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/
DARMISelLowering.cpp4445 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/
DInstructionCombining.cpp805 uint64_t EltSize = TD->getTypeAllocSize(AT->getElementType()); in FindElementAtOffset() local
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp582 uint32_t EltSize = MS.TD->getTypeSizeInBits(VT->getElementType()); in getShadowTy() local
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp713 uint64_t EltSize = TD.getTypeAllocSize(STy->getElementType()); in SRAGlobal() local
/external/clang/lib/AST/
DExprConstant.cpp1244 unsigned EltSize = Info.Ctx.getTypeSize(EltTy); in EvalAndBitcastToAPInt() local
3636 unsigned EltSize = Info.Ctx.getTypeSize(EltTy); in VisitCastExpr() local
/external/llvm/lib/IR/
DConstants.cpp2505 unsigned EltSize = getElementByteSize(); in getSplatValue() local
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp4161 unsigned EltSize = VT.getVectorElementType().getSizeInBits() >> 3; in getShufflePALIGNRImmediate() local
15082 unsigned EltSize = in PerformEXTRACT_VECTOR_ELTCombine() local