Home
last modified time | relevance | path

Searched defs:ElementSize (Results 1 – 25 of 40) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp482 const SCEV *B, ConstantInt *Idx, Value *S, uint64_t ElementSize, in allocateCandidatesAndFindBasisForGEP()
496 uint64_t ElementSize, in factorArrayIndex()
551 uint64_t ElementSize = DL->getTypeAllocSize(GTI.getIndexedType()); in allocateCandidatesAndFindBasisForGEP() local
593 APInt ElementSize( in emitBump() local
H A DSROA.cpp1491 APInt ElementSize(Offset.getBitWidth(), ElementSizeInBits / 8); in getNaturalGEPRecursively() local
1503 APInt ElementSize(Offset.getBitWidth(), in getNaturalGEPRecursively() local
1560 APInt ElementSize(Offset.getBitWidth(), in getNaturalGEPWithOffset() local
1818 uint64_t ElementSize, in isVectorPromotionViableForSlice()
1977 uint64_t ElementSize = in isVectorPromotionViable() local
2306 uint64_t ElementSize; member in llvm::sroa::AllocaSliceRewriter
3677 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy).getFixedSize(); in getTypePartition() local
3717 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy).getFixedSize(); in getTypePartition() local
H A DSeparateConstOffsetFromGEP.cpp875 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToSingleIndexGEPs() local
936 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToArithmetics() local
H A DNaryReassociate.cpp428 uint64_t ElementSize = DL->getTypeAllocSize(ElementType); in tryReassociateGEPAtIndex() local
H A DDeadStoreElimination.cpp626 const uint32_t ElementSize = AMI->getElementSizeInBytes(); in tryToShorten() local
H A DRewriteStatepointsForGC.cpp1661 uint64_t ElementSize = ElementSizeCI->getZExtValue(); in makeStatepointExplicitImpl() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DDynamicExtent.cpp50 SVal ElementSize = getElementExtent(ElementTy, SVB); in getDynamicElementCount() local
H A DExprEngineCallAndReturn.cpp706 SVal ElementSize = getElementExtent(CNE->getAllocatedType(), svalBuilder); in bindReturnValue() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h98 unsigned ElementSize = 0; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp587 RTLIB::Libcall RTLIB::getMEMCPY_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) { in getMEMCPY_ELEMENT_UNORDERED_ATOMIC()
604 RTLIB::Libcall RTLIB::getMEMMOVE_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) { in getMEMMOVE_ELEMENT_UNORDERED_ATOMIC()
621 RTLIB::Libcall RTLIB::getMEMSET_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) { in getMEMSET_ELEMENT_UNORDERED_ATOMIC()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1139 unsigned ElementSize = in InitializeMemory() local
1152 unsigned ElementSize = in InitializeMemory() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1168 unsigned int ElementSize = 0; in printModuleLevelGV() local
1341 int64_t ElementSize = 0; in emitPTXGlobalVariable() local
1887 int ElementSize = DL.getTypeAllocSize(CPV->getType()); in bufferLEByte() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerInfo.cpp352 const uint16_t ElementSize = VectorSpecifiedActions.first; in computeTables() local
H A DIRTranslator.cpp241 uint64_t ElementSize = DL->getTypeAllocSize(AI.getAllocatedType()); in getOrCreateFrameIndex() local
1495 uint64_t ElementSize = DL->getTypeAllocSize(GTI.getIndexedType()); in translateGetElementPtr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp142 Value *Ptr, Value *Val, Value *Size, Align Alignment, uint32_t ElementSize, in CreateElementUnorderedAtomicMemSet()
232 uint32_t ElementSize, MDNode *TBAATag, MDNode *TBAAStructTag, in CreateElementUnorderedAtomicMemCpy()
307 uint32_t ElementSize, MDNode *TBAATag, MDNode *TBAAStructTag, in CreateElementUnorderedAtomicMemMove()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp478 uint64_t ElementSize = TII->getElementSizeForOpcode(Opcode); in expand_DestructiveOp() local
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp1585 unsigned ElementSize; in emitDagShuffle() member in Intrinsic::DagEmitter::emitDagShuffle::Rev
1588 Rev(unsigned ElementSize) : ElementSize(ElementSize) {} in emitDagShuffle()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp358 unsigned ElementSize = DL.getTypeAllocSize(T); in computeArraySize() local
H A DDependenceAnalysis.cpp3410 const SCEV *ElementSize = SE->getElementSize(Src); in tryDelinearizeParametricSize() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegalizerInfo.h1371 const unsigned ElementSize, in setVectorNumElementAction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1403 const uint64_t ElementSize = BaseTy->getSizeInBits(); in hasVectorBeenPadded() local
H A DCodeViewDebug.cpp1610 uint64_t ElementSize = getBaseTypeSize(ElementType) / 8; in lowerTypeArray() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp597 uint64_t ElementSize = DL.getTypeAllocSize(Ty); in selectGetElementPtr() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprCXX.cpp1000 CharUnits ElementSize = getContext().getTypeSizeInChars(ElementType); in EmitNewArrayInitializer() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp2166 unsigned ElementSize = VecEltTy->getPrimitiveSizeInBits(); in collectInsertionElements() local

12