| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | IRBuilder.h | 121 const IRBuilderFolder &Folder; variable 137 : Context(context), Folder(Folder), Inserter(Inserter), in IRBuilderBase() 1615 if (Value *Res = Folder.FoldUnOpFMF(Opc, V, FMF)) 2178 if (auto *V = Folder.FoldICmp(P, LHS, RHS)) 2278 if (Value *V = Folder.FoldExtractElement(Vec, Idx)) 2334 if (auto *V = Folder.FoldExtractValue(Agg, Idxs)) 2487 FolderTy Folder; 2495 Folder(Folder), Inserter(Inserter) {} 2501 explicit IRBuilder(BasicBlock *TheBB, FolderTy Folder, 2505 FPMathTag, OpBundles), Folder(Folder) { [all …]
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | fold-reduction.cpp | 16 Folder<SubscriptInteger>{context}.Folding(arg[*dimIndex])}) { in CheckReductionDIM() 37 Folder<LogicalResult>{context}.Folding(maskArg)}; in GetReductionMASK()
|
| H A D | fold-implementation.h | 49 template <typename T> class Folder { 51 explicit Folder(FoldingContext &c) : context_{c} {} in Folder() function 128 return Folder<T>{context}.Folding(std::move(designator)); in FoldOperation() 174 std::optional<Constant<T>> Folder<T>::Folding(DataRef &ref) { in Folding() 253 std::optional<Constant<T>> Folder<T>::ApplyComponent( in ApplyComponent() 418 Folder<A>{context}.Folding(arguments.at(I))...}; in GetConstantArgumentsHelper() 1037 if (auto *cst{Folder<T>{context}.Folding(arg)}) { in FoldMINorMAX() 1124 return Folder<T>{context}.CSHIFT(std::move(funcRef)); in FoldOperation() 1128 return Folder<T>{context}.PACK(std::move(funcRef)); in FoldOperation() 1132 return Folder<T>{context}.SPREAD(std::move(funcRef)); in FoldOperation() [all …]
|
| H A D | intrinsics-library.cpp | 74 using Folder = Expr<SomeType> (*)( typedef 91 Folder folder;
|
| H A D | fold-reduction.h | 41 Constant<T> *folded{Folder<T>{context}.Folding(arg[arrayIndex])};
|
| H A D | fold-integer.cpp | 246 : Folder<LogicalResult>{context}.Folding(arg[0])}) { in FoldCount() 276 Folder<T> folder{context_}; in Test() 299 Folder<LogicalResult>{context_}.Folding(arg_[backArg])}; in Test()
|
| /llvm-project-15.0.7/llvm/ |
| H A D | CODE_OWNERS.TXT | 158 D: IR Constant Folder, InstCombine
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/ |
| H A D | BranchFolding.cpp | 134 BranchFolder Folder(EnableTailMerge, /*CommonHoist=*/true, MBBFreqInfo, in runOnMachineFunction() local 137 return Folder.OptimizeFunction(MF, MF.getSubtarget().getInstrInfo(), in runOnMachineFunction()
|
| /llvm-project-15.0.7/mlir/lib/Tools/lsp-server-support/ |
| H A D | Protocol.h | 748 Folder = 19, enumerator
|
| H A D | Protocol.cpp | 707 case CompletionItemKind::Folder: in adjustKindToCapability()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | IRBuilder.cpp | 978 return Insert(Folder.CreateFCmp(P, LC, RC), Name); in CreateFCmpHelper() 1022 if (auto *V = Folder.FoldSelect(C, True, False)) in CreateSelect()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | Protocol.h | 314 Folder = 19, enumerator
|
| H A D | Protocol.cpp | 958 case CompletionItemKind::Folder: in adjustKindToCapability()
|
| H A D | CodeComplete.cpp | 321 Completion.Kind = CompletionItemKind::Folder; in CodeCompletionBuilder()
|
| /llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/ |
| H A D | PDLLServer.cpp | 963 item.kind = isDirectory ? lsp::CompletionItemKind::Folder in codeCompleteIncludeFilename()
|
| /llvm-project-15.0.7/lldb/docs/ |
| H A D | doxygen.cfg.in | 494 # Folder Tree View (if specified). The default is YES. 501 # and from the Folder Tree View (if specified). The default is YES.
|
| /llvm-project-15.0.7/openmp/runtime/doc/doxygen/ |
| H A D | config | 570 # Folder Tree View (if specified). The default is YES. 579 # and from the Folder Tree View (if specified). The default is YES.
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | doxygen.cfg.in | 630 # will remove the Files entry from the Quick Index and from the Folder Tree View 638 # Folder Tree View (if specified).
|
| /llvm-project-15.0.7/bolt/docs/ |
| H A D | doxygen.cfg.in | 632 # will remove the Files entry from the Quick Index and from the Folder Tree View 640 # Folder Tree View (if specified).
|
| /llvm-project-15.0.7/polly/docs/ |
| H A D | doxygen.cfg.in | 630 # will remove the Files entry from the Quick Index and from the Folder Tree View 638 # Folder Tree View (if specified).
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | doxygen.cfg.in | 631 # will remove the Files entry from the Quick Index and from the Folder Tree View 639 # Folder Tree View (if specified).
|
| /llvm-project-15.0.7/clang-tools-extra/docs/ |
| H A D | doxygen.cfg.in | 630 # will remove the Files entry from the Quick Index and from the Folder Tree View 638 # Folder Tree View (if specified).
|
| /llvm-project-15.0.7/openmp/docs/ |
| H A D | doxygen.cfg.in | 630 # will remove the Files entry from the Quick Index and from the Folder Tree View 638 # Folder Tree View (if specified).
|
| /llvm-project-15.0.7/mlir/docs/ |
| H A D | doxygen.cfg.in | 631 # will remove the Files entry from the Quick Index and from the Folder Tree View 639 # Folder Tree View (if specified).
|
| /llvm-project-15.0.7/flang/docs/ |
| H A D | doxygen.cfg.in | 632 # will remove the Files entry from the Quick Index and from the Folder Tree View 640 # Folder Tree View (if specified).
|