Home
last modified time | relevance | path

Searched refs:normalized (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp44 llvm::SmallString<64> normalized(other); in IsMainFile() local
45 llvm::sys::path::native(normalized); in IsMainFile()
46 return main.equals_insensitive(normalized); in IsMainFile()
/llvm-project-15.0.7/clang/test/ExtractAPI/
H A Dobjc_protocol.m10 // RUN: %t/output.json >> %t/output-normalized.json
11 // RUN: diff %t/reference.output.json %t/output-normalized.json
H A Drelative_include.m29 // RUN: %t/output.json >> %t/output-normalized.json
30 // RUN: diff %t/reference.output.json %t/output-normalized.json
H A Dobjc_category.m10 // RUN: %t/output.json >> %t/output-normalized.json
11 // RUN: diff %t/reference.output.json %t/output-normalized.json
H A Dobjc_interface.m10 // RUN: %t/output.json >> %t/output-normalized.json
11 // RUN: diff %t/reference.output.json %t/output-normalized.json
/llvm-project-15.0.7/third-party/benchmark/cmake/
H A DGetGitVersion.cmake52 message(STATUS "git version: ${GIT_DESCRIBE_VERSION} normalized to ${GIT_VERSION}")
/llvm-project-15.0.7/llvm/test/tools/llvm-config/
H A Dbooleans.test1 # Check whether boolean options are consistently normalized to ON/OFF.
/llvm-project-15.0.7/llvm/test/CodeGen/MIR/X86/
H A Dauto-successor.mir54 successors: %bb.1(3), %bb.3(1) ; branch probabilities not normalized
/llvm-project-15.0.7/mlir/test/Transforms/
H A Dnormalize-memrefs-ops-dynamic.mlir101 // This is not normalized since this is not tiled-layout map. No mod and floordiv.
132 // This is not normalized since this is not tiled-layout map. No floordiv.
163 // This is not normalized since this is not tiled-layout map. RHS of floordiv is different from tha…
194 // This is not normalized since this is not tiled-layout map. Multiple mod with the same LHS and RH…
225 // This is not normalized since this is not tiled-layout map. floordiv and mod with the same LHS an…
H A Dnormalize-memrefs.mlir4 // are normalized to trivial (identity) layouts.
/llvm-project-15.0.7/llvm/docs/
H A DYamlIO.rst117 If your native data structure happens to be a struct that is already normalized,
609 normalized values as fields. To help with this, there is
612 a local variable in your mapping() method which contains the normalized keys.
624 but you've decided the normalized YAML for should be in x,y coordinates. That
682 In some cases, the normalized class may be a subclass of the native type and
684 normalized instance is stack allocated. In these cases, the utility template
686 MappingNormalization<> except that it heap allocates the normalized object
687 when reading YAML. It never destroys the normalized object. The denormalize()
H A DAMDGPUModifierSyntax.rst432 Specifies whether the address is normalized or not (the address is normalized by default).
/llvm-project-15.0.7/llvm/test/Transforms/LoopStrengthReduce/X86/
H A Dpr17473.ll7 ; expression. In this testcase, the normalized expression was denormalized to
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dlsr-normalization.ll8 ; loop. The expression should be properly normalized and simplified,
/llvm-project-15.0.7/libc/benchmarks/automemcpy/
H A DREADME.md90 …3. For each distribution, give a normalized score to each function (e.g. For distribution `A`, fun…
/llvm-project-15.0.7/mlir/include/mlir/Dialect/MemRef/Transforms/
H A DPasses.td55 functions where all memref types can be normalized. If a function
/llvm-project-15.0.7/mlir/docs/
H A DTraits.md293 type where those references can be 'normalized'. In cases where an associated
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DBuiltinTypes.td525 a normalized memref descriptor when lowering to LLVM.
H A DOpBase.td1791 // Op can be safely normalized in the presence of MemRefs with
/llvm-project-15.0.7/third-party/benchmark/docs/
H A Duser_guide.md455 running time and the normalized root-mean square error of string comparison.
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc67 // it an absolute normalized path prefixed by '\\?\'.
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DRationale.md730 necessary such a domain schedule representation can be normalized to
/llvm-project-15.0.7/clang/docs/
H A DClangCommandLineReference.rst608 Print the normalized target triple
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td4067 HelpText<"Print the normalized target triple">, Flags<[FlangOption]>;