Home
last modified time | relevance | path

Searched defs:baseType (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project/mlir/lib/TableGen/
H A DType.cpp45 const llvm::Record *baseType = def; getBuilderCall() local
/llvm-project/flang/test/Semantics/
H A Dresolve104.f9029 type baseType(baseParam) type
/llvm-project/mlir/lib/Target/LLVMIR/
H A DDebugImporter.cpp86 DITypeAttr baseType = translate(node->getBaseType()); in translateImpl() local
105 if (node->getBaseType() && !baseType) in translateImpl() local
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.cpp1009 getVulkanElementPtr(const SPIRVTypeConverter & typeConverter,MemRefType baseType,Value basePtr,ValueRange indices,Location loc,OpBuilder & builder) getVulkanElementPtr() argument
1040 getOpenCLElementPtr(const SPIRVTypeConverter & typeConverter,MemRefType baseType,Value basePtr,ValueRange indices,Location loc,OpBuilder & builder) getOpenCLElementPtr() argument
1075 getElementPtr(const SPIRVTypeConverter & typeConverter,MemRefType baseType,Value basePtr,ValueRange indices,Location loc,OpBuilder & builder) getElementPtr() argument
/llvm-project/mlir/lib/CAPI/Dialect/
H A DLLVM.cpp165 mlirLLVMDICompositeTypeAttrGet(MlirContext ctx,unsigned int tag,MlirAttribute recId,MlirAttribute name,MlirAttribute file,uint32_t line,MlirAttribute scope,MlirAttribute baseType,int64_t flags,uint64_t sizeInBits,uint64_t alignInBits,intptr_t nElements,MlirAttribute const * elements,MlirAttribute dataLocation,MlirAttribute rank,MlirAttribute allocated,MlirAttribute associated) mlirLLVMDICompositeTypeAttrGet() argument
187 mlirLLVMDIDerivedTypeAttrGet(MlirContext ctx,unsigned int tag,MlirAttribute name,MlirAttribute baseType,uint64_t sizeInBits,uint32_t alignInBits,uint64_t offsetInBits,int64_t dwarfAddressSpace,MlirAttribute extraData) mlirLLVMDIDerivedTypeAttrGet() argument
/llvm-project/mlir/lib/Conversion/MathToFuncs/
H A DMathToFuncs.cpp364 auto baseType = dyn_cast<IntegerType>(op.getOperands()[0].getType()); in matchAndRewrite() local
414 auto baseType = cast<FloatType>(funcType.getInput(0)); in createElementFPowIFunc() local
[all...]
/llvm-project/flang/lib/Lower/
H A DConvertType.cpp153 mlir::Type baseType; genExprType() local
H A DConvertExprToHLFIR.cpp478 mlir::Type baseType; in visit() local
701 mlir::Type baseType = partInfo.base->getElementOrSequenceType(); visitComponentImpl() local
764 createVectorSubscriptElementAddrOp(PartInfo & partInfo,mlir::Type baseType,llvm::ArrayRef<mlir::Value> resultExtents) createVectorSubscriptElementAddrOp() argument
[all...]
H A DHostAssociations.cpp318 mlir::Type baseType = converter.genType(sym); in getType() local
H A DConvertVariable.cpp2422 mlir::Type baseType = hlfir::getFortranElementOrSequenceType(fortranType); getCrayPointeeBoxType() local
/llvm-project/clang/lib/CodeGen/
H A DCodeGenFunction.cpp2048 emitNonZeroVLAInit(CodeGenFunction & CGF,QualType baseType,Address dest,Address src,llvm::Value * sizeInChars) emitNonZeroVLAInit() argument
2193 emitArrayLength(const ArrayType * origArrayType,QualType & baseType,Address & addr) emitArrayLength() argument
2260 llvm::Type *baseType = ConvertType(eltType); emitArrayLength() local
H A DCGExprConstant.cpp2490 llvm::Type *baseType = structure->getElementType(fieldIndex); EmitNullConstant() local
2529 llvm::Type *baseType = structure->getElementType(fieldIndex); EmitNullConstant() local
2545 EmitNullConstantForBase(CodeGenModule & CGM,llvm::Type * baseType,const CXXRecordDecl * base) EmitNullConstantForBase() argument
/llvm-project/clang/tools/libclang/
H A DCIndexCodeCompletion.cpp613 QualType baseType = Context.getBaseType(); in ProcessCodeCompleteResults() local
/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DGPUOpsLowering.cpp639 Type baseType = basePtr->getResultTypes().front(); matchAndRewrite() local
/llvm-project/flang/lib/Optimizer/HLFIR/IR/
H A DHLFIROps.cpp283 mlir::Type baseType = getFortranElementOrSequenceType(memrefType); verify() local
437 mlir::Type baseType = verify() local
[all...]
/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp1650 parseObjCTypeArgsOrProtocolQualifiers(ParsedType baseType,SourceLocation & typeArgsLAngleLoc,SmallVectorImpl<ParsedType> & typeArgs,SourceLocation & typeArgsRAngleLoc,SourceLocation & protocolLAngleLoc,SmallVectorImpl<Decl * > & protocols,SmallVectorImpl<SourceLocation> & protocolLocs,SourceLocation & protocolRAngleLoc,bool consumeLastToken,bool warnOnIncompleteProtocols) parseObjCTypeArgsOrProtocolQualifiers() argument
1824 parseObjCTypeArgsAndProtocolQualifiers(ParsedType baseType,SourceLocation & typeArgsLAngleLoc,SmallVectorImpl<ParsedType> & typeArgs,SourceLocation & typeArgsRAngleLoc,SourceLocation & protocolLAngleLoc,SmallVectorImpl<Decl * > & protocols,SmallVectorImpl<SourceLocation> & protocolLocs,SourceLocation & protocolRAngleLoc,bool consumeLastToken) parseObjCTypeArgsAndProtocolQualifiers() argument
/llvm-project/mlir/lib/Dialect/Math/Transforms/
H A DExpandPatterns.cpp276 Type baseType = base.getType(); convertFPowIOp() local
[all...]
/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp373 CheckExtVectorComponent(Sema & S,QualType baseType,ExprValueKind & VK,SourceLocation OpLoc,const IdentifierInfo * CompName,SourceLocation CompLoc) CheckExtVectorComponent() argument
H A DSemaDeclObjC.cpp1427 actOnObjCTypeArgsOrProtocolQualifiers(Scope * S,ParsedType baseType,SourceLocation lAngleLoc,ArrayRef<IdentifierInfo * > identifiers,ArrayRef<SourceLocation> identifierLocs,SourceLocation rAngleLoc,SourceLocation & typeArgsLAngleLoc,SmallVectorImpl<ParsedType> & typeArgs,SourceLocation & typeArgsRAngleLoc,SourceLocation & protocolLAngleLoc,SmallVectorImpl<Decl * > & protocols,SourceLocation & protocolRAngleLoc,bool warnOnIncompleteProtocols) actOnObjCTypeArgsOrProtocolQualifiers() argument
/llvm-project/clang/lib/AST/
H A DType.cpp892 QualType baseType(splitBaseType.Ty, 0); stripObjCKindOfTypeAndQuals() local
1284 QualType baseType = recurse(T->getBaseType()); VisitObjCObjectType() local
1562 QualType baseType = objType->getBaseType().stripObjCKindOfType(Ctx); VisitObjCObjectType() local
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIRType.cpp1340 mlir::Type baseType = fir::unwrapRefType(getEleTy()); getBoxTypeWithNewAttr() local
/llvm-project/flang/lib/Optimizer/Transforms/
H A DArrayValueCopy.cpp1091 mlir::Type baseType = load.getMemref().getType(); in allocateArrayTemp() local
/llvm-project/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp2952 MemRefType baseType = getSourceType(); verify() local
3416 auto baseType = llvm::cast<MemRefType>(getOperand(0).getType()); verify() local
[all...]
/llvm-project/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp1993 getSizeInBytes(DataLayout & dl,const mlir::Type & type,Operation * clauseOp,llvm::Value * basePointer,llvm::Type * baseType,llvm::IRBuilderBase & builder,LLVM::ModuleTranslation & moduleTranslation) getSizeInBytes() argument
/llvm-project/flang/lib/Semantics/
H A Dexpression.cpp2342 GetBindingResolution(const std::optional<DynamicType> & baseType,const Symbol & component) GetBindingResolution() argument

12