Home
last modified time | relevance | path

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

1234567

/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/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DAsmWriterTest.cpp28 auto Undef = UndefValue::get(Ty); in TEST() local
29 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/llvm/test/CodeGen/X86/
Dshuffle-combine-crash.ll5 ; (shuffle (shuffle A, Undef, M0), Undef, M1) -> (shuffle A, Undef, M2)
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dshuffle-combine-crash.ll5 ; (shuffle (shuffle A, Undef, M0), Undef, M1) -> (shuffle A, Undef, M2)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DShadowCallStack.cpp101 .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()
DX86WinAllocaExpander.cpp223 .addReg(RegA, RegState::Undef); in lower()
235 .addReg(RegA, RegState::Undef); in lower()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DBranchProbabilityInfoTest.cpp73 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/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp591 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/
DMachineInstrBuilder.h34 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/
DSIInsertSkips.cpp169 .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()
DAMDGPUInstructionSelector.cpp265 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/
Dspv.functionCall.frag.out108 47: 6(float) Undef
122 55: 6(float) Undef
/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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h49 Undef = 0x20, enumerator
54 DefineNoRead = Define | Undef,
93 flags & RegState::Undef,
466 return B ? RegState::Undef : 0; in getUndefRegState()
/external/llvm/test/Other/
Dlint.ll23 ; 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/
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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp305 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/
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()

1234567