/llvm-project/mlir/include/mlir/TableGen/ |
H A D | Class.h | 120 MethodSignature(RetTypeT && retType,NameT && name,SmallVector<MethodParameter> && parameters) MethodSignature() argument 128 MethodSignature(RetTypeT && retType,NameT && name,ArrayRef<MethodParameter> parameters) MethodSignature() argument 137 MethodSignature(RetTypeT && retType,NameT && name,Parameters &&...parameters) MethodSignature() argument 329 Method(RetTypeT && retType,NameT && name,Properties properties,Args &&...args) Method() argument 337 Method(StringRef retType,StringRef name,Properties properties,std::initializer_list<MethodParameter> params) Method() argument 681 addMethod(RetTypeT && retType,NameT && name,Method::Properties properties,ArrayRef<MethodParameter> parameters) addMethod() argument 695 addMethod(RetTypeT && retType,NameT && name,ArrayRef<MethodParameter> parameters) addMethod() argument 703 addMethod(RetTypeT && retType,NameT && name,Method::Properties properties,Args &&...args) addMethod() argument 712 addMethod(RetTypeT && retType,NameT && name,Args &&...args) addMethod() argument 720 addStaticMethod(RetTypeT && retType,NameT && name,Args &&...args) addStaticMethod() argument 729 addStaticInlineMethod(RetTypeT && retType,NameT && name,Args &&...args) addStaticInlineMethod() argument 739 addInlineMethod(RetTypeT && retType,NameT && name,Args &&...args) addInlineMethod() argument 748 addConstMethod(RetTypeT && retType,NameT && name,Args &&...args) addConstMethod() argument 757 declareMethod(RetTypeT && retType,NameT && name,Args &&...args) declareMethod() argument 766 declareStaticMethod(RetTypeT && retType,NameT && name,Args &&...args) declareStaticMethod() argument [all...] |
/llvm-project/mlir/unittests/Dialect/SPIRV/ |
H A D | DeserializationTest.cpp | 96 uint32_t addFunctionType(uint32_t retType, ArrayRef<uint32_t> paramTypes) { in addFunctionType() 106 uint32_t addFunction(uint32_t retType, uint32_t fnType) { in addFunction()
|
/llvm-project/mlir/lib/Conversion/GPUToSPIRV/ |
H A D | WmmaOpsToSPIRV.cpp | 216 auto retType = cast<gpu::MMAMatrixType>(op.getRes().getType()); in matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/GPU/Transforms/ |
H A D | DecomposeMemrefs.cpp |
|
/llvm-project/mlir/lib/Dialect/Tosa/Utils/ |
H A D | QuantUtils.cpp | 276 quant::QuantizedType retType; in buildQTypeFromMinMax() local
|
/llvm-project/mlir/lib/Conversion/GPUToNVVM/ |
H A D | WmmaOpsToNvvm.cpp | 93 gpu::MMAMatrixType retType = in matchAndRewrite() local
|
/llvm-project/llvm/examples/ExceptionDemo/ |
H A D | ExceptionDemo.cpp | 163 createFunction(llvm::Module & module,llvm::Type * retType,const ArgTypes & theArgTypes,const ArgNames & theArgNames,const std::string & functName,llvm::GlobalValue::LinkageTypes linkage,bool declarationOnly,bool isVarArg) createFunction() argument 1696 llvm::Type *retType = builder.getVoidTy(); createStandardUtilityFunctions() local [all...] |
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | OpDefinitionsGen.cpp | 2985 StringRef retType = namedAttr->attr.getReturnType(); global() local 3267 StringRef retType; global() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/Transforms/ |
H A D | SparseTensorCodegen.cpp | 613 auto retType = ret.getType(); matchAndRewrite() local
|
/llvm-project/mlir/lib/Conversion/NVGPUToNVVM/ |
H A D | NVGPUToNVVM.cpp | 910 Type retType = rewriter.getI1Type(); matchAndRewrite() local
|
/llvm-project/mlir/lib/Dialect/SparseTensor/IR/ |
H A D | SparseTensorDialect.cpp | 561 SmallVector<Type> retType( in translateCrds() local
|
/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteObjC.cpp | 1048 if (const PointerType* PT = retType->getAs<PointerType>()) in RewriteTypeIntoString() local
|
H A D | RewriteModernObjC.cpp | 1214 QualType retType = T; RewriteTypeIntoString() local
|
/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 10485 QualType retType; mergeFunctionTypes() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGBuiltin.cpp | 18347 llvm::Type *retType = llvm::Type::getInt1Ty(this->getLLVMContext()); EmitHLSLBuiltinExpr() local [all...] |