/llvm-project/clang-tools-extra/clang-tidy/modernize/ |
H A D | LoopConvertCheck.h | 37 QualType ElemType; member
|
/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.h | 230 EVT ElemType = DataTypeVT.getScalarType(); isLegalMaskedLoadStore() local 255 EVT ElemType = DataTypeVT.getScalarType(); isLegalMaskedGatherScatter() local
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVISelLowering.cpp | 163 : GR.getTypeForSPIRVType(ElemType) == ResTy; in validatePtrTypes() local 195 SPIRVType *ElemType = GR.getSPIRVTypeForVReg(OpType->getOperand(2).getReg()); validateGroupWaitEventsPtr() local 216 SPIRVType *ElemType = GR.getSPIRVTypeForVReg(OpType->getOperand(2).getReg()); validateGroupAsyncCopyPtr() local [all...] |
H A D | SPIRVGlobalRegistry.cpp | 145 getOpTypeVector(uint32_t NumElems,SPIRVType * ElemType,MachineIRBuilder & MIRBuilder) getOpTypeVector() argument 705 getOpTypeArray(uint32_t NumElems,SPIRVType * ElemType,MachineIRBuilder & MIRBuilder,bool EmitIR) getOpTypeArray() argument 759 getOpTypePointer(SPIRV::StorageClass::StorageClass SC,SPIRVType * ElemType,MachineIRBuilder & MIRBuilder,Register Reg) getOpTypePointer() argument 1080 SPIRVType *ElemType = getPointeeType(getSPIRVTypeForVReg(PtrReg)); getPointeeTypeOp() local 1186 getOrCreateOpTypeCoopMatr(MachineIRBuilder & MIRBuilder,const TargetExtType * ExtensionType,const SPIRVType * ElemType,uint32_t Scope,uint32_t Rows,uint32_t Columns,uint32_t Use) getOrCreateOpTypeCoopMatr() argument [all...] |
/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
H A D | CastSizeChecker.cpp | 64 const Type *ElemType = Last->getType()->getArrayElementTypeNoTypeQual(); in evenFlexibleArraySize() local
|
H A D | MallocSizeofChecker.cpp | 170 QualType ElemType = AT->getElementType(); in compatibleWithArrayType() local
|
H A D | ArrayBoundCheckerV2.cpp | 412 QualType ElemType = EReg->getElementType(); in getExceedsMsgs() local 189 QualType ElemType = CurRegion->getElementType(); computeOffset() local
|
H A D | StreamChecker.cpp | 822 escapeByStartIndexAndCount(ProgramStateRef State,const CallEvent & Call,unsigned BlockCount,const SubRegion * Buffer,QualType ElemType,int64_t StartIndex,int64_t ElementCount) escapeByStartIndexAndCount() argument
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | EvaluationResult.cpp |
|
H A D | Compiler.h |
|
/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
H A D | CxxStringTypes.cpp | 38 getElementTraits(StringElementType ElemType) { in getElementTraits() argument
|
/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | RelLookupTableConverter.cpp | 65 Type *ElemType = Array->getType()->getElementType(); in shouldConvertToRelLookupTable() local
|
/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
H A D | SizeofExpressionCheck.cpp | 221 const auto ElemType = registerMatchers() local
|
/llvm-project/llvm/lib/Object/ |
H A D | WasmObjectFile.cpp | 1289 ElemType != wasm::ValType::EXTERNREF && in parseImportSection() local 302 auto ElemType = parseValType(Ctx, readVaruint32(Ctx)); readTableType() local 1348 auto ElemType = Tables.back().Type.ElemType; parseTableSection() local 1698 auto ElemType = parseValType(Ctx, readVaruint32(Ctx)); parseElemSection() local [all...] |
/llvm-project/flang/unittests/Runtime/ |
H A D | Reduction.cpp | 626 using ElemType = CppTypeFor<TypeCategory::Real, 16>; in TEST() typedef
|
/llvm-project/mlir/lib/Conversion/GPUToSPIRV/ |
H A D | GPUToSPIRV.cpp | 489 enum class ElemType { Float, Boolean, Integer }; createGroupReduceOp() enum [all...] |
/llvm-project/llvm/include/llvm/DebugInfo/BTF/ |
H A D | BTF.h | 170 uint32_t ElemType; ///< Element type member
|
/llvm-project/llvm/lib/IR/ |
H A D | DataLayout.cpp | 1028 Type *ElemType = GV->getValueType(); getPreferredAlign() local
|
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 827 std::optional<wasm::ValType> ElemType = parseDirective() local
|
/llvm-project/llvm/include/llvm/ObjectYAML/ |
H A D | WasmYAML.h | 54 TableType ElemType; member
|
/llvm-project/llvm/include/llvm/BinaryFormat/ |
H A D | Wasm.h | 316 ValType ElemType; global() member
|
/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 700 const DIType *ElemType = CTy->getBaseType(); visitArrayType() local
|
/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 3882 Node *ElemType = getDerived().parseType(); parseVectorType() local 3894 Node *ElemType = getDerived().parseType(); parseVectorType() local 3899 Node *ElemType = getDerived().parseType(); parseVectorType() local
|
/llvm-project/libcxxabi/src/demangle/ |
H A D | ItaniumDemangle.h | 3883 Node *ElemType = getDerived().parseType(); parseVectorType() local 3895 Node *ElemType = getDerived().parseType(); parseVectorType() local 3900 Node *ElemType = getDerived().parseType(); parseVectorType() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | RegionStore.cpp | 2541 QualType ElemType = VT->getElementType(); bindVector() local
|