Home
last modified time | relevance | path

Searched refs:Different (Results 1 – 25 of 88) sorted by relevance

1234

/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Duse-emplace-ignore-implicit-constructors.cpp77 Something Different; in test_Something() local
78 v.push_back(Something(Different.getInt(), 42)); in test_Something()
82 v.push_back(Different.getInt()); in test_Something()
H A Duse-emplace.cpp370 Something Different; in test_Something() local
371 v.push_back(Something(Different.getInt(), 42)); in test_Something()
375 v.push_back(Different.getInt()); in test_Something()
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dcfi-inserter-verify-inconsistent-loc.mir13 # CHECK: Different saved locations for the same CSR
/llvm-project-15.0.7/llvm/test/Transforms/OpenMP/
H A Drtf_type_checking.ll43 ; Different argument type than the expected.
49 ; Different return type.
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/
H A Dobj-globalhash.test27 ; int***. Different local hashes, since the referent type (int**) is not at the
35 ; arg list (char**, int***). Different local hashes, since the parameter types
/llvm-project-15.0.7/llvm/test/CodeGen/Generic/MIRDebugify/
H A Dcheck-line-and-variables.ll26 ; Different Back-Ends may have different number of passes, here we only
/llvm-project-15.0.7/llvm/test/Analysis/BasicAA/
H A Ddereferenceable.ll93 ; Different result than above (see @global_and_deref_arg_2).
140 ; Different result than above (see @local_and_deref_ret_2).
/llvm-project-15.0.7/clang/test/Driver/
H A Dhip-cuid-hash.hip18 // Different CUID's are generated for the same file with different options.
/llvm-project-15.0.7/llvm/test/Transforms/MergeFunc/
H A Dshufflevector.ll19 ; Different mask than test1, don't merge.
/llvm-project-15.0.7/llvm/test/Object/X86/
H A Dirsymtab.ll7 ; Different producer, requires upgrade.
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dglobal_alias.ll18 ; /// Different objects, positive induction, constant distance
66 ; /// Different objects, positive induction with widening slide
115 ; /// Different objects, positive induction with shortening slide
218 ; /// Different objects, positive induction, multi-array
331 ; /// Different objects, negative induction, constant distance
382 ; /// Different objects, negative induction, shortening slide
434 ; /// Different objects, negative induction, widening slide
546 ; /// Different objects, negative induction, multi-array
772 ; /// Different objects, swapped induction, alias at the end
822 ; /// Different objects, swapped induction, alias at the beginning
/llvm-project-15.0.7/lld/test/ELF/
H A Dinvalid-linkerscript.test1 ## Different "echo" commands on Windows interpret quoted strings and
/llvm-project-15.0.7/llvm/test/Feature/
H A Dconstexpr.ll21 @t6 = global i32*** @t4 ;; Different ref. to a previous cast
/llvm-project-15.0.7/clang/test/Modules/
H A Dresolution-change.m9 // Different -W options are ok
H A Dredecl-ivars.m88 // Different ivars with the same name aren't mergeable and constitute an error.
/llvm-project-15.0.7/llvm/test/CodeGen/AMDGPU/
H A Dsubreg-undef-def-with-other-subreg-defs.mir53 # Different operand order
H A Dupdate-lds-alignment.ll7 ; Different properly aligned values, but same size of 1.
61 ; Different properly aligned values, but same size of 1.
H A Dv_cndmask.ll330 ; Different types compared vs. selected
354 ; Different types compared vs. selected
376 ; Different types compared vs. selected
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/AArch64/
H A Dsve-intrinsic-fmul-idempotency.ll39 ; Different argument order to the above tests.
97 ; Different predicates
H A Dsve-intrinsic-mul-idempotency.ll39 ; Different argument order to the above tests.
97 ; Different predicates
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/
H A Dmisched-fusion-arith-logic.mir95 ; Different register sizes.
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A Dfast-isel.ll148 ; loads. Different platforms will select different approaches.
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h1543 const bool Different = DT.compare(FreshTree); in IsSameAsFreshTree() local
1545 if (Different) { in IsSameAsFreshTree()
1555 return !Different; in IsSameAsFreshTree()
/llvm-project-15.0.7/third-party/benchmark/docs/
H A DAssemblyTests.md78 inherently non-portable. Different compilers and even different compiler
/llvm-project-15.0.7/llvm/test/Transforms/InstCombine/
H A Dmasked-merge-xor.ll372 ; Different mask is used
389 ; Different const mask is used

1234