/external/valgrind/memcheck/tests/ |
D | origin1-yes.stderr.exp | 2 Undef 1 of 8 (stack, 32 bit) 9 Undef 2 of 8 (stack, 32 bit) 16 Undef 3 of 8 (stack, 64 bit) 23 Undef 4 of 8 (mallocd, 32-bit) 31 Undef 5 of 8 (realloc) 39 Undef 6 of 8 (MALLOCLIKE_BLOCK) 46 Undef 7 of 8 (brk) 50 Undef 8 of 8 (MAKE_MEM_UNDEFINED)
|
D | origin3-no.stderr.exp | 2 Undef 1 of 8 (8 bit undef) 12 Undef 2 of 8 (8 bits of 32 undef) 20 Undef 3 of 8 (32 bit undef) 30 Undef 4 of 8 (32 bit undef, unaligned) 40 Undef 5 of 8 (32 bit undef, modified) 50 Undef 6 of 8 (32 bit undef, unaligned, strange, #1) 59 Undef 7 of 8 (32 bit undef, unaligned, strange, #2) 68 Undef 8 of 8 (32 bit undef, unaligned, strange, #3)
|
D | origin2-not-quite.stderr.exp | 2 Undef 1 of 3 (64-bit FP) 12 Undef 2 of 3 (32-bit FP) 22 Undef 3 of 3 (int)
|
/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/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/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 34 Undef = 0x20, enumerator 66 flags & RegState::Undef, 259 return B ? RegState::Undef : 0; in getUndefRegState()
|
/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()
|
D | RewriteStatepointsForGC.cpp | 850 UndefValue *Undef = UndefValue::get(SI->getType()); in findBasePointer() local 852 return SelectInst::Create(SI->getCondition(), Undef, Undef, Name, SI); in findBasePointer() 854 UndefValue *Undef = UndefValue::get(EE->getVectorOperand()->getType()); in findBasePointer() local 856 return ExtractElementInst::Create(Undef, EE->getIndexOperand(), Name, in findBasePointer()
|
/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/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()
|
D | X86FixupBWInsts.cpp | 265 .addReg(NewSrcReg, RegState::Undef) in tryReplaceCopy()
|
/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()
|
D | InstCombinePHI.cpp | 786 Value *Undef = UndefValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local 788 ReplaceInstUsesWith(*PHIsToSlice[i], Undef); in SliceUpIllegalIntegerPHI() 789 return ReplaceInstUsesWith(FirstPhi, Undef); in SliceUpIllegalIntegerPHI()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SILowerControlFlow.cpp | 237 .addReg(AMDGPU::VGPR0, RegState::Undef) in skipIfDead() 238 .addReg(AMDGPU::VGPR0, RegState::Undef) in skipIfDead() 239 .addReg(AMDGPU::VGPR0, RegState::Undef) in skipIfDead() 240 .addReg(AMDGPU::VGPR0, RegState::Undef); in skipIfDead()
|
/external/llvm/test/MC/MachO/ARM/ |
D | darwin-Thumb-reloc.s | 103 @ CHECK: Type: Undef (0x0)
|
D | darwin-ARM-reloc.s | 141 @ CHECK: Type: Undef (0x0)
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 858 Value *Undef = UndefValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local 860 replaceInstUsesWith(*PHIsToSlice[i], Undef); in SliceUpIllegalIntegerPHI() 861 return replaceInstUsesWith(FirstPhi, Undef); in SliceUpIllegalIntegerPHI()
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVOpCodeEnum.h | 2 _SPIRV_OP(Undef, 1)
|
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/ |
D | vzip.ll | 77 ; Undef shuffle indices should not prevent matching to VZIP:
|
D | vuzp.ll | 77 ; Undef shuffle indices should not prevent matching to VUZP:
|