Home
last modified time | relevance | path

Searched defs:Undef (Results 1 – 25 of 62) sorted by relevance

123

/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
/external/llvm/unittests/IR/
DAsmWriterTest.cpp26 auto Undef = UndefValue::get(Ty); in TEST() local
DConstantsTest.cpp31 Constant* Undef = UndefValue::get(Int1); in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DAsmWriterTest.cpp28 auto Undef = UndefValue::get(Ty); in TEST() local
DConstantsTest.cpp31 Constant* Undef = UndefValue::get(Int1); in TEST() local
/external/swiftshader/third_party/LLVM/unittests/VMCore/
DConstantsTest.cpp24 Constant* Undef = UndefValue::get(Int1); in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DBranchProbabilityInfoTest.cpp73 auto *Undef = UndefValue::get(I32); in TEST_F() local
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp827 Constant *Undef = UndefValue::get(EltTy); in SimplifyDemandedVectorElts() local
857 Constant *Undef = UndefValue::get(EltTy); in SimplifyDemandedVectorElts() local
DInstCombinePHI.cpp786 Value *Undef = UndefValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local
/external/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp588 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/
DStructurizeCFG.cpp591 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
DReassociate.cpp753 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/
DCoroutines.cpp305 auto *Undef = UndefValue::get(Type::getInt8PtrTy(F.getContext())); in buildFrom() local
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineInstrBuilder.h34 Undef = 0x20, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DVectorUtils.cpp519 Constant *Undef = UndefValue::get(Builder.getInt32Ty()); in createSequentialMask() local
/external/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h37 Undef = 0x20, enumerator
/external/swiftshader/third_party/subzero/src/
DIceTargetLowering.h524 auto *Undef = ConstantUndef::create(Ctx, DestTy); in scalarizeInstruction() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp934 Constant *Undef = UndefValue::get(EltTy); in SimplifyDemandedVectorElts() local
DInstCombinePHI.cpp858 Value *Undef = UndefValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h49 Undef = 0x20, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp265 unsigned Undef = MRI.createVirtualRegister(&AMDGPU::VGPR_32RegClass); in selectG_INTRINSIC_W_SIDE_EFFECTS() local
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelDAGToDAG.cpp1477 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/
DInstCombineSimplifyDemanded.cpp1063 Constant *Undef = UndefValue::get(EltTy); in SimplifyDemandedVectorElts() local
DInstCombinePHI.cpp1113 Value *Undef = UndefValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp909 Value *Undef = UndefValue::get(LPI->getType()); in runEHOnFunction() local

123