Home
last modified time | relevance | path

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

12

/external/valgrind/main/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/lib/Transforms/Scalar/
DStructurizeCFG.cpp517 Value *Undef = UndefValue::get(Phi.getType()); in addPhiValues() local
518 Phi.addIncoming(Undef, From); in addPhiValues()
540 Value *Undef = UndefValue::get(Phi->getType()); in setPhiValues() local
542 Updater.AddAvailableValue(&Func->getEntryBlock(), Undef); in setPhiValues()
543 Updater.AddAvailableValue(To, Undef); in setPhiValues()
555 Updater.AddAvailableValue(Dominator.getResult(), Undef); in setPhiValues()
845 Value *Undef = UndefValue::get(II->getType()); in rebuildSSA() local
847 Updater.AddAvailableValue(&Func->getEntryBlock(), Undef); in rebuildSSA()
DReassociate.cpp798 Constant *Undef = UndefValue::get(I->getType()); in RewriteExprTree() local
800 Undef, Undef, "", I); in RewriteExprTree()
/external/llvm/unittests/IR/
DConstantsTest.cpp27 Constant* Undef = UndefValue::get(Int1); in TEST() local
55 EXPECT_EQ(Undef, ConstantExpr::getShl(One, One)); in TEST()
63 EXPECT_EQ(Undef, ConstantExpr::getLShr(One, One)); in TEST()
67 EXPECT_EQ(Undef, ConstantExpr::getAShr(One, One)); in TEST()
/external/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h35 Undef = 0x20, enumerator
39 DefineNoRead = Define | Undef,
73 flags & RegState::Undef,
401 return B ? RegState::Undef : 0; in getUndefRegState()
/external/openssl/patches/
D0012-wincrypt.patch4 Subject: [PATCH] Undef OCSP_REQUEST, X509_NAME and OCSP_RESPONSE
/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/Transforms/InstCombine/
DInstCombinePHI.cpp782 Value *Undef = UndefValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local
784 ReplaceInstUsesWith(*PHIsToSlice[i], Undef); in SliceUpIllegalIntegerPHI()
785 return ReplaceInstUsesWith(FirstPhi, Undef); in SliceUpIllegalIntegerPHI()
DInstCombineSimplifyDemanded.cpp945 Constant *Undef = UndefValue::get(EltTy); in SimplifyDemandedVectorElts() local
950 Elts.push_back(Undef); in SimplifyDemandedVectorElts()
959 Elts.push_back(Undef); in SimplifyDemandedVectorElts()
/external/llvm/test/CodeGen/ARM/
Dvuzp.ll77 ; Undef shuffle indices should not prevent matching to VUZP:
Dvzip.ll77 ; Undef shuffle indices should not prevent matching to VZIP:
Dvtrn.ll99 ; Undef shuffle indices should not prevent matching to VTRN:
Dvrev.ll115 ; Undef shuffle indices should not prevent matching to VREV:
Dvext.ll57 ; Undef shuffle indices should not prevent matching to VEXT:
/external/llvm/test/CodeGen/AArch64/
Darm64-uzp.ll81 ; Undef shuffle indices should not prevent matching to VUZP:
Darm64-ext.ll57 ; Undef shuffle indices should not prevent matching to VEXT:
Darm64-zip.ll81 ; Undef shuffle indices should not prevent matching to VZIP:
Darm64-trn.ll108 ; Undef shuffle indices should not prevent matching to VTRN:
Darm64-rev.ll176 ; Undef shuffle indices should not prevent matching to VREV:
/external/valgrind/main/coregrind/m_debuginfo/
Dpriv_storage.h375 } Undef; member
/external/chromium_org/third_party/angle/tests/preprocessor_tests/
Ddefine_test.cpp721 TEST_F(DefineTest, Undef) in TEST_F() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4723 SDValue Undef = getUNDEF(Ptr.getValueType()); in getLoad() local
4724 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoad()
4732 SDValue Undef = getUNDEF(Ptr.getValueType()); in getLoad() local
4733 return getLoad(ISD::UNINDEXED, ISD::NON_EXTLOAD, VT, dl, Chain, Ptr, Undef, in getLoad()
4742 SDValue Undef = getUNDEF(Ptr.getValueType()); in getExtLoad() local
4743 return getLoad(ISD::UNINDEXED, ExtType, VT, dl, Chain, Ptr, Undef, in getExtLoad()
4752 SDValue Undef = getUNDEF(Ptr.getValueType()); in getExtLoad() local
4753 return getLoad(ISD::UNINDEXED, ExtType, VT, dl, Chain, Ptr, Undef, in getExtLoad()
4802 SDValue Undef = getUNDEF(Ptr.getValueType()); in getStore() local
4803 SDValue Ops[] = { Chain, Val, Ptr, Undef }; in getStore()
[all …]

12