/external/clang/test/SemaCXX/ |
D | qualified-id-lookup.cpp | 100 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()
|
/external/llvm/unittests/IR/ |
D | AsmWriterTest.cpp | 26 auto Undef = UndefValue::get(Ty); in TEST() local 27 std::unique_ptr<BinaryOperator> Add(BinaryOperator::CreateAdd(Undef, Undef)); in TEST()
|
D | ConstantsTest.cpp | 31 Constant* Undef = UndefValue::get(Int1); in TEST() local 59 EXPECT_EQ(Undef, ConstantExpr::getShl(One, One)); in TEST() 67 EXPECT_EQ(Undef, ConstantExpr::getLShr(One, One)); in TEST() 71 EXPECT_EQ(Undef, ConstantExpr::getAShr(One, One)); in TEST()
|
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | ConstantsTest.cpp | 24 Constant* Undef = UndefValue::get(Int1); in TEST() local 52 EXPECT_EQ(Undef, ConstantExpr::getShl(One, One)); in TEST() 60 EXPECT_EQ(Undef, ConstantExpr::getLShr(One, One)); in TEST() 64 EXPECT_EQ(Undef, ConstantExpr::getAShr(One, One)); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | AsmWriterTest.cpp | 28 auto Undef = UndefValue::get(Ty); in TEST() local 29 std::unique_ptr<BinaryOperator> Add(BinaryOperator::CreateAdd(Undef, Undef)); in TEST()
|
D | ConstantsTest.cpp | 31 Constant* Undef = UndefValue::get(Int1); in TEST() local 59 EXPECT_EQ(Undef, ConstantExpr::getShl(One, One)); in TEST() 67 EXPECT_EQ(Undef, ConstantExpr::getLShr(One, One)); in TEST() 71 EXPECT_EQ(Undef, ConstantExpr::getAShr(One, One)); in TEST()
|
/external/llvm/test/CodeGen/X86/ |
D | shuffle-combine-crash.ll | 5 ; (shuffle (shuffle A, Undef, M0), Undef, M1) -> (shuffle A, Undef, M2)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | shuffle-combine-crash.ll | 5 ; (shuffle (shuffle A, Undef, M0), Undef, M1) -> (shuffle A, Undef, M2)
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | ShadowCallStack.cpp | 101 .addReg(OffsetReg, RegState::Undef) in addProlog() 102 .addReg(OffsetReg, RegState::Undef); in addProlog() 133 .addReg(X86::R11, RegState::Undef) in addEpilog() 134 .addReg(X86::R11, RegState::Undef); in addEpilog() 174 .addReg(X86::R10, RegState::Undef) in addEpilogOnlyR10() 175 .addReg(X86::R10, RegState::Undef); in addEpilogOnlyR10()
|
D | X86WinAllocaExpander.cpp | 223 .addReg(RegA, RegState::Undef); in lower() 235 .addReg(RegA, RegState::Undef); in lower()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | BranchProbabilityInfoTest.cpp | 73 auto *Undef = UndefValue::get(I32); in TEST_F() local 74 auto *Switch = SwitchInst::Create(Undef, ExitBB, NumCases, EntryBB); in TEST_F()
|
/external/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 588 Value *Undef = UndefValue::get(Phi.getType()); in addPhiValues() local 589 Phi.addIncoming(Undef, From); in addPhiValues() 609 Value *Undef = UndefValue::get(Phi->getType()); in setPhiValues() local 611 Updater.AddAvailableValue(&Func->getEntryBlock(), Undef); in setPhiValues() 612 Updater.AddAvailableValue(To, Undef); in setPhiValues() 623 Updater.AddAvailableValue(Dominator.getResult(), Undef); in setPhiValues() 912 Value *Undef = UndefValue::get(II->getType()); in rebuildSSA() local 914 Updater.AddAvailableValue(&Func->getEntryBlock(), Undef); in rebuildSSA()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 591 Value *Undef = UndefValue::get(Phi.getType()); in addPhiValues() local 592 Phi.addIncoming(Undef, From); in addPhiValues() 610 Value *Undef = UndefValue::get(Phi->getType()); in setPhiValues() local 612 Updater.AddAvailableValue(&Func->getEntryBlock(), Undef); in setPhiValues() 613 Updater.AddAvailableValue(To, Undef); in setPhiValues() 623 Updater.AddAvailableValue(Dominator.result(), Undef); in setPhiValues() 905 Value *Undef = UndefValue::get(I.getType()); in rebuildSSA() local 907 Updater.AddAvailableValue(&Func->getEntryBlock(), Undef); in rebuildSSA()
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 34 Undef = 0x20, enumerator 66 flags & RegState::Undef, 259 return B ? RegState::Undef : 0; in getUndefRegState()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIInsertSkips.cpp | 169 .addReg(AMDGPU::VGPR0, RegState::Undef) in skipIfDead() 170 .addReg(AMDGPU::VGPR0, RegState::Undef) in skipIfDead() 171 .addReg(AMDGPU::VGPR0, RegState::Undef) in skipIfDead() 172 .addReg(AMDGPU::VGPR0, RegState::Undef) in skipIfDead()
|
D | AMDGPUInstructionSelector.cpp | 265 unsigned Undef = MRI.createVirtualRegister(&AMDGPU::VGPR_32RegClass); in selectG_INTRINSIC_W_SIDE_EFFECTS() local 269 BuildMI(*BB, &I, DL, TII.get(AMDGPU::IMPLICIT_DEF), Undef); in selectG_INTRINSIC_W_SIDE_EFFECTS() 270 MachineInstr *Exp = buildEXP(TII, &I, Tgt, Reg0, Reg1, Undef, Undef, VM, in selectG_INTRINSIC_W_SIDE_EFFECTS()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.functionCall.frag.out | 108 47: 6(float) Undef 122 55: 6(float) Undef
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 37 Undef = 0x20, enumerator 41 DefineNoRead = Define | Undef, 78 flags & RegState::Undef, 385 return B ? RegState::Undef : 0; in getUndefRegState()
|
/external/swiftshader/third_party/LLVM/test/Other/ |
D | lint.ll | 20 ; CHECK: Undef pointer dereference 22 ; CHECK: Undef pointer dereference 147 ; CHECK: Undefined behavior: Undef pointer dereference
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 49 Undef = 0x20, enumerator 54 DefineNoRead = Define | Undef, 93 flags & RegState::Undef, 466 return B ? RegState::Undef : 0; in getUndefRegState()
|
/external/llvm/test/Other/ |
D | lint.ll | 23 ; CHECK: Undef pointer dereference 25 ; CHECK: Undef pointer dereference 168 ; CHECK: Undefined behavior: Undef pointer dereference
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | lint.ll | 23 ; CHECK: Undef pointer dereference 25 ; CHECK: Undef pointer dereference 168 ; CHECK: Undefined behavior: Undef pointer dereference
|
/external/llvm/lib/Target/X86/ |
D | X86WinAllocaExpander.cpp | 222 .addReg(RegA, RegState::Undef); in lower() 233 .addReg(RegA, RegState::Undef); in lower()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/ |
D | Coroutines.cpp | 305 auto *Undef = UndefValue::get(Type::getInt8PtrTy(F.getContext())); in buildFrom() local 307 CF->replaceAllUsesWith(Undef); in buildFrom()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 827 Constant *Undef = UndefValue::get(EltTy); in SimplifyDemandedVectorElts() local 832 Elts.push_back(Undef); in SimplifyDemandedVectorElts() 835 Elts.push_back(Undef); in SimplifyDemandedVectorElts() 857 Constant *Undef = UndefValue::get(EltTy); in SimplifyDemandedVectorElts() local 860 Constant *Elt = DemandedElts[i] ? Zero : Undef; in SimplifyDemandedVectorElts()
|