/freebsd-src/contrib/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 372 const SCEV *ElemSize = SE.getElementSize(&StoreOrLoadInst); delinearize() local 476 const SCEV *ElemSize = Sizes.back(); isConsecutive() local [all...] |
H A D | LoopUnrollAnalyzer.cpp | 127 unsigned ElemSize = CDS->getElementType()->getPrimitiveSizeInBits() / 8U; in visitLoad() local
|
H A D | TypeMetadataUtils.cpp | 154 uint64_t ElemSize = DL.getTypeAllocSize(VTableTy->getElementType()); getPointerAtOffset() local
|
H A D | MemoryBuiltins.cpp | 781 TypeSize ElemSize = DL.getTypeAllocSize(I.getAllocatedType()); in visitAllocaInst() local
|
H A D | LoopAccessAnalysis.cpp | 2748 TypeSize ElemSize = GEPTI.isStruct() getGEPInductionOperand() local
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Program.cpp | 332 unsigned ElemSize = primSize(*T); createDescriptor() local 345 unsigned ElemSize = createDescriptor() local
|
H A D | Descriptor.cpp | 76 const unsigned ElemSize = ctorArrayDesc() local 101 const unsigned ElemSize = dtorArrayDesc() local 117 const unsigned ElemSize = moveArrayDesc() local [all...] |
H A D | Pointer.h | 359 if (auto ElemSize = elemSize()) getIndex() local
|
H A D | Descriptor.h | 84 const unsigned ElemSize; global() member
|
/freebsd-src/contrib/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 646 CharUnits ElemSize = Emitter.CGM.getContext().getTypeSizeInChars(ElemType); EmitDesignatedInitUpdater() local [all...] |
H A D | CGExprScalar.cpp | 2978 llvm::Value* ElemSize = llvm::ConstantInt::get(ResultType, VisitOffsetOfExpr() local
|
H A D | CGOpenMPRuntime.cpp | 6681 llvm::Value *ElemSize; getExprTypeSize() local
|
H A D | CGBuiltin.cpp | 1018 llvm::Constant *ElemSize = emitFlexibleArrayMemberSize() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ArrayBoundCheckerV2.cpp | 272 if (int64_t ElemSize = ACtx.getTypeSizeInChars(ElemType).getQuantity()) { getExceedsMsgs() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | DataLayout.cpp | 947 static APInt getElementIndex(TypeSize ElemSize, APInt &Offset) { in getElementIndex() argument
|
H A D | Attributes.cpp | 467 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 D | RISCVISelLowering.h | 789 isLegalScaleForGatherScatter(uint64_t Scale,uint64_t ElemSize) isLegalScaleForGatherScatter() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | MVEGatherScatterLowering.cpp | 172 unsigned ElemSize, in isLegalTypeAndAlignment() argument
|
/freebsd-src/contrib/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; in LowerHvxSelect() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 1173 uint64_t ElemSize = Ctx.getTypeSize(ElementTy); in VisitCluster() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 1519 isLegalScaleForGatherScatter(uint64_t Scale,uint64_t ElemSize) isLegalScaleForGatherScatter() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 5194 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 D | ExprConstant.cpp | 6790 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 D | SelectionDAGBuilder.cpp | 4617 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 D | PPCISelLowering.cpp | 14554 unsigned ElemSize = N->getValueType(0).getScalarType().getStoreSize(); combineBVOfConsecutiveLoads() local
|