Searched refs:bumped (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/ |
| H A D | AllocLikeConversion.cpp | 19 Value bumped = rewriter.create<LLVM::AddOp>(loc, input, bump); in createAligned() local 20 Value mod = rewriter.create<LLVM::URemOp>(loc, bumped, alignment); in createAligned() 21 return rewriter.create<LLVM::SubOp>(loc, bumped, mod); in createAligned()
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/MemorySanitizer/ |
| H A D | atomics.ll | 169 ; atomic store monotonic: bumped up to store release 184 ; atomic store unordered: bumped up to store release
|
| /llvm-project-15.0.7/mlir/test/Conversion/MemRefToLLVM/ |
| H A D | convert-static-memref-ops.mlir | 51 // CHECK: %[[bumped:.*]] = llvm.add %[[allocatedAsInt]], %[[bump]] : i64 52 // CHECK: %[[mod:.*]] = llvm.urem %[[bumped]], %[[alignment]] : i64 53 // CHECK: %[[aligned:.*]] = llvm.sub %[[bumped]], %[[mod]] : i64
|
| /llvm-project-15.0.7/llvm/test/Instrumentation/DataFlowSanitizer/ |
| H A D | atomics.ll | 241 ; COMM: atomic store monotonic: bumped up to store release 261 ; COMM: atomic store unordered: bumped up to store release
|
| /llvm-project-15.0.7/llvm/test/Transforms/InstCombine/ |
| H A D | align-addr.ll | 114 ; Check that the alignment is bumped up the alignment of the sret type.
|
| /llvm-project-15.0.7/llvm/test/CodeGen/WebAssembly/ |
| H A D | bulk-memory.ll | 144 ; bulk memory instructions. The stack pointer is bumped by 112 instead
|
| H A D | bulk-memory64.ll | 147 ; bulk memory instructions. The stack pointer is bumped by 112 instead
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | movtopush.ll | 163 ; %a wast at 8(%esp), but the second push bumped %esp, so %a
|
| /llvm-project-15.0.7/openmp/runtime/src/i18n/ |
| H A D | en_US.txt | 27 # compatibility. When version is bumped, do not forget to delete all obsolete entries.
|
| /llvm-project-15.0.7/libcxx/include/ |
| H A D | __config | 621 // headers. Using this ABI tag ensures that the symbol name is "bumped" artificially at
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | InternalsManual.rst | 2476 found declarations are not structurally equivalent then we bumped to a name
|