Home
last modified time | relevance | path

Searched refs:isStruct (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDDXILResource.cpp22 bool ResourceInfo::isStruct() const { in isStruct() function in ResourceInfo
70 assert(RI.isTyped() && !(RI.isStruct() || RI.isMultiSample()) && in SRV()
126 assert(RI.isTyped() && !(RI.isStruct() || RI.isMultiSample()) && in UAV()
252 if (isStruct()) in operator ==()
310 if (isStruct()) { in getAsMetadata()
330 uint32_t AlignLog2 = isStruct() ? Log2(Struct.Alignment) : 0; in getAnnotateProps()
351 if (isStruct()) in getAnnotateProps()
HDLocal.cpp4186 if (It.isStruct()) in canReplaceOperandWithVariable()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDGetElementPtrTypeIterator.h145 bool isStruct() const { return isa<StructType *>(CurTy); } in isStruct() function
147 bool isSequential() const { return !isStruct(); } in isSequential()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDAPValue.h409 bool isStruct() const { return Kind == Struct; }
539 assert(isStruct() && "Invalid accessor");
543 assert(isStruct() && "Invalid accessor");
547 assert(isStruct() && "Invalid accessor");
552 assert(isStruct() && "Invalid accessor");
HDDecl.h3760 bool isStruct() const { return getTagKind() == TagTypeKind::Struct; } in isStruct() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
HDDXILResource.h110 bool isStruct() const;
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCodeGenTBAA.cpp112 if (RD->isStruct() || RD->isClass()) in isValidBaseType()
HDCGExprCXX.cpp1235 if (RType->getDecl()->isStruct()) { in EmitNewArrayInitializer()
HDCGDebugInfo.cpp1148 if (RD->isStruct() || RD->isInterface()) in getTagForRecord()
1462 else if (RD && (RD->isStruct() || RD->isUnion())) in getAccessFlag()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDTemplateBase.cpp224 if (V.isStruct() || V.isUnion()) { in getAsSimpleValueDeclRef()
HDType.cpp631 return RT->getDecl()->isStruct(); in isStructureType()
640 if (!Decl->isStruct()) in isStructureTypeWithFlexibleArrayMember()
660 return RD->isStruct() || RD->isClass() || RD->isInterface(); in isStructureOrClassType()
724 if (RT->getDecl()->isStruct()) in getAsStructureType()
730 if (!RT->getDecl()->isStruct()) in getAsStructureType()
HDDeclCXX.cpp2067 if (Uuid && isStruct() && !getDeclContext()->isExternCContext() && in isInterfaceLike()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDStraightLineStrengthReduce.cpp534 if (GTI.isStruct()) in allocateCandidatesAndFindBasisForGEP()
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
HDRegistry.cpp476 REGISTER_MATCHER(isStruct); in RegistryMaps()
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDCompiler.cpp2930 assert(V.isStruct()); in VisitCXXUuidofExpr()
3813 if (Val.isStruct()) { in visitAPValueInitializer()
3844 } else if (F.isStruct() || F.isUnion()) { in visitAPValueInitializer()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenACC.cpp1176 if (!RD->isStruct() && !RD->isClass()) { in CheckReductionVar()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h6115 AST_MATCHER(TagDecl, isStruct) { in AST_MATCHER() argument
6116 return Node.isStruct(); in AST_MATCHER()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ExtractAPI/
HDExtractAPIVisitor.h204 if (Decl->isStruct()) in getKindForDisplay()
/freebsd-13-stable/contrib/llvm-project/clang/lib/ExtractAPI/
HDDeclarationFragments.cpp194 if (Record->isStruct()) in getStructureTypeFragment()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineSimplifyDemanded.cpp1495 if (I.isStruct()) in SimplifyDemandedVectorElts()
HDInstructionCombining.cpp2751 if (GTI.isStruct()) in visitGetElementPtrInst()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLoopAccessAnalysis.cpp2819 TypeSize ElemSize = GEPTI.isStruct() in getGEPInductionOperand()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp1303 if (!cxx_record_decl->isClass() && !cxx_record_decl->isStruct()) in AddAccessSpecifierDecl()
1308 if ((cxx_record_decl->isStruct() && in AddAccessSpecifierDecl()
4178 else if (record_decl->isStruct()) in GetTypeClass()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDConstants.cpp2500 if (GTI.isStruct() && Idx->getType()->isVectorTy()) { in getGetElementPtr()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
HDRewriteModernObjC.cpp3643 if (RD->isStruct()) in RewriteObjCFieldDeclType()

12