Home
last modified time | relevance | path

Searched refs:Equivalent (Results 1 – 25 of 54) sorted by relevance

123

/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dhfa-in-contiguous-registers.ll9 ; Equivalent C code:
28 ; Equivalent C code:
45 ; Equivalent C code:
63 ; Equivalent C code:
79 ; Equivalent C code:
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dmissing-namespace-qualifier-typo-corrections.cpp103 …bool Equivalent(const Message&, const Message&); // expected-note {{'extra::util::MessageUtils::Eq…
111 …return util::MessageUtils::Equivalent(a, b); // expected-error {{no member named 'Equivalent' in n… in nstest()
118 …return MessageUtils::Equivalent(a, b); // expected-error {{no member named 'Equivalent' in namespa… in nstest()
/llvm-project-15.0.7/llvm/docs/CommandGuide/
H A Dllvm-size.rst28 Equivalent to :option:`--format` with a value of ``sysv``.
36 Equivalent to :option:`--format` with a value of ``berkeley``.
46 Equivalent to :option:`--radix` with a value of ``10``.
130 Equivalent to :option:`--format` with a value of ``darwin``.
134 Equivalent to :option:`--radix` with a value of ``8``.
179 Equivalent to :option:`--radix` with a value of ``16``.
H A Dllvm-readelf.rst25 Equivalent to specifying all the main display options relevant to the file
107 Equivalent to setting: :option:`--file-header`, :option:`--program-headers`,
H A Dllvm-readobj.rst52 Equivalent to specifying all the main display options relevant to the file
70 Equivalent to setting: :option:`--file-header`, :option:`--program-headers`,
H A Dllvm-objcopy.rst238 Character Meaning Equivalent
442 Equivalent to running :program:`llvm-objcopy` with :option:`--extract-dwo` and
463 Equivalent to :option:`--input-target` and :option:`--output-target` for the
H A Dllvm-strip.rst121 Character Meaning Equivalent
/llvm-project-15.0.7/clang/tools/clang-fuzzer/dictionary/
H A Ddictionary.c40 #define CXX_KEYWORD_OPERATOR(Name, Equivalent) emit(#Name, #Name); in main() argument
42 #define ALIAS(Spelling, Equivalent, Criteria) emit(Spelling, Spelling); in main() argument
/llvm-project-15.0.7/clang/include/clang/AST/
H A DComparisonCategories.h68 Equivalent, enumerator
154 return CCR::Equivalent; in makeWeakResult()
/llvm-project-15.0.7/clang/lib/AST/
H A DComparisonCategories.cpp189 case CCVT::Equivalent: in getResultString()
208 Values.push_back(IsStrong ? CCR::Equal : CCR::Equivalent); in getPossibleResultsForType()
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/Transforms/
H A DBufferizableOpInterfaceImpl.cpp47 return BufferRelation::Equivalent; in bufferRelation()
107 return BufferRelation::Equivalent; in bufferRelation()
231 return BufferRelation::Equivalent; in bufferRelation()
549 return BufferRelation::Equivalent; in bufferRelation()
688 return BufferRelation::Equivalent; in bufferRelation()
796 return BufferRelation::Equivalent; in bufferRelation()
843 return BufferRelation::Equivalent; in bufferRelation()
/llvm-project-15.0.7/llvm/utils/gn/build/
H A Dbuildflags.gni2 # Build for debugging. Equivalent to is_optimized=false symbol_level=2.
/llvm-project-15.0.7/mlir/lib/Dialect/SCF/Transforms/
H A DBufferizableOpInterfaceImpl.cpp110 return BufferRelation::Equivalent; in bufferRelation()
236 return equivalentYields ? BufferRelation::Equivalent : BufferRelation::None; in bufferRelation()
410 return equivalentYield ? BufferRelation::Equivalent : BufferRelation::None; in bufferRelation()
546 if (bufferRelation(op, opResult, state) != BufferRelation::Equivalent) in verifyAnalysis()
615 return equivCondition && equivYield ? BufferRelation::Equivalent in bufferRelation()
959 return BufferRelation::Equivalent; in bufferRelation()
/llvm-project-15.0.7/mlir/lib/Dialect/SparseTensor/Transforms/
H A DBufferizableOpInterfaceImpl.cpp79 return BufferRelation::Equivalent; in bufferRelation()
/llvm-project-15.0.7/clang/docs/
H A DAPINotes.rst148 Equivalent to ``NS_SWIFT_NAME``. For a method, must include the full Swift name
175 Equivalent to NS_REFINED_FOR_SWIFT.
334 Used only for block parameters. Equivalent to ``NS_NOESCAPE``.
357 Used for init methods. Equivalent to ``NS_DESIGNATED_INITIALIZER``.
H A DMatrixTypes.rst217 **Effects**: Equivalent to:
258 **Effects**: Equivalent to:
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/abseil/
H A Dduration-division.rst16 int64 sec2 = absl::ToInt64Seconds(d); // Equivalent to division.
/llvm-project-15.0.7/mlir/lib/Dialect/Vector/Transforms/
H A DBufferizableOpInterfaceImpl.cpp92 return BufferRelation::Equivalent; in bufferRelation()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DBufferizableOpInterfaceImpl.cpp126 return BufferRelation::Equivalent; in bufferRelation()
/llvm-project-15.0.7/mlir/lib/Dialect/Shape/Transforms/
H A DBufferizableOpInterfaceImpl.cpp95 return BufferRelation::Equivalent; in bufferRelation()
/llvm-project-15.0.7/mlir/test/mlir-cpu-runner/
H A Dx86-varargs.mlir16 // Equivalent C code:
/llvm-project-15.0.7/mlir/lib/Dialect/Arithmetic/Transforms/
H A DBufferizableOpInterfaceImpl.cpp84 return BufferRelation::Equivalent; in bufferRelation()
/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DOpts.td17 def all : FF<"all", "Equivalent to setting: --file-header, --program-headers, --section-headers, "
29 def headers : FF<"headers", "Equivalent to setting: --file-header, --program-headers, --section-hea…
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.h320 Equivalent enumerator
/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrControl.td101 // Equivalent to RETURN, for use at the end of a function when wasm

123