Home
last modified time | relevance | path

Searched refs:redef (Results 1 – 13 of 13) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-reduce/mir/
H A Dreduce-register-defs.mir56 # 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 Dtentative-decls.c47 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 Dattr-target-mv.c43 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 Dattr-cpuspecific.c68 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 Dms-align-tentative.c13 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 Dcommand_line_defines_errors.asm6 test1 textequ <redef>
H A Dcommand_line_defines.asm44 test5 textequ <redef>
/llvm-project-15.0.7/clang/test/Modules/Inputs/submodules-merge-defs/
H A Dmodule.modulemap8 module "redef" {
/llvm-project-15.0.7/llvm/test/CodeGen/ARM/
H A D2010-06-29-PartialRedefFastAlloc.ll11 ; redef, it cannot also get %Q0.
H A Dsubreg-remat.ll30 ; On the other hand, when the partial redef doesn't read the full register
H A D2011-11-14-EarlyClobber.ll14 ; This tests that shrinkToUses handles the EC redef correctly.
/llvm-project-15.0.7/mlir/test/IR/
H A Dinvalid.mlir130 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 DSemaExprMember.cpp1197 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()