Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDXILResource.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()
H A DLocal.cpp4186 if (It.isStruct()) in canReplaceOperandWithVariable()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGetElementPtrTypeIterator.h145 bool isStruct() const { return isa<StructType *>(CurTy); }
147 bool isSequential() const { return !isStruct(); } in gep_type_begin()
111 bool isStruct() const { return isa<StructType *>(CurTy); } isStruct() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDXILResource.h110 bool isStruct() const;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp112 if (RD->isStruct() || RD->isClass()) in isValidBaseType()
H A DCGExprCXX.cpp1235 if (RType->getDecl()->isStruct()) { in EmitNewArrayInitializer()
H A DCGDebugInfo.cpp1148 if (RD->isStruct() || RD->isInterface()) in getTagForRecord()
1462 else if (RD && (RD->isStruct() || RD->isUnion())) in getAccessFlag()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTemplateBase.cpp224 if (V.isStruct() || V.isUnion()) { in getAsSimpleValueDeclRef()
H A DType.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()
H A DDeclCXX.cpp2067 if (Uuid && isStruct() && !getDeclContext()->isExternCContext() && in isInterfaceLike()
H A DExprConstant.cpp2478 if (Value.isStruct()) { in CheckEvaluationResult()
10322 if (!DerivedObject.isStruct()) in VisitCastExpr()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp534 if (GTI.isStruct()) in allocateCandidatesAndFindBasisForGEP()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp476 REGISTER_MATCHER(isStruct); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp2930 assert(V.isStruct()); in VisitCXXUuidofExpr()
3813 if (Val.isStruct()) { in visitAPValueInitializer()
3844 } else if (F.isStruct() || F.isUnion()) { in visitAPValueInitializer()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenACC.cpp1176 if (!RD->isStruct() && !RD->isClass()) { in CheckReductionVar()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6115 AST_MATCHER(TagDecl, isStruct) { in AST_MATCHER() argument
6116 return Node.isStruct(); in AST_MATCHER()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h204 if (Decl->isStruct()) in getKindForDisplay()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DDeclarationFragments.cpp194 if (Record->isStruct()) in getStructureTypeFragment()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1495 if (I.isStruct()) in SimplifyDemandedVectorElts()
H A DInstructionCombining.cpp2751 if (GTI.isStruct()) in visitGetElementPtrInst()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopAccessAnalysis.cpp2819 TypeSize ElemSize = GEPTI.isStruct() in getGEPInductionOperand()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h3760 bool isStruct() const { return getTagKind() == TagTypeKind::Struct; } in isStruct() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.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/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp2500 if (GTI.isStruct() && Idx->getType()->isVectorTy()) { in getGetElementPtr()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp3643 if (RD->isStruct()) in RewriteObjCFieldDeclType()

12