/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
|
/external/llvm/unittests/IR/ |
D | AsmWriterTest.cpp | 26 auto Undef = UndefValue::get(Ty); in TEST() local
|
D | ConstantsTest.cpp | 31 Constant* Undef = UndefValue::get(Int1); in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | AsmWriterTest.cpp | 28 auto Undef = UndefValue::get(Ty); in TEST() local
|
D | ConstantsTest.cpp | 31 Constant* Undef = UndefValue::get(Int1); in TEST() local
|
/external/swiftshader/third_party/LLVM/unittests/VMCore/ |
D | ConstantsTest.cpp | 24 Constant* Undef = UndefValue::get(Int1); in TEST() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/ |
D | BranchProbabilityInfoTest.cpp | 73 auto *Undef = UndefValue::get(I32); in TEST_F() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 827 Constant *Undef = UndefValue::get(EltTy); in SimplifyDemandedVectorElts() local 857 Constant *Undef = UndefValue::get(EltTy); in SimplifyDemandedVectorElts() local
|
D | InstCombinePHI.cpp | 786 Value *Undef = UndefValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 588 Value *Undef = UndefValue::get(Phi.getType()); in addPhiValues() local 609 Value *Undef = UndefValue::get(Phi->getType()); in setPhiValues() local 912 Value *Undef = UndefValue::get(II->getType()); in rebuildSSA() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 591 Value *Undef = UndefValue::get(Phi.getType()); in addPhiValues() local 610 Value *Undef = UndefValue::get(Phi->getType()); in setPhiValues() local 905 Value *Undef = UndefValue::get(I.getType()); in rebuildSSA() local
|
D | Reassociate.cpp | 753 Constant *Undef = UndefValue::get(I->getType()); in RewriteExprTree() local 794 Value *Undef = UndefValue::get(ExpressionChanged->getType()); in RewriteExprTree() local
|
/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
|
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 34 Undef = 0x20, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 519 Constant *Undef = UndefValue::get(Builder.getInt32Ty()); in createSequentialMask() local
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 37 Undef = 0x20, enumerator
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLowering.h | 524 auto *Undef = ConstantUndef::create(Ctx, DestTy); in scalarizeInstruction() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 934 Constant *Undef = UndefValue::get(EltTy); in SimplifyDemandedVectorElts() local
|
D | InstCombinePHI.cpp | 858 Value *Undef = UndefValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 49 Undef = 0x20, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUInstructionSelector.cpp | 265 unsigned Undef = MRI.createVirtualRegister(&AMDGPU::VGPR_32RegClass); in selectG_INTRINSIC_W_SIDE_EFFECTS() local
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1477 SDValue Undef = SDValue(CurDAG->getMachineNode(TargetOpcode::IMPLICIT_DEF, in SelectAtomicLoadAdd() local 1639 SDValue Undef = SDValue(CurDAG->getMachineNode(TargetOpcode::IMPLICIT_DEF, in SelectAtomicLoadArith() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 1063 Constant *Undef = UndefValue::get(EltTy); in SimplifyDemandedVectorElts() local
|
D | InstCombinePHI.cpp | 1113 Value *Undef = UndefValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 909 Value *Undef = UndefValue::get(LPI->getType()); in runEHOnFunction() local
|