/llvm-project/mlir/lib/Conversion/GPUCommon/ |
H A D | OpToFuncCallLowering.h | 88 Type getFunctionType(Type resultType, ValueRange operands) const { getFunctionType() function
|
/llvm-project/llvm/lib/IR/ |
H A D | InlineAsm.cpp | 58 FunctionType *InlineAsm::getFunctionType() const { getFunctionType() function in InlineAsm
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.h | 404 FunctionType *getFunctionType(Module &M) const { getFunctionType() function 461 FunctionType *getFunctionType(Module &M) const override { return FuncTy; } getFunctionType() function
|
H A D | AMDGPULibFunc.cpp | 974 FunctionType *AMDGPUMangledLibFunc::getFunctionType(Module &M) const { getFunctionType() function in AMDGPUMangledLibFunc
|
/llvm-project/llvm/include/llvm/IR/ |
H A D | Function.h | 207 FunctionType *getFunctionType() const { getFunctionType() function
|
H A D | DerivedTypes.h | 185 FunctionType *getFunctionType() { return FnTy; } getFunctionType() function
|
/llvm-project/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 512 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const { getFunctionType() function in CodeCompleteConsumer::OverloadCandidate
|
/llvm-project/llvm/unittests/IR/ |
H A D | VFABIDemanglerTest.cpp | 94 FunctionType *getFunctionType() { getFunctionType() function in __anon86e2c1e00111::VFABIParserTest [all...] |
/llvm-project/mlir/lib/IR/ |
H A D | Builders.cpp | 96 FunctionType Builder::getFunctionType(TypeRange inputs, TypeRange results) { getFunctionType() function in Builder
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | TypeRecord.h | 227 TypeIndex getFunctionType() const { return FunctionType; } in getFunctionType() function 619 TypeIndex getFunctionType() const { return FunctionType; } in getFunctionType() function
|
/llvm-project/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 1257 uint32_t WasmObjectWriter::getFunctionType(const MCSymbolWasm &Symbol) { getFunctionType() function in WasmObjectWriter
|
/llvm-project/flang/lib/Lower/ |
H A D | CallInterface.cpp | 1636 mlir::FunctionType getFunctionType() { getFunctionType() function in SignatureBuilder
|
/llvm-project/clang/lib/AST/ |
H A D | DeclBase.cpp | 1163 const FunctionType *Decl::getFunctionType(bool BlocksToo) const { getFunctionType() function in Decl
|
H A D | Expr.cpp | 2513 const FunctionProtoType *BlockExpr::getFunctionType() const { getFunctionType() function in BlockExpr
|
/llvm-project/flang/lib/Optimizer/Dialect/ |
H A D | FIROps.cpp | 1071 mlir::FunctionType fir::CallOp::getFunctionType() { getFunctionType() function in fir::CallOp 1568 mlir::FunctionType fir::DispatchOp::getFunctionType() { getFunctionType() function in fir::DispatchOp
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 1600 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args, getFunctionType() function
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 4353 CGDebugInfo::getFunctionType(const FunctionDecl *FD, QualType RetTy, getFunctionType() function in CGDebugInfo
|
/llvm-project/flang/lib/Optimizer/Builder/ |
H A D | IntrinsicCall.cpp | 1562 static mlir::FunctionType getFunctionType(std::optional<mlir::Type> resultType, getFunctionType() function [all...] |