Home
last modified time | relevance | path

Searched defs:ElemSize (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopCacheAnalysis.cpp81 static bool isOneDimensionalArray(const SCEV &AccessFn, const SCEV &ElemSize, in isOneDimensionalArray() argument
109 static const SCEV *computeTripCount(const Loop &L, const SCEV &ElemSize, in computeTripCount() argument
372 const SCEV *ElemSize = SE.getElementSize(&StoreOrLoadInst); delinearize() local
476 const SCEV *ElemSize = Sizes.back(); isConsecutive() local
[all...]
H A DLoopUnrollAnalyzer.cpp127 unsigned ElemSize = CDS->getElementType()->getPrimitiveSizeInBits() / 8U; in visitLoad() local
H A DTypeMetadataUtils.cpp154 uint64_t ElemSize = DL.getTypeAllocSize(VTableTy->getElementType()); getPointerAtOffset() local
H A DMemoryBuiltins.cpp781 TypeSize ElemSize = DL.getTypeAllocSize(I.getAllocatedType()); in visitAllocaInst() local
H A DLoopAccessAnalysis.cpp2748 TypeSize ElemSize = GEPTI.isStruct() getGEPInductionOperand() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp332 unsigned ElemSize = primSize(*T); createDescriptor() local
345 unsigned ElemSize = createDescriptor() local
H A DDescriptor.cpp76 const unsigned ElemSize = ctorArrayDesc() local
101 const unsigned ElemSize = dtorArrayDesc() local
117 const unsigned ElemSize = moveArrayDesc() local
[all...]
H A DPointer.h359 if (auto ElemSize = elemSize()) getIndex() local
H A DDescriptor.h84 const unsigned ElemSize; global() member
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp333 CharUnits ElemSize = getSize(ElemTy); split() local
357 CharUnits ElemSize = getSize(CDS->getElementType()); split() local
372 CharUnits ElemSize = getSize(C); split() local
419 CharUnits ElemSize = Utils.getSize(ATy->getElementType()); buildFrom() local
646 CharUnits ElemSize = Emitter.CGM.getContext().getTypeSizeInChars(ElemType); EmitDesignatedInitUpdater() local
[all...]
H A DCGExprScalar.cpp2978 llvm::Value* ElemSize = llvm::ConstantInt::get(ResultType, VisitOffsetOfExpr() local
H A DCGOpenMPRuntime.cpp6681 llvm::Value *ElemSize; getExprTypeSize() local
H A DCGBuiltin.cpp1018 llvm::Constant *ElemSize = emitFlexibleArrayMemberSize() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DArrayBoundCheckerV2.cpp272 if (int64_t ElemSize = ACtx.getTypeSizeInChars(ElemType).getQuantity()) { getExceedsMsgs() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp947 static APInt getElementIndex(TypeSize ElemSize, APInt &Offset) { in getElementIndex() argument
H A DAttributes.cpp467 unsigned ElemSize; getAsString() local
1809 addAllocSizeAttr(unsigned ElemSize,const std::optional<unsigned> & NumElems) addAllocSizeAttr() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h789 isLegalScaleForGatherScatter(uint64_t Scale,uint64_t ElemSize) isLegalScaleForGatherScatter() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp172 unsigned ElemSize, in isLegalTypeAndAlignment() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelLoweringHVX.cpp761 unsigned ElemSize = ElemTy.getSizeInBits() / 8; in getByteShuffle() local
789 unsigned ElemSize = ElemWidth / 8; in buildHvxVectorReg() local
2054 unsigned ElemSize = HwLen / VecLen; in LowerHvxSelect() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1173 uint64_t ElemSize = Ctx.getTypeSize(ElementTy); in VisitCluster() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1519 isLegalScaleForGatherScatter(uint64_t Scale,uint64_t ElemSize) isLegalScaleForGatherScatter() argument
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp5194 unsigned ElemSize = S.Context.getTypeSize(Info.ElementType); CheckInvalidVLENandLMUL() local
5433 uint64_t ElemSize = Context.getTypeSize(Info.ElementType); CheckRISCVBuiltinFunctionCall() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp6790 CharUnits ElemSize; HandleOperatorNewCall() local
13669 APSInt ElemSize(llvm::APInt(65, (int64_t)ElementSize.getQuantity(), true), VisitBinaryOperator() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp4617 getUniformBase(const Value * Ptr,SDValue & Base,SDValue & Index,ISD::MemIndexType & IndexType,SDValue & Scale,SelectionDAGBuilder * SDB,const BasicBlock * CurBB,uint64_t ElemSize) getUniformBase() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp14554 unsigned ElemSize = N->getValueType(0).getScalarType().getStoreSize(); combineBVOfConsecutiveLoads() local

12