| /freebsd-12.1/contrib/llvm/lib/Analysis/ |
| H A D | Delinearization.cpp | 100 SmallVector<const SCEV *, 3> Subscripts, Sizes; in print() local 101 SE->delinearize(AccessFn, Subscripts, Sizes, SE->getElementSize(Inst)); in print() 102 if (Subscripts.size() == 0 || Sizes.size() == 0 || in print() 103 Subscripts.size() != Sizes.size()) { in print() 112 O << "[" << *Sizes[i] << "]"; in print() 113 O << " with elements of " << *Sizes[Size - 1] << " bytes.\n"; in print()
|
| H A D | ScalarEvolution.cpp | 10984 Sizes.push_back(Step); in findArrayDimensionsRec() 11009 Sizes.push_back(Step); in findArrayDimensionsRec() 11110 Sizes.clear(); in findArrayDimensions() 11115 Sizes.push_back(ElementSize); in findArrayDimensions() 11119 for (const SCEV *S : Sizes) in findArrayDimensions() 11126 SmallVectorImpl<const SCEV *> &Sizes) { in computeAccessFunctions() argument 11128 if (Sizes.empty()) in computeAccessFunctions() 11136 int Last = Sizes.size() - 1; in computeAccessFunctions() 11158 Sizes.clear(); in computeAccessFunctions() 11244 if (Sizes.empty()) in delinearize() [all …]
|
| H A D | DependenceAnalysis.cpp | 3299 SmallVector<const SCEV *, 4> Sizes; in tryDelinearize() local 3300 SE->findArrayDimensions(Terms, Sizes, ElementSize); in tryDelinearize() 3304 SE->computeAccessFunctions(SrcAR, SrcSubscripts, Sizes); in tryDelinearize() 3305 SE->computeAccessFunctions(DstAR, DstSubscripts, Sizes); in tryDelinearize() 3324 if (!isKnownLessThan(SrcSubscripts[i], Sizes[i - 1])) in tryDelinearize() 3330 if (!isKnownLessThan(DstSubscripts[i], Sizes[i - 1])) in tryDelinearize()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/MSF/ |
| H A D | MSFBuilder.cpp | 295 ulittle32_t *Sizes = Allocator.Allocate<ulittle32_t>(StreamData.size()); in generateLayout() local 296 L.StreamSizes = ArrayRef<ulittle32_t>(Sizes, StreamData.size()); in generateLayout() 299 Sizes[I] = StreamData[I].first; in generateLayout()
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | pgf | 49 # Level-Sizes
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 936 Sizes.reserve(Shareds.size()); in ReductionCodeGen() 961 Sizes.emplace_back( in emitAggregateType() 999 assert(!Size && !Sizes[N].second && in emitAggregateType() 6154 auto Sizes = RCG.getSizes(N); in emitTaskReductionFixups() local 6157 if (Sizes.second) { in emitTaskReductionFixups() 7170 Sizes.push_back(Size); in generateInfoForComponentList() 7182 Sizes.push_back(Size); in generateInfoForComponentList() 7190 Sizes.push_back(Size); in generateInfoForComponentList() 7385 Sizes.push_back(Size); in emitCombinedEntry() 7939 for (llvm::Value *S : Sizes) in emitOffloadingArrays() [all …]
|
| H A D | CGOpenMPRuntime.h | 133 SmallVector<std::pair<llvm::Value *, llvm::Value *>, 4> Sizes; variable 191 return Sizes[N]; in getSizes()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndexDiscovery.cpp | 47 constexpr uint32_t Sizes[] = { in getEncodedIntegerLength() local 61 return 2 + Sizes[N - LF_NUMERIC]; in getEncodedIntegerLength()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Analysis/ |
| H A D | ScalarEvolution.h | 964 SmallVectorImpl<const SCEV *> &Sizes, 981 SmallVectorImpl<const SCEV *> &Sizes); 1048 SmallVectorImpl<const SCEV *> &Sizes,
|
| /freebsd-12.1/sys/dev/cxgbe/firmware/ |
| H A D | t6fw_cfg_uwire.txt | 76 # 1. The Free List Buffer Sizes below are raw and the firmware will 160 # ULPRX iSCSI Page Sizes
|
| H A D | t5fw_cfg_uwire.txt | 76 # 1. The Free List Buffer Sizes below are raw and the firmware will 176 # ULPRX iSCSI Page Sizes
|
| H A D | t4fw_cfg_uwire.txt | 90 # 1. The Free List Buffer Sizes below are raw and the firmware will 152 # ULPRX iSCSI Page Sizes
|
| H A D | t5fw_cfg_fpga.txt | 97 # 1. The Free List Buffer Sizes below are raw and the firmware will
|
| H A D | t6fw_cfg_fpga.txt | 76 # 1. The Free List Buffer Sizes below are raw and the firmware will
|
| /freebsd-12.1/contrib/libc++/include/experimental/ |
| H A D | simd | 85 template <size_t... Sizes, class T, class Abi> 86 tuple<simd<T, abi_for_size_t<Sizes>>...> split(const simd<T, Abi>&); 87 template <size_t... Sizes, class T, class Abi> 88 tuple<simd_mask<T, abi_for_size_t<Sizes>>...> split(const simd_mask<T, Abi>&);
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | CodeGenDAGPatterns.cpp | 723 auto NoSize = [](const SmallSet<unsigned,2> &Sizes, MVT T) -> bool { in EnforceSameSize() argument 724 return !Sizes.count(T.getSizeInBits()); in EnforceSameSize()
|
| /freebsd-12.1/contrib/binutils/ld/ |
| H A D | ChangeLog-9197 | 54 ({TEXT,DATA,EMEM}_SIZE): Sizes of the 3 memory areas.
|
| /freebsd-12.1/contrib/gcc/ |
| H A D | ChangeLog-2000 | 25112 * objc/objc-act.c (encode_method_prototype): Sizes are HOST_WIDE_INT.
|