Home
last modified time | relevance | path

Searched refs:ASD (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCOFFYAML.cpp529 IO &IO, COFF::AuxiliarySectionDefinition &ASD) { in mapping() argument
531 IO, ASD.Selection); in mapping()
533 IO.mapRequired("Length", ASD.Length); in mapping()
534 IO.mapRequired("NumberOfRelocations", ASD.NumberOfRelocations); in mapping()
535 IO.mapRequired("NumberOfLinenumbers", ASD.NumberOfLinenumbers); in mapping()
536 IO.mapRequired("CheckSum", ASD.CheckSum); in mapping()
537 IO.mapRequired("Number", ASD.Number); in mapping()
/llvm-project-15.0.7/clang-tools-extra/clangd/refactor/
H A DInsertionPoint.cpp89 if (const auto *ASD = llvm::dyn_cast<AccessSpecDecl>(D)) in getAccessAtEnd() local
90 Spec = ASD->getAccess(); in getAccessAtEnd()
/llvm-project-15.0.7/llvm/test/Transforms/LoopVectorize/
H A Dif-pred-non-void.ll13 ; CHECK-NEXT: [[ASD1:%.*]] = bitcast i32* [[ASD:%.*]] to i8*
17 ; CHECK-NEXT: [[SCEVGEP:%.*]] = getelementptr i32, i32* [[ASD]], i64 128
52 ; CHECK-NEXT: [[TMP1:%.*]] = getelementptr inbounds i32, i32* [[ASD]], i64 [[TMP0]]
188 ; UNROLL-NO-VF-NEXT: [[ASD1:%.*]] = bitcast i32* [[ASD:%.*]] to i8*
194 ; UNROLL-NO-VF-NEXT: [[SCEVGEP:%.*]] = getelementptr i32, i32* [[ASD]], i64 128
394 ; CHECK-NEXT: [[ASD1:%.*]] = bitcast i32* [[ASD:%.*]] to i8*
396 ; CHECK-NEXT: [[SCEVGEP:%.*]] = getelementptr i32, i32* [[ASD]], i64 128
481 ; UNROLL-NO-VF-NEXT: [[ASD1:%.*]] = bitcast i32* [[ASD:%.*]] to i8*
597 ; CHECK-NEXT: [[ASD1:%.*]] = bitcast i32* [[ASD:%.*]] to i8*
599 ; CHECK-NEXT: [[SCEVGEP:%.*]] = getelementptr i32, i32* [[ASD]], i64 128
[all …]
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DCOFFYAML.h231 static void mapping(IO &IO, COFF::AuxiliarySectionDefinition &ASD); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DJSONNodeDumper.h252 void VisitAccessSpecDecl(const AccessSpecDecl *ASD);
/llvm-project-15.0.7/clang/lib/AST/
H A DJSONNodeDumper.cpp954 void JSONNodeDumper::VisitAccessSpecDecl(const AccessSpecDecl *ASD) { in VisitAccessSpecDecl() argument
955 JOS.attribute("access", createAccessSpecifier(ASD->getAccess())); in VisitAccessSpecDecl()