Home
last modified time | relevance | path

Searched +defs:type +defs:builtin (Results 1 – 6 of 6) sorted by relevance

/llvm-project/mlir/test/lib/IR/
H A DTestBytecodeRoundtrip.cpp152 if (auto type = llvm::dyn_cast<IntegerType>(entryValue)) { in runTest0() local
204 auto *builtin = op->getContext()->getLoadedDialect<mlir::BuiltinDialect>(); in runTest1() local
235 auto *builtin = op->getContext()->getLoadedDialect<mlir::BuiltinDialect>(); in runTest2() local
263 auto *builtin = op->getContext()->getLoadedDialect<mlir::BuiltinDialect>(); in runTest3() local
299 auto *builtin = op->getContext()->getLoadedDialect<mlir::BuiltinDialect>(); in runTest4() local
334 auto *builtin = op->getContext()->getLoadedDialect<mlir::BuiltinDialect>(); in runTest5() local
345 DialectBytecodeWriter &writer) -> LogicalResult { in runTest5()
/llvm-project/mlir/lib/Dialect/SPIRV/Transforms/
H A DSPIRVConversion.cpp142 getTypeNumBytes(const SPIRVConversionOptions & options,Type type) getTypeNumBytes() argument
224 convertScalarType(const spirv::TargetEnv & targetEnv,const SPIRVConversionOptions & options,spirv::ScalarType type,std::optional<spirv::StorageClass> storageClass={}) convertScalarType() argument
268 convertSubByteIntegerType(const SPIRVConversionOptions & options,IntegerType type) convertSubByteIntegerType() argument
290 convertIndexElementType(ShapedType type,const SPIRVConversionOptions & options) convertIndexElementType() argument
302 convertVectorType(const spirv::TargetEnv & targetEnv,const SPIRVConversionOptions & options,VectorType type,std::optional<spirv::StorageClass> storageClass={}) convertVectorType() argument
359 convertComplexType(const spirv::TargetEnv & targetEnv,const SPIRVConversionOptions & options,ComplexType type,std::optional<spirv::StorageClass> storageClass={}) convertComplexType() argument
389 convertTensorType(const spirv::TargetEnv & targetEnv,const SPIRVConversionOptions & options,TensorType type) convertTensorType() argument
436 convertBoolMemrefType(const spirv::TargetEnv & targetEnv,const SPIRVConversionOptions & options,MemRefType type,spirv::StorageClass storageClass) convertBoolMemrefType() argument
489 convertSubByteMemrefType(const spirv::TargetEnv & targetEnv,const SPIRVConversionOptions & options,MemRefType type,spirv::StorageClass storageClass) convertSubByteMemrefType() argument
527 convertMemrefType(const spirv::TargetEnv & targetEnv,const SPIRVConversionOptions & options,MemRefType type) convertMemrefType() argument
630 castToSourceType(const spirv::TargetEnv & targetEnv,OpBuilder & builder,Type type,ValueRange inputs,Location loc) castToSourceType() argument
703 __anonb08dc71c0102(spirv::SPIRVType type) SPIRVTypeConverter() argument
739 __anonb08dc71c0902(OpBuilder &builder, Type type, ValueRange inputs, Location loc) SPIRVTypeConverter() argument
743 __anonb08dc71c0a02(OpBuilder &builder, Type type, ValueRange inputs, Location loc) SPIRVTypeConverter() argument
821 getBuiltinVariable(Block & body,spirv::BuiltIn builtin) getBuiltinVariable() argument
838 getBuiltinVarName(spirv::BuiltIn builtin,StringRef prefix,StringRef suffix) getBuiltinVarName() argument
845 getOrInsertBuiltinVariable(Block & body,Location loc,spirv::BuiltIn builtin,Type integerType,OpBuilder & builder,StringRef prefix,StringRef suffix) getOrInsertBuiltinVariable() argument
886 getBuiltinVariableValue(Operation * op,spirv::BuiltIn builtin,Type integerType,OpBuilder & builder,StringRef prefix,StringRef suffix) getBuiltinVariableValue() argument
951 auto type = getPushConstantStorageType(elementCount, builder, indexType); getOrInsertPushConstantVariable() local
[all...]
/llvm-project/polly/lib/External/isl/interface/
H A Dgenerator.cc54 QualType type; in first_arg_matches_class() local
96 QualType type, return_type; in is_mutator() local
148 const Type *type = return_type.getTypePtr(); in extract_automatic_conversion() local
569 bool generator::is_isl_ctx(QualType type) in is_isl_ctx()
671 bool generator::is_isl_type(QualType type) in is_isl_type()
689 bool generator::is_isl_neg_error(QualType type) in is_isl_neg_error()
696 static bool is_isl_primitive(QualType type, const char *name) in is_isl_primitive()
709 bool generator::is_isl_bool(QualType type) in is_isl_bool()
716 bool generator::is_isl_stat(QualType type) in is_isl_stat()
723 bool generator::is_isl_size(QualType type) in is_isl_size()
[all …]
/llvm-project/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVOps.cpp113 if (auto builtin = op->getAttrOfType<StringAttr>(builtInName)) { in printVariableDecorations() local
124 Type type; in parseOneResultSameOperandTypeOp() local
157 [&](Type type) { retur in printOneResultOp() argument
215 getElementType(Type type,ArrayRef<int32_t> indices,function_ref<InFlightDiagnostic (StringRef)> emitErrorFn) getElementType() argument
241 getElementType(Type type,Attribute indices,function_ref<InFlightDiagnostic (StringRef)> emitErrorFn) getElementType() argument
266 getElementType(Type type,Attribute indices,Location loc) getElementType() argument
273 getElementType(Type type,Attribute indices,OpAsmParser & parser,SMLoc loc) getElementType() argument
569 Type type = NoneType::get(parser.getContext()); parse() local
652 isBuildableWith(Type type) isBuildableWith() argument
665 getZero(Type type,Location loc,OpBuilder & builder) getZero() argument
698 getOne(Type type,Location loc,OpBuilder & builder) getOne() argument
733 Type type = getType(); getAsmResultNames() local
1079 build(OpBuilder & builder,OperationState & state,StringRef name,FunctionType type,spirv::FunctionControl control,ArrayRef<NamedAttribute> attrs) build() argument
1135 build(OpBuilder & builder,OperationState & state,Type type,StringRef name,unsigned descriptorSet,unsigned binding) build() argument
1147 build(OpBuilder & builder,OperationState & state,Type type,StringRef name,spirv::BuiltIn builtin) build() argument
1148 build(OpBuilder & builder,OperationState & state,Type type,StringRef name,spirv::BuiltIn builtin) build() argument
1180 Type type; parse() local
1804 Type type; parse() local
1976 __anon296944940c02(Type type) verify() argument
[all...]
/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp1750 getNonMemoryType(CodeGenModule & CGM,QualType type) getNonMemoryType() argument
2182 unsigned builtin = E->getBuiltinCallee(); VisitCallExpr() local
2442 const MemberPointerType *type = cast<MemberPointerType>(uo->getType()); getMemberPointerConstant() local
[all...]
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp940 auto type = mlir::cast<fir::ComplexType>(mathLibFuncType.getInput(0)); genComplexMathOp() local
1580 mlir::Type type = val.getType(); toExtendedValue() local
1654 const std::string builtin = "__builtin_"; genericName() local
2228 for (mlir::Type type : signature.getInputs()) { getUnrestrictedIntrinsicSymbolRefAttr() local
2314 mlir::Type type = arg.getType(); genAbs() local
3010 genChar(mlir::Type type,llvm::ArrayRef<fir::ExtendedValue> args) genChar() argument
3117 mlir::Type type = builder.getVarLenSeqTy(resultType, maskRank - 1); genCount() local
5965 mlir::Type type = builder.getVarLenSeqTy(resultType, resultRank); genReshape() local
6740 mlir::Type type = (moldRank == 0 && absentSize) genTransfer() local
6822 mlir::Type type = left.getType(); createExtremumCompare() local
7217 genDivC(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Type type,mlir::Value x,mlir::Value y) genDivC() argument
7222 genPow(fir::FirOpBuilder & builder,mlir::Location loc,mlir::Type type,mlir::Value x,mlir::Value y) genPow() argument
[all...]