Searched refs:redef (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/llvm/test/tools/llvm-reduce/mir/ |
| H A D | reduce-register-defs.mir | 56 # RESULT0: %redef:vgpr_32 = IMPLICIT_DEF 57 # RESULT0-NOT: %redef:vgpr_32 = IMPLICIT_DEF 67 S_NOP 1, implicit-def %redef:vgpr_32, implicit-def %redef:vgpr_32 68 S_NOP 2, implicit %redef 95 # RESULT0: %redef.sub0:vreg_64 = IMPLICIT_DEF 106 S_NOP 3, implicit-def %redef.sub0:vreg_64, implicit-def %redef.sub1:vreg_64 107 S_NOP 4, implicit %redef 113 # RESULT0-NOT: implicit-def %redef 115 # RESULT0-NOT: implicit-def %redef 125 S_NOP 3, implicit-def %redef.sub0:vreg_64, implicit-def %redef.sub0:vreg_64 [all …]
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | tentative-decls.c | 47 int redef[10]; variable 48 int redef[]; // expected-note {{previous definition is here}} variable 49 int redef[11]; // expected-error{{redefinition of 'redef'}} variable
|
| H A D | attr-target-mv.c | 43 int __attribute__((target("sse4.2"))) redef(void) { return 1; } in redef() function 44 int __attribute__((target("arch=ivybridge"))) redef(void) { return 1; } in redef() function 45 int __attribute__((target("arch=sandybridge"))) redef(void) { return 2; } in redef() function 48 int __attribute__((target("arch=sandybridge"))) redef(void) { return 2; } in redef() function
|
| H A D | attr-cpuspecific.c | 68 int __attribute__((cpu_specific(atom))) redef(void) { return 1; } in redef() function 71 int __attribute__((cpu_specific(atom))) redef(void) { return 2; } in redef() function
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | ms-align-tentative.c | 13 int __declspec(align(16)) redef; variable 14 int __declspec(align(32)) redef = 8; variable
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-ml/ |
| H A D | command_line_defines_errors.asm | 6 test1 textequ <redef>
|
| H A D | command_line_defines.asm | 44 test5 textequ <redef>
|
| /llvm-project-15.0.7/clang/test/Modules/Inputs/submodules-merge-defs/ |
| H A D | module.modulemap | 8 module "redef" {
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | 2010-06-29-PartialRedefFastAlloc.ll | 11 ; redef, it cannot also get %Q0.
|
| H A D | subreg-remat.ll | 30 ; On the other hand, when the partial redef doesn't read the full register
|
| H A D | 2011-11-14-EarlyClobber.ll | 14 ; This tests that shrinkToUses handles the EC redef correctly.
|
| /llvm-project-15.0.7/mlir/test/IR/ |
| H A D | invalid.mlir | 130 func.func @redef() { 317 func.func private @redef() // expected-note {{see existing symbol definition here}} 318 func.func private @redef() // expected-error {{redefinition of symbol named 'redef'}}
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaExprMember.cpp | 1197 QualType redef; in ShouldTryAgainWithRedefinitionType() local 1199 redef = S.Context.getObjCIdRedefinitionType(); in ShouldTryAgainWithRedefinitionType() 1201 redef = S.Context.getObjCClassRedefinitionType(); in ShouldTryAgainWithRedefinitionType() 1208 opty = redef->getAs<ObjCObjectPointerType>(); in ShouldTryAgainWithRedefinitionType() 1212 base = S.ImpCastExprToType(base.get(), redef, CK_BitCast); in ShouldTryAgainWithRedefinitionType()
|