Home
last modified time | relevance | path

Searched refs:indicator (Results 1 – 25 of 40) sorted by relevance

12

/llvm-project/mlir/lib/Dialect/Bufferization/IR/
H A DBufferDeallocationOpInterface.cpp48 Ownership::Ownership(Value indicator) in Ownership() argument
49 : indicator(indicator), state(State::Unique) {} in Ownership()
53 unknown.indicator = Value(); in getUnknown()
57 Ownership Ownership::getUnique(Value indicator) { return Ownership(indicator); } in getUnique() argument
67 assert(isUnique() && "must have unique ownership to get the indicator"); in getIndicator()
68 return indicator; in getIndicator()
83 if (isEqualConstantIntOrValue(indicator, other.indicator)) in getCombined()
[all...]
/llvm-project/llvm/test/Instrumentation/AddressSanitizer/
H A Dlocal_alias.ll5 ; RUN: opt < %s -passes=asan -asan-use-private-alias=0 -asan-use-odr-indicator=0 -S | FileCheck %s --check-prefixes=CHECK-NOALIAS,CHECK-NOINDICATOR
6 ; RUN: opt < %s -passes=asan -asan-use-private-alias=1 -asan-use-odr-indicator=0 -S | FileCheck %s --check-prefixes=CHECK-ALIAS,CHECK-NOINDICATOR
7 ; RUN: opt < %s -passes=asan -asan-use-private-alias=0 -asan-use-odr-indicator=1 -S | FileCheck %s --check-prefixes=CHECK-NOALIAS,CHECK-INDICATOR
8 ; RUN: opt < %s -passes=asan -asan-use-private-alias=1 -asan-use-odr-indicator=1 -S | FileCheck %s --check-prefixes=CHECK-ALIAS,CHECK-INDICATOR
18 ; Check that we generate internal alias and odr indicator symbols for global to be protected.
H A Dodr-check-ignore.ll1 ; RUN: opt < %s -passes=asan -asan-use-odr-indicator=0 -asan-use-private-alias=0 -S | FileCheck %s --check-prefix=NOALIAS
2 ; RUN: opt < %s -passes=asan -asan-use-odr-indicator=0 -asan-use-private-alias=1 -S | FileCheck %s --check-prefix=ALIAS
H A Dwin-string-literal.ll1 ; RUN: opt < %s -passes=asan -asan-use-odr-indicator=0 -asan-use-private-alias=0 -S | FileCheck %s
H A Dglobal_with_comdat.ll5 ; enabled as indicator symbols will cause link time odr violations.
8 ; RUN: opt < %t/a.ll -passes=asan -asan-globals-live-support=1 -asan-use-odr-indicator=0 -S | FileCheck %s --check-prefixes=CHECK,NOCOMDAT
/llvm-project/mlir/include/mlir/Dialect/Bufferization/IR/
H A DBufferDeallocationOpInterface.h54 Ownership(Value indicator);
59 static Ownership getUnique(Value indicator);
89 Value indicator; variable
H A DBufferDeallocationOpInterface.td46 to materialize an ownership indicator value for the given MemRef typed
55 ownership indicator when needed, it should be implemented using this
/llvm-project/llvm/test/YAMLParser/
H A Dspec-09-18.test9 - >1 # Indentation indicator
11 - |+ # Chomping indicator
/llvm-project/mlir/lib/Analysis/Presburger/
H A DBarvinok.cpp333 SmallVector<int> indicator(numIneqs); in computePolytopeGeneratingFunction() local
335 indicator[i] = 1; in computePolytopeGeneratingFunction()
340 auto [subset, remainder] = poly.getInequalities().splitByBitset(indicator); in computePolytopeGeneratingFunction()
436 } while (std::next_permutation(indicator.begin(), indicator.end())); in computePolytopeGeneratingFunction()
H A DMatrix.cpp414 /// We iterate over the `indicator` bitset, checking each bit. If a bit is 1, in splitByBitset()
418 Matrix<T>::splitByBitset(ArrayRef<int> indicator) { in splitByBitset()
421 if (indicator[i] == 1) in splitByBitset()
412 splitByBitset(ArrayRef<int> indicator) splitByBitset() argument
/llvm-project/llvm/test/CodeGen/M68k/
H A Dlit.local.cfg14 "--byte-indicator --hex-width=2",
/llvm-project/llvm/test/Object/ARM/
H A Dsymbol-addr.ll7 ; indicator bit.
/llvm-project/libcxx/modules/std/
H A Dstop_token.inc18 // no-shared-stop-state indicator
H A Doptional.inc14 // [optional.nullopt], no-value state indicator
/llvm-project/libcxx/include/
H A Dstop_token22 // no-shared-stop-state indicator
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform.h1002 const uptr indicator = 0x0e0000000000ull; in Apply() local
1003 const uptr ind_lsb = 1ull << LeastSignificantSetBitIndex(indicator); in Apply()
1010 if ((addr & indicator) == (p & indicator)) in Apply()
/llvm-project/clang-tools-extra/clangd/support/
H A DLogger.cpp57 Logs << llvm::formatv("{0}[{1:%H:%M:%S.%L}] {2}\n", indicator(Level), in log()
H A DLogger.h29 static char indicator(Level L) { return "DVIE"[L]; } in indicator() function
/llvm-project/lldb/test/Shell/ScriptInterpreter/Python/Crashlog/Inputs/
H A Dno_threadState.ips35 …"termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","by…
H A Da.out.ips35 …"termination" : {"flags":0,"code":11,"namespace":"SIGNAL","indicator":"Segmentation fault: 11","by…
/llvm-project/llvm/test/DebugInfo/X86/
H A Ddwarfdump-bogus-LNE.s79 .byte 0 # Extended opcode indicator.
/llvm-project/mlir/include/mlir/Analysis/Presburger/
H A DMatrix.h208 std::pair<Matrix<T>, Matrix<T>> splitByBitset(ArrayRef<int> indicator);
/llvm-project/mlir/docs/
H A DOwnershipBasedBufferDeallocation.md84 deallocates all given buffers if the respective ownership indicator is set and
234 indicator, but not for entry blocks, where the function boundary ABI
288 // the materialized ownership indicator of %select is needed, either a clone
333 // The terminator is modified to pass along the ownership indicator values
504 new ownership indicator for the retained values, but does not perform the
/llvm-project/mlir/test/Dialect/Bufferization/Transforms/OwnershipBasedBufferDeallocation/
H A Ddealloc-memoryeffect-interface.mlir74 // Test Case: The ownership indicator is set to false for alloca
/llvm-project/mlir/include/mlir/IR/
H A DBuiltinTypeInterfaces.td75 but indicator types such as `void` or `unit` should not.

12