Home
last modified time | relevance | path

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

123456

/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-project/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
/external/llvm-project/llvm/unittests/IR/
DAsmWriterTest.cpp27 auto Undef = UndefValue::get(Ty); in TEST() local
/external/llvm-project/llvm/unittests/Analysis/
DBranchProbabilityInfoTest.cpp72 auto *Undef = UndefValue::get(I32); in TEST_F() local
/external/swiftshader/third_party/SPIRV-Tools/test/val/
Dval_state_test.cpp156 TEST_F(ValidationState_InLayoutState, Undef) { in TEST_F() argument
/external/deqp-deps/SPIRV-Tools/test/val/
Dval_state_test.cpp156 TEST_F(ValidationState_InLayoutState, Undef) { in TEST_F() argument
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/val/
Dval_state_test.cpp156 TEST_F(ValidationState_InLayoutState, Undef) { in TEST_F() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUUnifyDivergentExitNodes.cpp153 Value *Undef = UndefValue::get(B.getFloatTy()); in unifyReturnBlockSet() local
/external/llvm-project/clang-tools-extra/clangd/
DCollectMacros.h62 const clang::MacroDirective *Undef) override { in MacroUndefined()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUUnifyDivergentExitNodes.cpp154 Value *Undef = UndefValue::get(B.getFloatTy()); in unifyReturnBlockSet() local
/external/llvm-project/clang/lib/CodeGen/
DMacroPPCallbacks.cpp193 const MacroDirective *Undef) { in MacroUndefined()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp598 Value *Undef = UndefValue::get(Phi.getType()); in addPhiValues() local
618 Value *Undef = UndefValue::get(Phi->getType()); in setPhiValues() local
930 Value *Undef = UndefValue::get(I.getType()); in rebuildSSA() local
DLowerMatrixIntrinsics.cpp249 Value *Undef = UndefValue::get(VType); in getMatrix() local
620 Value *Undef = UndefValue::get(Col->getType()); in extractVector() local
637 Value *Undef = UndefValue::get(Block->getType()); in insertVector() 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/llvm-project/llvm/lib/Transforms/Scalar/
DStructurizeCFG.cpp609 Value *Undef = UndefValue::get(Phi.getType()); in addPhiValues() local
629 Value *Undef = UndefValue::get(Phi->getType()); in setPhiValues() local
943 Value *Undef = UndefValue::get(I.getType()); in rebuildSSA() local
/external/llvm-project/polly/unittests/DeLICM/
DDeLICMTest.cpp37 isl::union_set &Undef) { in completeLifetime()
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DUpgradeGoogletestCaseCheck.cpp57 const MacroDirective *Undef) override { in MacroUndefined()
/external/llvm-project/llvm/tools/llvm-objdump/
DELFDump.cpp72 bool Undef = false; in getRelocationValueString() local
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1070 Constant *Undef = UndefValue::get(EltTy); in SimplifyDemandedVectorElts() local
1121 APInt Demanded, APInt &Undef) { in SimplifyDemandedVectorElts()
/external/llvm-project/clang/lib/Index/
DIndexingAction.cpp47 const MacroDirective *Undef) override { in MacroUndefined()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64CallLowering.cpp323 auto Undef = MIRBuilder.buildUndef({OldLLT}); in lowerReturn() local
336 auto Undef = MIRBuilder.buildUndef({OldLLT}); in lowerReturn() local
/external/llvm-project/llvm/lib/Target/AArch64/GISel/
DAArch64CallLowering.cpp341 auto Undef = MIRBuilder.buildUndef({OldLLT}); in lowerReturn() local
353 auto Undef = MIRBuilder.buildUndef({OldLLT}); in lowerReturn() local
/external/llvm-project/clang/include/clang/Lex/
DPPCallbacks.h298 const MacroDirective *Undef) { in MacroUndefined()
552 const MacroDirective *Undef) override { in MacroUndefined()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp1147 Constant *Undef = UndefValue::get(EltTy); in SimplifyDemandedVectorElts() local
1198 APInt Demanded, APInt &Undef) { in SimplifyDemandedVectorElts()

123456