/llvm-project/llvm/lib/Analysis/ |
H A D | LoopCacheAnalysis.cpp | 81 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 377 const SCEV *ElemSize = SE.getElementSize(&StoreOrLoadInst); delinearize() local 481 const SCEV *ElemSize = Sizes.back(); isConsecutive() local [all...] |
H A D | LoopUnrollAnalyzer.cpp | 127 unsigned ElemSize = CDS->getElementType()->getPrimitiveSizeInBits() / 8U; visitLoad() local
|
H A D | TypeMetadataUtils.cpp | 168 uint64_t ElemSize = DL.getTypeAllocSize(VTableTy->getElementType()); getPointerAtOffset() local
|
H A D | MemoryBuiltins.cpp | 781 TypeSize ElemSize = DL.getTypeAllocSize(I.getAllocatedType()); visitAllocaInst() local
|
H A D | LoopAccessAnalysis.cpp | 2827 TypeSize ElemSize = GEPTI.isStruct() getGEPInductionOperand() local
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.cpp |
|
H A D | Descriptor.cpp |
|
H A D | Pointer.h |
|
H A D | Descriptor.h |
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaRISCV.cpp | 536 unsigned ElemSize = S.Context.getTypeSize(Info.ElementType); CheckInvalidVLENandLMUL() local 726 uint64_t ElemSize = Context.getTypeSize(Info.ElementType); CheckBuiltinFunctionCall() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 333 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 647 CharUnits ElemSize = Emitter.CGM.getContext().getTypeSizeInChars(ElemType); EmitDesignatedInitUpdater() local [all...] |
H A D | CGExprScalar.cpp | 3242 llvm::Value* ElemSize = llvm::ConstantInt::get(ResultType, VisitOffsetOfExpr() local
|
H A D | CGOpenMPRuntime.cpp | 6691 llvm::Value *ElemSize; getExprTypeSize() local
|
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundCheckerV2.cpp | 417 int64_t ElemSize = ACtx.getTypeSizeInChars(ElemType).getQuantity(); in getExceedsMsgs() local
|
H A D | CStringChecker.cpp | 486 NonLoc ElemSize = checkInit() local
|
/llvm-project/llvm/lib/IR/ |
H A D | DataLayout.cpp | 947 getElementIndex(TypeSize ElemSize,APInt & Offset) getElementIndex() argument
|
H A D | Attributes.cpp | 563 unsigned ElemSize; getAsString() local 1946 addAllocSizeAttr(unsigned ElemSize,const std::optional<unsigned> & NumElems) addAllocSizeAttr() argument
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 172 isLegalTypeAndAlignment(unsigned NumElements,unsigned ElemSize,Align Alignment) isLegalTypeAndAlignment() argument
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 847 isLegalScaleForGatherScatter(uint64_t Scale,uint64_t ElemSize) isLegalScaleForGatherScatter() argument
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 761 unsigned ElemSize = ElemTy.getSizeInBits() / 8; in getByteShuffle() local 789 unsigned ElemSize = ElemWidth / 8; in buildHvxVectorReg() local 2054 unsigned ElemSize = HwLen / VecLen; LowerHvxSelect() local [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 1173 uint64_t ElemSize = Ctx.getTypeSize(ElementTy); VisitCluster() local
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 1587 isLegalScaleForGatherScatter(uint64_t Scale,uint64_t ElemSize) isLegalScaleForGatherScatter() argument
|
/llvm-project/clang/lib/AST/ |
H A D | ExprConstant.cpp | 6836 CharUnits ElemSize; HandleOperatorNewCall() local 14005 APSInt ElemSize(llvm::APInt(65, (int64_t)ElementSize.getQuantity(), true), VisitBinaryOperator() local
|
/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 4830 getUniformBase(const Value * Ptr,SDValue & Base,SDValue & Index,ISD::MemIndexType & IndexType,SDValue & Scale,SelectionDAGBuilder * SDB,const BasicBlock * CurBB,uint64_t ElemSize) getUniformBase() argument
|
/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 14771 unsigned ElemSize = N->getValueType(0).getScalarType().getStoreSize(); combineBVOfConsecutiveLoads() local
|