Home
last modified time | relevance | path

Searched refs:Undef (Results 1 – 25 of 155) sorted by relevance

1234567

/llvm-project-15.0.7/mlir/test/Target/SPIRV/
H A Dundef.mlir5 // CHECK: {{%.*}} = spv.Undef : f32
6 // CHECK-NEXT: {{%.*}} = spv.Undef : f32
7 %0 = spv.Undef : f32
8 %1 = spv.Undef : f32
10 // CHECK: {{%.*}} = spv.Undef : vector<4xi32>
11 %3 = spv.Undef : vector<4xi32>
13 // CHECK: {{%.*}} = spv.Undef : !spv.array<4 x !spv.array<4 x i32>>
14 %5 = spv.Undef : !spv.array<4x!spv.array<4xi32>>
16 // CHECK: {{%.*}} = spv.Undef : !spv.ptr<!spv.struct<(f32)>, StorageBuffer>
17 %7 = spv.Undef : !spv.ptr<!spv.struct<(f32)>, StorageBuffer>
[all …]
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/IR/
H A Dmisc-ops.mlir4 // spv.Undef
8 // CHECK: %{{.*}} = spv.Undef : f32
9 %0 = spv.Undef : f32
10 // CHECK: %{{.*}} = spv.Undef : vector<4xf32>
11 %1 = spv.Undef : vector<4xf32>
19 %0 = spv.Undef :
27 %0 = spv.Undef
/llvm-project-15.0.7/llvm/test/Transforms/InstSimplify/ConstProp/
H A Dfunnel-shift.ll84 ; Undef handling
198 ; Undef/Undef/Undef; 1/2/Undef; Undef/Undef/3; Undef/1/0
207 ; 1/Undef/8; Undef/-1/2; -1/Undef/2; 7/8/4
216 ; Undef/Undef/Undef; 1/2/Undef; Undef/Undef/3; Undef/1/0
225 ; 1/Undef/8; Undef/-1/2; -1/Undef/2; 7/8/4
/llvm-project-15.0.7/clang/test/SemaCXX/
H A Dqualified-id-lookup.cpp100 struct Undef { // expected-note{{definition of 'Undef' is not complete until the closing '}'}} struct
103 Undef::type member; argument
105 …static int size = sizeof(Undef); // expected-error{{invalid application of 'sizeof' to an incomple… argument
110 int Undef::f() { in f()
111 return sizeof(Undef); in f()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/SPIRV/IR/
H A DSPIRVMiscOps.td59 def SPV_UndefOp : SPV_Op<"Undef", [NoSideEffect]> {
72 undef-op ::= `spv.Undef` `:` spirv-type
78 %0 = spv.Undef : f32
79 %1 = spv.Undef : !spv.struct<!spv.array<4 x vector<4xi32>>>
/llvm-project-15.0.7/mlir/test/Dialect/SPIRV/Transforms/
H A Drewrite-inserts.mlir5 %0 = spv.Undef : vector<3xf32>
11 %4 = spv.Undef : !spv.array<4xf32>
18 %9 = spv.Undef : !spv.struct<(f32, i32, f32)>
24 %13 = spv.Undef : !spv.struct<(f32, !spv.array<3xf32>)>
/llvm-project-15.0.7/llvm/unittests/IR/
H A DAsmWriterTest.cpp27 auto Undef = UndefValue::get(Ty); in TEST() local
28 std::unique_ptr<BinaryOperator> Add(BinaryOperator::CreateAdd(Undef, Undef)); in TEST()
/llvm-project-15.0.7/polly/unittests/DeLICM/
H A DDeLICMTest.cpp37 isl::union_set &Undef) { in completeLifetime() argument
40 if (!Undef.is_null() && Occupied.is_null()) { in completeLifetime()
42 Occupied = Universe.subtract(Undef); in completeLifetime()
60 if (Undef.is_null()) { in completeLifetime()
62 Undef = Universe.subtract(Occupied); in completeLifetime()
71 assert(!Undef.is_null()); in completeLifetime()
/llvm-project-15.0.7/llvm/test/MachineVerifier/
H A Dundef-should-only-be-set-on-subreg-defs.mir9 ; CHECK: *** Bad machine code: Undef virtual register def operands require a subregister ***
12 ; CHECK: *** Bad machine code: Undef virtual register def operands require a subregister ***
H A Dgeneric-vreg-undef-use.mir4 # Undef uses are illegal for generic vregs.
/llvm-project-15.0.7/llvm/test/CodeGen/X86/
H A Dshuffle-combine-crash.ll6 ; (shuffle (shuffle A, Undef, M0), Undef, M1) -> (shuffle A, Undef, M2)
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DSILateBranchLowering.cpp91 .addReg(AMDGPU::VGPR0, RegState::Undef) in generateEndPgm()
92 .addReg(AMDGPU::VGPR0, RegState::Undef) in generateEndPgm()
93 .addReg(AMDGPU::VGPR0, RegState::Undef) in generateEndPgm()
94 .addReg(AMDGPU::VGPR0, RegState::Undef) in generateEndPgm()
/llvm-project-15.0.7/llvm/unittests/Analysis/
H A DBranchProbabilityInfoTest.cpp72 auto *Undef = UndefValue::get(I32); in TEST_F() local
73 auto *Switch = SwitchInst::Create(Undef, ExitBB, NumCases, EntryBB); in TEST_F()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DDuplicateIncludeCheck.cpp59 const MacroDirective *Undef) override;
103 const MacroDirective *Undef) { in MacroUndefined() argument
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.cpp269 const Token &, const MacroDefinition &, const MacroDirective *Undef) { in MacroUndefined() argument
270 if (Undef) in MacroUndefined()
271 parseToLocation(Undef->getLocation()); in MacroUndefined()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DStructurizeCFG.cpp629 Value *Undef = UndefValue::get(Phi.getType()); in addPhiValues() local
630 Phi.addIncoming(Undef, From); in addPhiValues()
649 Value *Undef = UndefValue::get(Phi->getType()); in setPhiValues() local
651 Updater.AddAvailableValue(&Func->getEntryBlock(), Undef); in setPhiValues()
652 Updater.AddAvailableValue(To, Undef); in setPhiValues()
662 Updater.AddAvailableValue(Dominator.result(), Undef); in setPhiValues()
959 Value *Undef = UndefValue::get(I.getType()); in rebuildSSA() local
961 Updater.AddAvailableValue(&Func->getEntryBlock(), Undef); in rebuildSSA()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/google/
H A DUpgradeGoogletestCaseCheck.cpp57 const MacroDirective *Undef) override { in MacroUndefined() argument
58 if (Undef != nullptr) in MacroUndefined()
59 macroUsed(MacroNameTok, MD, Undef->getLocation(), CheckAction::Warn); in MacroUndefined()
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DELFDump.cpp72 bool Undef = false; in getRelocationValueString() local
76 Undef = ERela->getSymbol(false) == 0; in getRelocationValueString()
79 Undef = ERel->getSymbol(false) == 0; in getRelocationValueString()
89 if (!Undef) { in getRelocationValueString()
/llvm-project-15.0.7/mlir/test/Conversion/SPIRVToLLVM/
H A Dmisc-ops-to-llvm.mlir138 // spv.Undef
144 %0 = spv.Undef : f32
151 %0 = spv.Undef : vector<2xi32>
/llvm-project-15.0.7/llvm/unittests/CodeGen/GlobalISel/
H A DPatternMatchTest.cpp667 Register Undef = B.buildUndef(s64).getReg(0); in TEST_F() local
677 EXPECT_FALSE(mi_match(Undef, *MRI, GFCstOrSplatGFCstMatch(FValReg))); in TEST_F()
684 auto ZeroUndef = B.buildBuildVector(v4s64, {FPZero, FPZero, FPZero, Undef}); in TEST_F()
690 auto UndefSplat = B.buildBuildVector(v4s64, {Undef, Undef, Undef, Undef}); in TEST_F()
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPPCallbacks.h318 const MacroDirective *Undef) { in MacroUndefined() argument
610 const MacroDirective *Undef) override { in MacroUndefined() argument
611 First->MacroUndefined(MacroNameTok, MD, Undef); in MacroUndefined()
612 Second->MacroUndefined(MacroNameTok, MD, Undef); in MacroUndefined()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h52 Undef = 0x20, enumerator
62 DefineNoRead = Define | Undef,
106 flags & RegState::Undef,
515 return B ? RegState::Undef : 0; in getUndefRegState()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dpostlegalizer-lowering-ext.mir147 ; Undef shuffle indices should not prevent matching G_EXT.
172 ; Undef shuffle indices should not prevent matching G_EXT.
197 ; Undef shuffle indices should not prevent matching G_EXT.
221 ; Undef shuffle indices should not prevent matching G_EXT.
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DMacroPPCallbacks.h116 const MacroDirective *Undef) override;
/llvm-project-15.0.7/lld/test/MachO/
H A Dsymtab.s14 # CHECK-NEXT: Type: Undef (0x0)
25 # CHECK-NEXT: Type: Undef (0x0)

1234567