Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Conversion/GPUCommon/
H A DOpToFuncCallLowering.h88 Type getFunctionType(Type resultType, ValueRange operands) const { getFunctionType() function
/llvm-project/llvm/lib/IR/
H A DInlineAsm.cpp58 FunctionType *InlineAsm::getFunctionType() const { getFunctionType() function in InlineAsm
/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h404 FunctionType *getFunctionType(Module &M) const { getFunctionType() function
461 FunctionType *getFunctionType(Module &M) const override { return FuncTy; } getFunctionType() function
H A DAMDGPULibFunc.cpp974 FunctionType *AMDGPUMangledLibFunc::getFunctionType(Module &M) const { getFunctionType() function in AMDGPUMangledLibFunc
/llvm-project/llvm/include/llvm/IR/
H A DFunction.h207 FunctionType *getFunctionType() const { getFunctionType() function
H A DDerivedTypes.h185 FunctionType *getFunctionType() { return FnTy; } getFunctionType() function
/llvm-project/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp512 CodeCompleteConsumer::OverloadCandidate::getFunctionType() const { getFunctionType() function in CodeCompleteConsumer::OverloadCandidate
/llvm-project/llvm/unittests/IR/
H A DVFABIDemanglerTest.cpp94 FunctionType *getFunctionType() { getFunctionType() function in __anon86e2c1e00111::VFABIParserTest
[all...]
/llvm-project/mlir/lib/IR/
H A DBuilders.cpp96 FunctionType Builder::getFunctionType(TypeRange inputs, TypeRange results) { getFunctionType() function in Builder
/llvm-project/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/llvm/lib/MC/
H A DWasmObjectWriter.cpp1257 uint32_t WasmObjectWriter::getFunctionType(const MCSymbolWasm &Symbol) { getFunctionType() function in WasmObjectWriter
/llvm-project/flang/lib/Lower/
H A DCallInterface.cpp1636 mlir::FunctionType getFunctionType() { getFunctionType() function in SignatureBuilder
/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1163 const FunctionType *Decl::getFunctionType(bool BlocksToo) const { getFunctionType() function in Decl
H A DExpr.cpp2513 const FunctionProtoType *BlockExpr::getFunctionType() const { getFunctionType() function in BlockExpr
/llvm-project/flang/lib/Optimizer/Dialect/
H A DFIROps.cpp1071 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 DASTContext.h1600 QualType getFunctionType(QualType ResultTy, ArrayRef<QualType> Args, getFunctionType() function
/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp4353 CGDebugInfo::getFunctionType(const FunctionDecl *FD, QualType RetTy, getFunctionType() function in CGDebugInfo
/llvm-project/flang/lib/Optimizer/Builder/
H A DIntrinsicCall.cpp1562 static mlir::FunctionType getFunctionType(std::optional<mlir::Type> resultType, getFunctionType() function
[all...]