Home
last modified time | relevance | path

Searched defs:getFunctionType (Results 1 – 17 of 17) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Conversion/GPUCommon/
H A DOpToFuncCallLowering.h88 Type getFunctionType(Type resultType, ValueRange operands) const { in getFunctionType() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DInlineAsm.cpp58 FunctionType *InlineAsm::getFunctionType() const { in getFunctionType() function in InlineAsm
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h393 FunctionType *getFunctionType(Module &M) const { in getFunctionType() function
448 FunctionType *getFunctionType(Module &M) const override { return FuncTy; } in getFunctionType() function
H A DAMDGPULibFunc.cpp919 FunctionType *AMDGPUMangledLibFunc::getFunctionType(Module &M) const { in getFunctionType() function in AMDGPUMangledLibFunc
/llvm-project-15.0.7/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp506 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const { in getFunctionType() function in CodeCompleteConsumer::OverloadCandidate
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DFunction.h175 FunctionType *getFunctionType() const { in getFunctionType() function
H A DDerivedTypes.h182 FunctionType *getFunctionType() { return FnTy; } in getFunctionType() function
/llvm-project-15.0.7/mlir/lib/IR/
H A DBuilders.cpp67 FunctionType Builder::getFunctionType(TypeRange inputs, TypeRange results) { in getFunctionType() function in Builder
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h227 TypeIndex getFunctionType() const { return FunctionType; } in getFunctionType() function
619 TypeIndex getFunctionType() const { return FunctionType; } in getFunctionType() function
/llvm-project-15.0.7/flang/lib/Lower/
H A DCallInterface.cpp1159 mlir::FunctionType getFunctionType() { return genFunctionType(); } in getFunctionType() function in SignatureBuilder
H A DIntrinsicCall.cpp1556 static mlir::FunctionType getFunctionType(llvm::Optional<mlir::Type> resultType, in getFunctionType() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp1262 uint32_t WasmObjectWriter::getFunctionType(const MCSymbolWasm &Symbol) { in getFunctionType() function in WasmObjectWriter
/llvm-project-15.0.7/clang/lib/AST/
H A DDeclBase.cpp1016 const FunctionType *Decl::getFunctionType(bool BlocksToo) const { in getFunctionType() function in Decl
H A DExpr.cpp2396 const FunctionProtoType *BlockExpr::getFunctionType() const { in getFunctionType() function in BlockExpr
/llvm-project-15.0.7/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp644 mlir::FunctionType fir::CallOp::getFunctionType() { in getFunctionType() function in fir::CallOp
1040 mlir::FunctionType fir::DispatchOp::getFunctionType() { in getFunctionType() function in fir::DispatchOp
/llvm-project-15.0.7/clang/include/clang/AST/
H A DASTContext.h1557 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args, in getFunctionType() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4036 CGDebugInfo::getFunctionType(const FunctionDecl *FD, QualType RetTy, in getFunctionType() function in CGDebugInfo