Home
last modified time | relevance | path

Searched defs:create (Results 1 – 25 of 273) sorted by relevance

1234567891011

/llvm-project/mlir/lib/Tools/PDLL/AST/
H A DNodes.cpp33 const Name &Name::create(Context &ctx, StringRef name, SMRange location) { in create() function in Name
192 CompoundStmt *CompoundStmt::create(Context &ctx, SMRange loc, in create() function in CompoundStmt
207 LetStmt *LetStmt::create(Context &ctx, SMRange loc, VariableDecl *varDecl) { in create() function in LetStmt
218 EraseStmt *EraseStmt::create(Context &ctx, SMRange loc, Expr *rootOp) { in create() function in EraseStmt
225 ReplaceStmt *ReplaceStmt::create(Context &ctx, SMRange loc, Expr *rootOp, in create() function in ReplaceStmt
239 RewriteStmt *RewriteStmt::create(Context &ctx, SMRange loc, Expr *rootOp, in create() function in RewriteStmt
249 ReturnStmt *ReturnStmt::create(Context &ctx, SMRange loc, Expr *resultExpr) { in create() function in ReturnStmt
258 AttributeExpr *AttributeExpr::create(Context &ctx, SMRange loc, in create() function in AttributeExpr
268 CallExpr *CallExpr::create(Context &ctx, SMRange loc, Expr *callable, in create() function in CallExpr
285 DeclRefExpr *DeclRefExpr::create(Context &ctx, SMRange loc, Decl *decl, in create() function in DeclRefExpr
[all …]
/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXMCExpr.cpp19 NVPTXFloatMCExpr::create(VariantKind Kind, const APFloat &Flt, MCContext &Ctx) { in create() function in NVPTXFloatMCExpr
59 NVPTXGenericMCSymbolRefExpr::create(const MCSymbolRefExpr *SymExpr, in create() function in NVPTXGenericMCSymbolRefExpr
/llvm-project/clang/include/clang/Basic/
H A DSarif.h82 static SarifArtifactLocation create(llvm::StringRef URI) { in create() function
119 static SarifArtifact create(const SarifArtifactLocation &Loc) { in create() function
185 static ThreadFlow create() { return {}; } in create() function
221 static SarifReportingConfiguration create() { return {}; }; in create() function
269 static SarifRule create() { return {}; } in create() function
333 static SarifResult create(uint32_t RuleIdx) { return SarifResult{RuleIdx}; } in create() function
H A DDiagnosticError.h32 static llvm::Error create(SourceLocation Loc, PartialDiagnostic Diag) { in create() function
/llvm-project/lldb/unittests/tools/lldb-server/tests/
H A DMessageObjects.cpp20 Expected<ProcessInfo> ProcessInfo::create(StringRef response) { in create() function in llgs_tests::ProcessInfo
99 Expected<JThreadsInfo> JThreadsInfo::create(StringRef Response, in create() function in llgs_tests::JThreadsInfo
142 Expected<RegisterInfo> RegisterInfoParser::create(StringRef Response) { in create() function in llgs_tests::RegisterInfoParser
233 StopReply::create(StringRef Response, llvm::endianness Endian, in create() function in llgs_tests::StopReply
272 StopReplyStop::create(StringRef Response, llvm::endianness Endian, in create() function in llgs_tests::StopReplyStop
333 StopReplyExit::create(StringRef Response) { in create() function in llgs_tests::StopReplyExit
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h101 create(AnalysisDeclContext &analysisContext) { in create() function
115 create(AnalysisDeclContext &analysisContext) { in create() function
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DArena.h36 create(Args &&...args) { in create() function
52 create(Args &&...args) { in create() function
/llvm-project/clang/lib/DirectoryWatcher/default/
H A DDirectoryWatcher-not-implemented.cpp14 llvm::Expected<std::unique_ptr<DirectoryWatcher>> clang::DirectoryWatcher::create( in create() function in clang::DirectoryWatcher
/llvm-project/lld/MachO/
H A DDwarf.cpp20 std::unique_ptr<DwarfObject> DwarfObject::create(ObjFile *obj) { in create() function in DwarfObject
/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmReader.cpp18 Expected<std::unique_ptr<Object>> Reader::create() const { in create() function in llvm::objcopy::wasm::Reader
/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
H A DFindAllSymbolsAction.h50 std::unique_ptr<FrontendAction> create() override { in create() function
/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MCExpr.cpp27 const AArch64MCExpr *AArch64MCExpr::create(const MCExpr *Expr, VariantKind Kind, in create() function in AArch64MCExpr
158 const AArch64AuthMCExpr *AArch64AuthMCExpr::create(const MCExpr *Expr, create() function in AArch64AuthMCExpr
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DTypePool.h46 create(llvm::parallel::PerThreadBumpPtrAllocator &Allocator) { in create() function
100 create(const StringRef &Key, in create() function
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCExpr.cpp17 ARMMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create() function in ARMMCExpr
/llvm-project/llvm/lib/Target/SystemZ/MCTargetDesc/
H A DSystemZMCExpr.cpp15 const SystemZMCExpr *SystemZMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create() function in SystemZMCExpr
/llvm-project/llvm/lib/ObjCopy/
H A DCommonConfig.cpp16 NameOrPattern::create(StringRef Pattern, MatchStyle MS, in create() function in llvm::objcopy::NameOrPattern
/llvm-project/llvm/lib/CodeGen/
H A DAllocationOrder.cpp29 AllocationOrder AllocationOrder::create(unsigned VirtReg, const VirtRegMap &VRM, in create() function in AllocationOrder
/llvm-project/llvm/lib/IR/
H A DGlobals.cpp544 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, create() function in GlobalAlias
550 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, create() function in GlobalAlias
556 GlobalAlias *GlobalAlias::create(Type *Ty, unsigned AddressSpace, create() function in GlobalAlias
562 GlobalAlias *GlobalAlias::create(LinkageTypes Link, const Twine &Name, create() function in GlobalAlias
568 GlobalAlias *GlobalAlias::create(const Twine &Name, GlobalValue *Aliasee) { create() function in GlobalAlias
601 GlobalIFunc *GlobalIFunc::create(Type *Ty, unsigned AddressSpace, create() function in GlobalIFunc
[all...]
/llvm-project/llvm/lib/MC/
H A DMCExpr.cpp182 const MCBinaryExpr *MCBinaryExpr::create(Opcode Opc, const MCExpr *LHS, create() function in MCBinaryExpr
188 const MCUnaryExpr *MCUnaryExpr::create(Opcode Opc, const MCExpr *Expr, create() function in MCUnaryExpr
193 const MCConstantExpr *MCConstantExpr::create(int64_t Value, MCContext &Ctx, create() function in MCConstantExpr
209 const MCSymbolRefExpr *MCSymbolRefExpr::create(const MCSymbol *Sym, create() function in MCSymbolRefExpr
215 const MCSymbolRefExpr *MCSymbolRefExpr::create(StringRef Name, VariantKind Kind, create() function in MCSymbolRefExpr
/llvm-project/llvm/lib/Target/Lanai/MCTargetDesc/
H A DLanaiMCExpr.cpp17 const LanaiMCExpr *LanaiMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create() function in LanaiMCExpr
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DFormula.cpp20 const Formula &Formula::create(llvm::BumpPtrAllocator &Alloc, Kind K, in create() function in clang::dataflow::Formula
/llvm-project/clang-tools-extra/clang-doc/
H A DClangDoc.cpp38 std::unique_ptr<FrontendAction> MapperActionFactory::create() { in create() function in clang::doc::MapperActionFactory
/llvm-project/llvm/lib/Object/
H A DTapiUniversal.cpp56 TapiUniversal::create(MemoryBufferRef Source) { create() function in TapiUniversal
/llvm-project/llvm/include/llvm/DWARFLinker/
H A DStringPool.h44 create(const StringRef &Key, in create() function
/llvm-project/mlir/include/mlir/IR/
H A DImplicitLocOpBuilder.h66 OpTy create(Args &&...args) { in create() function

1234567891011