Home
last modified time | relevance | path

Searched defs:ElemType (Results 1 – 25 of 28) sorted by relevance

12

/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetTransformInfo.h204 EVT ElemType = DataTypeVT.getScalarType(); isLegalMaskedLoadStore() local
229 EVT ElemType = DataTypeVT.getScalarType(); isLegalMaskedGatherScatter() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCastSizeChecker.cpp64 const Type *ElemType = Last->getType()->getArrayElementTypeNoTypeQual(); in evenFlexibleArraySize() local
H A DArrayBoundCheckerV2.cpp104 QualType ElemType = CurRegion->getElementType(); computeOffset() local
266 QualType ElemType = EReg->getElementType(); getExceedsMsgs() local
H A DMallocSizeofChecker.cpp170 QualType ElemType = AT->getElementType(); in compatibleWithArrayType() local
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCxxStringTypes.cpp38 getElementTraits(StringElementType ElemType) { in getElementTraits()
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.cpp70 QualType ElemType = CAT->getElementType(); in CheckArrayInitialized() local
H A DByteCodeExprGen.h
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DRelLookupTableConverter.cpp65 Type *ElemType = Array->getType()->getElementType(); in shouldConvertToRelLookupTable() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVGlobalRegistry.cpp122 getOpTypeVector(uint32_t NumElems,SPIRVType * ElemType,MachineIRBuilder & MIRBuilder) getOpTypeVector() argument
548 getOpTypeArray(uint32_t NumElems,SPIRVType * ElemType,MachineIRBuilder & MIRBuilder,bool EmitIR) getOpTypeArray() argument
602 getOpTypePointer(SPIRV::StorageClass::StorageClass SC,SPIRVType * ElemType,MachineIRBuilder & MIRBuilder,Register Reg) getOpTypePointer() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/
H A DBTF.h170 uint32_t ElemType; ///< Element type member
/freebsd-src/contrib/llvm-project/llvm/lib/Object/
H A DWasmObjectFile.cpp1165 auto ElemType = Im.Table.ElemType; parseImportSection() local
1222 auto ElemType = Tables.back().Type.ElemType; parseTableSection() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDataLayout.cpp1028 Type *ElemType = GV->getValueType(); in getPreferredAlign() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp841 std::optional<wasm::ValType> ElemType = parseDirective() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DWasmYAML.h54 TableType ElemType; member
/freebsd-src/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DWasm.h279 ValType ElemType; global() member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp699 const DIType *ElemType = CTy->getBaseType(); visitArrayType() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h3883 if (ElemType == nullptr) in parseVectorType() local
3895 if (!ElemType) in parseVectorType() local
3900 if (!ElemType) in parseVectorType() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeGPU.cpp1436 createRuntimeShuffleFunction(CodeGenFunction & CGF,llvm::Value * Elem,QualType ElemType,llvm::Value * Offset,SourceLocation Loc) createRuntimeShuffleFunction() argument
1468 shuffleAndStore(CodeGenFunction & CGF,Address SrcAddr,Address DestAddr,QualType ElemType,llvm::Value * Offset,SourceLocation Loc) shuffleAndStore() argument
H A DCGExprConstant.cpp645 QualType ElemType = CAT->getElementType(); EmitDesignatedInitUpdater() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp2540 QualType ElemType = VT->getElementType(); bindVector() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaType.cpp8725 QualType ElemType = CurType->castAs<PipeType>()->getElementType(); HandleOpenCLAccessAttr() local
9601 QualType ElemType = Context.getBaseElementType(T); RequireLiteralType() local
H A DSemaInit.cpp1376 CheckSubElementType(const InitializedEntity & Entity,InitListExpr * IList,QualType ElemType,unsigned & Index,InitListExpr * StructuredList,unsigned & StructuredIndex,bool DirectlyDesignated) CheckSubElementType() argument
[all...]
H A DSemaOpenMP.cpp6036 QualType ElemType; processImplicitMapsWithDefaultMappers() local
18494 QualType ElemType = Context.getBaseElementType(Type).getNonReferenceType(); ActOnOpenMPFirstprivateClause() local
20651 QualType ElemType = Context.getBaseElementType(Type).getNonReferenceType(); ActOnOpenMPCopyinClause() local
[all...]
H A DSemaDeclCXX.cpp971 checkSimpleDecomposition(Sema & S,ArrayRef<BindingDecl * > Bindings,ValueDecl * Src,QualType DecompType,const llvm::APSInt & NumElems,QualType ElemType,llvm::function_ref<ExprResult (SourceLocation,Expr *,unsigned)> GetInit) checkSimpleDecomposition() argument
1000 checkArrayLikeDecomposition(Sema & S,ArrayRef<BindingDecl * > Bindings,ValueDecl * Src,QualType DecompType,const llvm::APSInt & NumElems,QualType ElemType) checkArrayLikeDecomposition() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAGHVX.cpp324 using ElemType = int; typedef

12