Home
last modified time | relevance | path

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

12

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicExtent.cpp62 DefinedOrUnknownSVal ElementSize) { in getDynamicElementCount()
78 DefinedOrUnknownSVal ElementSize = getElementExtent(ElementTy, SVB); in getDynamicElementCount() local
114 DefinedOrUnknownSVal ElementSize = getElementExtent(ElementTy, SVB); in getDynamicElementCountWithOffset() local
H A DExprEngineCallAndReturn.cpp809 SVal ElementSize = getElementExtent(CNE->getAllocatedType(), svalBuilder); in bindReturnValue() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTensorSpec.h107 size_t ElementSize = 0; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp477 // I = B + sext(Idx *nsw S) * ElementSize in allocateCandidatesAndFindBasisForGEP() argument
491 factorArrayIndex(Value * ArrayIdx,const SCEV * Base,uint64_t ElementSize,GetElementPtrInst * GEP) factorArrayIndex() argument
546 uint64_t ElementSize = GTI.getSequentialElementStride(*DL); allocateCandidatesAndFindBasisForGEP() local
[all...]
H A DSeparateConstOffsetFromGEP.cpp886 APInt ElementSize = APInt(PtrIndexTy->getIntegerBitWidth(), in lowerToSingleIndexGEPs() local
946 APInt ElementSize = APInt(IntPtrTy->getIntegerBitWidth(), in lowerToArithmetics() local
[all...]
H A DNaryReassociate.cpp433 uint64_t ElementSize = DL->getTypeAllocSize(ElementType); in tryReassociateGEPAtIndex() local
H A DSROA.cpp2071 isVectorPromotionViableForSlice(Partition & P,const Slice & S,VectorType * Ty,uint64_t ElementSize,const DataLayout & DL) isVectorPromotionViableForSlice() argument
2146 uint64_t ElementSize = checkVectorTypeForPromotion() local
2280 unsigned ElementSize = createAndCheckVectorTypesForPromotion() local
2686 uint64_t ElementSize; global() member in __anon971df9da0d11::AllocaSliceRewriter
4152 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy).getFixedValue(); getTypePartition() local
4196 uint64_t ElementSize = DL.getTypeAllocSize(ElementTy).getFixedValue(); getTypePartition() local
[all...]
H A DDeadStoreElimination.cpp617 const uint32_t ElementSize = AMI->getElementSizeInBytes(); tryToShorten() local
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DTensorSpec.cpp63 size_t ElementSize, const std::vector<int64_t> &Shape) in TensorSpec()
H A DDelinearization.cpp280 const SCEV *ElementSize) { in findArrayDimensions() argument
451 const SCEV *ElementSize) { in delinearize() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.cpp163 const uint16_t ElementSize = VectorSpecifiedActions.first; in computeTables() local
H A DIRTranslator.cpp259 uint64_t ElementSize = DL->getTypeAllocSize(AI.getAllocatedType()); getOrCreateFrameIndex() local
1624 uint64_t ElementSize = GTI.getSequentialElementStride(*DL); translateGetElementPtr() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
H A DMCAsmParser.h98 unsigned ElementSize = 0; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h347 const unsigned ElementSize, in setVectorNumElementAction() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp648 getMEMCPY_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) getMEMCPY_ELEMENT_UNORDERED_ATOMIC() argument
665 getMEMMOVE_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) getMEMMOVE_ELEMENT_UNORDERED_ATOMIC() argument
682 getMEMSET_ELEMENT_UNORDERED_ATOMIC(uint64_t ElementSize) getMEMSET_ELEMENT_UNORDERED_ATOMIC() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPromoteAlloca.cpp350 promoteAllocaUserToVector(Instruction * Inst,const DataLayout & DL,FixedVectorType * VectorTy,unsigned VecStoreSize,unsigned ElementSize,DenseMap<MemTransferInst *,MemTransferInfo> & TransferInfo,std::map<GetElementPtrInst *,Value * > & GEPVectorIdx,Value * CurVal,SmallVectorImpl<LoadInst * > & DeferredLoads) promoteAllocaUserToVector() argument
685 unsigned ElementSize = DL->getTypeSizeInBits(VecEltTy) / 8; tryPromoteAllocaToVector() local
H A DAMDGPUISelDAGToDAG.cpp3111 buildRegSequence(SmallVectorImpl<SDValue> & Elts,llvm::SelectionDAG * CurDAG,const SDLoc & DL,unsigned ElementSize) buildRegSequence() argument
3122 selectWMMAModsNegAbs(unsigned ModOpcode,unsigned & Mods,SmallVectorImpl<SDValue> & Elts,SDValue & Src,llvm::SelectionDAG * CurDAG,const SDLoc & DL,unsigned ElementSize) selectWMMAModsNegAbs() argument
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp1165 unsigned ElementSize = in InitializeMemory() local
1178 unsigned ElementSize = in InitializeMemory() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp193 CreateElementUnorderedAtomicMemSet(Value * Ptr,Value * Val,Value * Size,Align Alignment,uint32_t ElementSize,MDNode * TBAATag,MDNode * ScopeTag,MDNode * NoAliasTag) CreateElementUnorderedAtomicMemSet() argument
258 CreateElementUnorderedAtomicMemCpy(Value * Dst,Align DstAlign,Value * Src,Align SrcAlign,Value * Size,uint32_t ElementSize,MDNode * TBAATag,MDNode * TBAAStructTag,MDNode * ScopeTag,MDNode * NoAliasTag) CreateElementUnorderedAtomicMemCpy() argument
374 CreateElementUnorderedAtomicMemMove(Value * Dst,Align DstAlign,Value * Src,Align SrcAlign,Value * Size,uint32_t ElementSize,MDNode * TBAATag,MDNode * TBAAStructTag,MDNode * ScopeTag,MDNode * NoAliasTag) CreateElementUnorderedAtomicMemMove() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1195 uint64_t ElementSize = 0; printModuleLevelGV() local
1466 int64_t ElementSize = 0; emitPTXGlobalVariable() local
[all...]
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp1598 unsigned ElementSize; emitDagShuffle() member in Intrinsic::DagEmitter::emitDagShuffle::Rev
1601 Rev(unsigned ElementSize) emitDagShuffle() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp560 uint64_t ElementSize = TII->getElementSizeForOpcode(Opcode); expand_DestructiveOp() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp893 CharUnits ElementSize = S.getCtx().getTypeSizeInChars(CurrentType); InterpretOffsetOf() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp586 uint64_t ElementSize = GTI.getSequentialElementStride(DL); selectGetElementPtr() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1458 const uint64_t ElementSize = BaseTy->getSizeInBits(); hasVectorBeenPadded() local

12