/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.h | 230 EVT ElemType = DataTypeVT.getScalarType(); in isLegalMaskedLoadStore() local 255 EVT ElemType = DataTypeVT.getScalarType(); in isLegalMaskedGatherScatter() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVISelLowering.cpp | 163 SPIRVType *ElemType = GR.getSPIRVTypeForVReg(ElemTypeReg, MF); in validatePtrTypes() local 195 SPIRVType *ElemType = GR.getSPIRVTypeForVReg(OpType->getOperand(2).getReg()); in validateGroupWaitEventsPtr() local 216 SPIRVType *ElemType = GR.getSPIRVTypeForVReg(OpType->getOperand(2).getReg()); in validateGroupAsyncCopyPtr() local
|
H A D | SPIRVGlobalRegistry.cpp | 145 SPIRVType *ElemType, in getOpTypeVector() 705 SPIRVType *ElemType, in getOpTypeArray() 759 SPIRV::StorageClass::StorageClass SC, SPIRVType *ElemType, in getOpTypePointer() 1080 SPIRVType *ElemType = getPointeeType(getSPIRVTypeForVReg(PtrReg)); in getPointeeTypeOp() local 1186 const SPIRVType *ElemType, uint32_t Scope, uint32_t Rows, uint32_t Columns, in getOrCreateOpTypeCoopMatr()
|
H A D | SPIRVBuiltins.cpp | 2708 const SPIRVType *ElemType = in getCoopMatrType() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CastSizeChecker.cpp | 64 const Type *ElemType = Last->getType()->getArrayElementTypeNoTypeQual(); in evenFlexibleArraySize() local
|
H A D | ArrayBoundCheckerV2.cpp | 189 QualType ElemType = CurRegion->getElementType(); in computeOffset() local 412 QualType ElemType = EReg->getElementType(); in getExceedsMsgs() local
|
H A D | MallocSizeofChecker.cpp | 170 QualType ElemType = AT->getElementType(); in compatibleWithArrayType() local
|
H A D | StreamChecker.cpp | 822 QualType ElemType, int64_t StartIndex, in escapeByStartIndexAndCount()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CxxStringTypes.cpp | 38 getElementTraits(StringElementType ElemType) { in getElementTraits()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | RelLookupTableConverter.cpp | 65 Type *ElemType = Array->getType()->getElementType(); in shouldConvertToRelLookupTable() local
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | EvaluationResult.cpp | 70 QualType ElemType = CAT->getElementType(); in CheckArrayInitialized() local
|
H A D | Compiler.h | 340 QualType ElemType = T->getAs<ComplexType>()->getElementType(); in classifyComplexElementType() local
|
H A D | Compiler.cpp | 3009 QualType ElemType = VT->getElementType(); in VisitConvertVectorExpr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 302 auto ElemType = parseValType(Ctx, readVaruint32(Ctx)); in readTableType() local 1292 auto ElemType = Im.Table.ElemType; in parseImportSection() local 1351 auto ElemType = Tables.back().Type.ElemType; in parseTableSection() local 1701 auto ElemType = parseValType(Ctx, readVaruint32(Ctx)); in parseElemSection() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/ |
H A D | BTF.h | 162 uint32_t ElemType; ///< Element type global() member
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DataLayout.cpp | 1028 Type *ElemType = GV->getValueType(); in getPreferredAlign() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 827 std::optional<wasm::ValType> ElemType = in parseDirective() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 54 TableType ElemType; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Wasm.h | 316 ValType ElemType; member
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 700 const DIType *ElemType = CTy->getBaseType(); in visitArrayType() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 3882 Node *ElemType = getDerived().parseType(); in parseVectorType() local 3894 Node *ElemType = getDerived().parseType(); in parseVectorType() local 3899 Node *ElemType = getDerived().parseType(); in parseVectorType() local
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 2541 QualType ElemType = VT->getElementType(); in bindVector() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 663 QualType ElemType = CAT->getElementType(); in EmitDesignatedInitUpdater() local
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaType.cpp | 8419 QualType ElemType = CurType->castAs<PipeType>()->getElementType(); in HandleOpenCLAccessAttr() local 9256 QualType ElemType = Context.getBaseElementType(T); in RequireLiteralType() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonISelDAGToDAGHVX.cpp | 324 using ElemType = int; typedef [all...] |