Home
last modified time | relevance | path

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

1234

/external/valgrind/memcheck/tests/
Dorigin1-yes.stderr.exp2 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)
Dorigin3-no.stderr.exp2 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)
Dorigin2-not-quite.stderr.exp2 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/
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()
/external/llvm/unittests/IR/
DAsmWriterTest.cpp26 auto Undef = UndefValue::get(Ty); in TEST() local
27 std::unique_ptr<BinaryOperator> Add(BinaryOperator::CreateAdd(Undef, Undef)); in TEST()
DConstantsTest.cpp31 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/
DConstantsTest.cpp24 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/
Dshuffle-combine-crash.ll5 ; (shuffle (shuffle A, Undef, M0), Undef, M1) -> (shuffle A, Undef, M2)
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineInstrBuilder.h34 Undef = 0x20, enumerator
66 flags & RegState::Undef,
259 return B ? RegState::Undef : 0; in getUndefRegState()
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp588 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()
DRewriteStatepointsForGC.cpp850 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/
DMachineInstrBuilder.h37 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/
Dlint.ll20 ; CHECK: Undef pointer dereference
22 ; CHECK: Undef pointer dereference
147 ; CHECK: Undefined behavior: Undef pointer dereference
/external/llvm/test/Other/
Dlint.ll23 ; CHECK: Undef pointer dereference
25 ; CHECK: Undef pointer dereference
168 ; CHECK: Undefined behavior: Undef pointer dereference
/external/llvm/lib/Target/X86/
DX86WinAllocaExpander.cpp222 .addReg(RegA, RegState::Undef); in lower()
233 .addReg(RegA, RegState::Undef); in lower()
DX86FixupBWInsts.cpp265 .addReg(NewSrcReg, RegState::Undef) in tryReplaceCopy()
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp827 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()
DInstCombinePHI.cpp786 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/
DSILowerControlFlow.cpp237 .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/
Ddarwin-Thumb-reloc.s103 @ CHECK: Type: Undef (0x0)
Ddarwin-ARM-reloc.s141 @ CHECK: Type: Undef (0x0)
/external/llvm/lib/Transforms/InstCombine/
DInstCombinePHI.cpp858 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/
DSPIRVOpCodeEnum.h2 _SPIRV_OP(Undef, 1)
/external/swiftshader/third_party/LLVM/test/CodeGen/ARM/
Dvzip.ll77 ; Undef shuffle indices should not prevent matching to VZIP:
Dvuzp.ll77 ; Undef shuffle indices should not prevent matching to VUZP:

1234