/openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
H A D | LoopCacheAnalysis.cpp | 81 static bool isOneDimensionalArray(const SCEV &AccessFn, const SCEV &ElemSize, in isOneDimensionalArray() 109 static const SCEV *computeTripCount(const Loop &L, const SCEV &ElemSize, in computeTripCount() 372 const SCEV *ElemSize = SE.getElementSize(&StoreOrLoadInst); in delinearize() local 476 const SCEV *ElemSize = Sizes.back(); in isConsecutive() local
|
H A D | LoopUnrollAnalyzer.cpp | 127 unsigned ElemSize = CDS->getElementType()->getPrimitiveSizeInBits() / 8U; in visitLoad() local
|
H A D | TypeMetadataUtils.cpp | 152 uint64_t ElemSize = DL.getTypeAllocSize(VTableTy->getElementType()); in getPointerAtOffset() local
|
H A D | MemoryBuiltins.cpp | 750 TypeSize ElemSize = DL.getTypeAllocSize(I.getAllocatedType()); in visitAllocaInst() local
|
H A D | ScalarEvolution.cpp | 8174 auto *ElemSize = dyn_cast<SCEVConstant>(getElementSize(&Inst)); in getConstantMaxTripCountFromArray() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/ |
H A D | Descriptor.cpp | 65 const unsigned ElemSize = in ctorArrayDesc() local 90 const unsigned ElemSize = in dtorArrayDesc() local 105 const unsigned ElemSize = in moveArrayDesc() local
|
H A D | Program.cpp | 330 unsigned ElemSize = primSize(*T); in createDescriptor() local 343 InterpSize ElemSize = in createDescriptor() local
|
H A D | Pointer.h | 293 if (auto ElemSize = elemSize()) in getIndex() local
|
H A D | Descriptor.h | 84 const InterpSize ElemSize; member
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 332 CharUnits ElemSize = getSize(ElemTy); in split() local 356 CharUnits ElemSize = getSize(CDS->getElementType()); in split() local 371 CharUnits ElemSize = getSize(C); in split() local 418 CharUnits ElemSize = Utils.getSize(ATy->getElementType()); in buildFrom() local 645 CharUnits ElemSize = Emitter.CGM.getContext().getTypeSizeInChars(ElemType); in EmitDesignatedInitUpdater() local
|
H A D | CGExprScalar.cpp | 2963 llvm::Value* ElemSize = llvm::ConstantInt::get(ResultType, in VisitOffsetOfExpr() local
|
H A D | CGOpenMPRuntime.cpp | 7012 llvm::Value *ElemSize; in getExprTypeSize() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.h | 616 uint64_t ElemSize) const override { in isLegalScaleForGatherScatter()
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | DataLayout.cpp | 914 static APInt getElementIndex(TypeSize ElemSize, APInt &Offset) { in getElementIndex()
|
H A D | Attributes.cpp | 455 unsigned ElemSize; in getAsString() local 1772 AttrBuilder::addAllocSizeAttr(unsigned ElemSize, in addAllocSizeAttr()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 172 unsigned ElemSize, in isLegalTypeAndAlignment()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | Scalarizer.cpp | 189 uint64_t ElemSize = 0; member
|
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelLoweringHVX.cpp | 760 unsigned ElemSize = ElemTy.getSizeInBits() / 8; in getByteShuffle() local 788 unsigned ElemSize = ElemWidth / 8; in buildHvxVectorReg() local 2054 unsigned ElemSize = HwLen / VecLen; in LowerHvxSelect() local
|
H A D | HexagonVectorCombine.cpp | 574 int ElemSize = HVC.getSizeOf(ElemTy, HVC.Alloc); in createAdjustedPointer() local
|
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 1179 uint64_t ElemSize = Ctx.getTypeSize(ElementTy); in VisitCluster() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 1424 uint64_t ElemSize) const { in isLegalScaleForGatherScatter()
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ExprConstant.cpp | 6690 CharUnits ElemSize; in HandleOperatorNewCall() local 13346 APSInt ElemSize(llvm::APInt(65, (int64_t)ElementSize.getQuantity(), true), in VisitBinaryOperator() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 4413 uint64_t ElemSize) { in getUniformBase()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCISelLowering.cpp | 14249 unsigned ElemSize = N->getValueType(0).getScalarType().getStoreSize(); in combineBVOfConsecutiveLoads() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ISelLowering.cpp | 17809 unsigned ElemSize = VT.getVectorElementType().getSizeInBits() / 8; in LowerSVEIntrinsicEXT() local
|