/llvm-project/polly/lib/External/isl/ |
H A D | isl_sort.c | 30 #define MID(lo, hi) (lo + ((hi - lo) >> 1)) argument 53 msort (void *array, void *buf, size_t low, size_t high, size_t size, in msort() 56 char *a1, *al, *am, *ah, *ls, *hs, *lo, *hi, *b; in msort() local 133 MergeSort (void *base, size_t nmemb, size_t size, in MergeSort() 153 int isl_sort(void *const pbase, size_t total_elems, size_t size, in isl_sort()
|
/llvm-project/openmp/runtime/src/ |
H A D | kmp_utility.cpp | 91 #define get_value(reg, lo, mask) (((reg) >> (lo)) & (mask)) in __kmp_query_cpuid() argument 222 void __kmp_expand_host_name(char *buffer, size_t size) { in __kmp_expand_host_name()
|
H A D | kmp_alloc.cpp | 208 static int bget_get_bin(bufsize size) { in bget_get_bin() 210 int lo = 0, hi = MAX_BGET_BINS - 1; in bget_get_bin() local 427 bufsize size = requested_size; in bget() local 637 static void *bgetz(kmp_info_t *th, bufsize size) { in bgetz() 667 static void *bgetr(kmp_info_t *th, void *buf, bufsize size) { in bgetr() 767 bufsize size = b->bh.bb.bsize; in brel() local 1043 void kmpc_set_poolsize(size_t size) { in kmpc_set_poolsize() 1096 void *kmpc_malloc(size_t size) { in kmpc_malloc() 1109 void *kmpc_aligned_malloc(size_t size, size_t alignment) { in kmpc_aligned_malloc() 1142 void *kmpc_realloc(void *ptr, size_t size) { in kmpc_realloc() [all …]
|
H A D | kmp_csupport.cpp | 4243 size_t size = __kmpc_doacross_init() local 4276 kmp_int64 lo, up, st; __kmpc_doacross_wait() local 4388 kmp_int64 lo, st; __kmpc_doacross_post() local 4489 omp_alloc(size_t size,omp_allocator_handle_t allocator) omp_alloc() argument 4493 omp_aligned_alloc(size_t align,size_t size,omp_allocator_handle_t allocator) omp_aligned_alloc() argument 4498 omp_calloc(size_t nmemb,size_t size,omp_allocator_handle_t allocator) omp_calloc() argument 4502 omp_aligned_calloc(size_t align,size_t nmemb,size_t size,omp_allocator_handle_t allocator) omp_aligned_calloc() argument 4507 omp_realloc(void * ptr,size_t size,omp_allocator_handle_t allocator,omp_allocator_handle_t free_allocator) omp_realloc() argument [all...] |
H A D | kmp.h | 538 int size; member 979 int size; member 1824 size_t size; /* The data size for this descriptor */ global() member 2579 size_t size; global() member 3763 __kmp_allocate(size) global() argument 3764 __kmp_page_allocate(size) global() argument 3773 __kmp_fast_allocate(this_thr,size) global() argument 3785 __kmp_thread_malloc(th,size) global() argument 3789 __kmp_thread_realloc(th,ptr,size) global() argument 4468 kmp_int64 lo; // lower global() member [all...] |
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_md5.cpp | 35 MD5_u32plus lo, hi; member 41 static const void *body(MD5_CTX *ctx, const void *data, ulong_t size) { in body() 159 void MD5_Update(MD5_CTX *ctx, const void *data, ulong_t size) { in MD5_Update() 242 MD5Hash md5_hash(const void *data, uptr size) { in md5_hash()
|
/llvm-project/lld/ELF/Arch/ |
H A D | ARM.cpp | 897 uint16_t lo = read16(buf + 2); getImplicitAddend() local 909 uint16_t lo = read16(buf + 2); getImplicitAddend() local 919 uint16_t lo = read16(buf + 2); getImplicitAddend() local 945 uint16_t lo = read16(buf + 2); getImplicitAddend() local 993 uint16_t lo = read16(buf + 2); getImplicitAddend() local 1104 uint64_t start = 0, width = 0, size = sec->getSize(); convertArmInstructionstoBE8() local 1311 static const size_t size{ACLESESYM_SIZE}; global() member in elf::ArmCmseSGVeneer [all...] |
H A D | RISCV.cpp | 453 uint64_t lo = val - (hi << 12); relocate() local 462 uint64_t lo = val - (hi << 12); relocate() local 602 for (size_t i = 0, size = relocs.size(); i != size; ++i) { relocateAlloc() local 967 uint64_t size = r.offset - offset; finalizeRelax() local 1056 size_t size = 0; global() member in __anon6cb1dc980411::RISCVAttributesSection 1266 size_t size = 5 + merged.vendor.size() + 1 + 5; mergeAttributesSection() local 1278 const size_t size = getSize(); writeTo() local [all...] |
/llvm-project/compiler-rt/lib/profile/ |
H A D | GCDAProfiling.c | 157 static void resize_write_buffer(uint64_t size) { in resize_write_buffer() argument 180 uint32_t lo in write_64bit_value() local 200 uint32_t lo = read_32bit_value(); read_64bit_value() local [all...] |
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseBufferRewriting.cpp | 357 Value lo = after->getArgument(0); createBinarySearchFunc() local 512 createChoosePivot(OpBuilder & builder,ModuleOp module,func::FuncOp func,AffineMap xPerm,uint64_t ny,Value lo,Value hi,Value mi,ValueRange args) createChoosePivot() argument 591 Value lo = args[loIdx]; createPartitionFunc() local 872 Value lo = args[loIdx]; createHeapSortFunc() local 924 Value lo = args[loIdx]; createQuickSort() local 1013 Value lo = args[loIdx]; createSortStableFunc() local 1127 Value lo = args[loIdx]; createQuickSortFunc() local 1250 Value lo = operands[loIdx]; matchAndRewriteSortOp() local 1312 Value size = op.getCurSize(); matchAndRewrite() local [all...] |
/llvm-project/flang/lib/Evaluate/ |
H A D | constant.cpp | 84 uint64_t size{1}; in TotalElementCount() local 250 std::size_t Constant<Type<TypeCategory::Character, KIND>>::size() const { in size() function in Fortran::evaluate::Constant::Character 269 ConstantSubscript lo, ConstantSubscript hi) const in Substring()
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | RangeMap.h | 34 SizeType size; member 181 Append(B base,S size) Append() argument 291 Reserve(typename Collection::size_type size) Reserve() argument 662 ComputeUpperBounds(size_t lo,size_t hi) ComputeUpperBounds() argument 681 FindEntryIndexesThatContain(B addr,size_t lo,size_t hi,std::vector<uint32_t> & indexes) FindEntryIndexesThatContain() argument [all...] |
/llvm-project/lld/ELF/ |
H A D | Thunks.cpp | 71 uint32_t size() override { return getMayUseShortThunk() ? 4 : 16; } size() function in __anon2cee5d810111::AArch64ABSLongThunk 81 uint32_t size() override { return getMayUseShortThunk() ? 4 : 12; } size() function in __anon2cee5d810111::AArch64ADRPThunk 101 uint32_t size() override { return getMayUseShortThunk() ? 4 : sizeLong(); } size() function in __anon2cee5d810111::ARMThunk 133 uint32_t size() override { return getMayUseShortThunk() ? 4 : sizeLong(); } size() function in __anon2cee5d810111::ThumbThunk 310 uint32_t size() override { return 4; } size() function in __anon2cee5d810111::AVRThunk 320 uint32_t size() override { return 16; } size() function in __anon2cee5d810111::MipsThunk 331 uint32_t size() override { return 14; } size() function in __anon2cee5d810111::MicroMipsThunk 342 uint32_t size() override { return 12; } size() function in __anon2cee5d810111::MicroMipsR6Thunk 355 uint32_t size() override { return 16; } size() function in __anon2cee5d810111::PPC32PltCallStub 368 uint32_t size() override { return config->isPic ? 32 : 16; } size() function in __anon2cee5d810111::PPC32LongThunk 384 uint32_t size() override { return 20; } size() function in __anon2cee5d810111::PPC64PltCallStub 414 uint32_t size() override { return getMayUseShortThunk() ? 8 : 32; } size() function in __anon2cee5d810111::PPC64R2SaveStub 440 uint32_t size() override { return 32; } size() function in __anon2cee5d810111::PPC64R12SetupStub 460 uint32_t size() override { return 32; } size() function in __anon2cee5d810111::PPC64LongBranchThunk 1101 auto lo = [](uint32_t v) -> uint16_t { return v; }; writeTo() local [all...] |
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonBitTracker.cpp | 174 size_t size() const { return Vector.size(); } size() function in __anon356067470111::RegisterRefs 275 auto lo = [this] (const BT::RegisterCell &RC, uint16_t RW) evaluate() local [all...] |
H A D | HexagonISelDAGToDAGHVX.cpp | 370 unsigned size() const { size() function 630 static OpRef lo(const OpRef &R) { lo() function 693 unsigned size() const { return List.size(); } size() function 780 ShuffleMask lo() const { lo() function 813 ArrayRef<int> lo(ArrayRef<int> Vuu) { return Vuu.take_front(Vuu.size() / 2); } lo() function [all...] |
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/ |
H A D | SparseTensorDialect.cpp | 301 int64_t offset = kDynamic, size = kDynamic, stride = kDynamic; in parse() local 318 int64_t offset, int64_t size, int64_t stride) { in verify() argument 2117 printLevelRange(AsmPrinter & p,Level lo,Level hi) printLevelRange() argument 2129 unsigned lo = lvlLo.getValue().getZExtValue(); printLevelRange() local [all...] |
/llvm-project/third-party/benchmark/include/benchmark/ |
H A D | benchmark.h | 1508 #define BENCHMARK_RANGE(n, lo, hi) BENCHMARK(n)->Range((lo), (hi)) argument 1718 int size; member
|
/llvm-project/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 1879 DumpRawSectionContents(MachOObjectFile * O,const char * sect,uint32_t size,uint64_t addr) DumpRawSectionContents() argument 2361 uint64_t size = Buf.size(); printMachOUniversalHeaders() local 3751 uint32_t size; global() member 3759 uint32_t size; global() member 3836 uint32_t size; global() member 4353 uint32_t size = left < sizeof(uint64_t) ? left : sizeof(uint64_t); walk_pointer_list_64() local 4402 uint32_t size = left < sizeof(uint32_t) ? left : sizeof(uint32_t); walk_pointer_list_32() local 6765 DumpProtocolSection(MachOObjectFile * O,const char * sect,uint32_t size,uint32_t addr) DumpProtocolSection() argument 8643 PrintSection(const char * sectname,const char * segname,uint64_t addr,uint64_t size,uint32_t offset,uint32_t align,uint32_t reloff,uint32_t nreloc,uint32_t flags,uint32_t reserved1,uint32_t reserved2,uint32_t cmd,const char * sg_segname,uint32_t filetype,uint32_t object_size,bool verbose) PrintSection() argument 9259 PrintLinkerOptionCommand(MachO::linker_option_command lo,const char * Ptr) PrintLinkerOptionCommand() argument [all...] |
/llvm-project/flang/lib/Lower/ |
H A D | ConvertExpr.cpp | 3839 auto lo = [&]() { genShapeFromDataRef() local 4415 const std::size_t size = maskExprs.size() - 1; genIterSpace() local 5692 auto size = genarr() local 6322 mlir::Value lo = genArrayCtorInitializer() local [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 6306 int lo = UsedInputs.size() * MaskWidth; resolveTargetShuffleInputsAndMask() local 31092 unsigned size = 0; LowerCMP_SWAP() local 39283 int lo = I * WideMask.size(); combineX86ShuffleChainWithExtract() local [all...] |