/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/ |
H A D | GIMatchDag.cpp |
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | RangedConstraintManager.h | 31 Range(const llvm::APSInt &From, const llvm::APSInt &To) : Impl(&From, &To) { in Range() 40 const llvm::APSInt &From() const { return *Impl.first; } in From() function 173 RangeSet getRangeSet(const llvm::APSInt &From, const llvm::APSInt &To) { in getRangeSet() 314 RangeSet(Factory &F, const llvm::APSInt &From, const llvm::APSInt &To) in RangeSet()
|
H A D | BasicValueFactory.h | 169 const llvm::APSInt& From) { in Convert() 177 const llvm::APSInt &Convert(QualType T, const llvm::APSInt &From) { in Convert() 182 const llvm::APSInt &Convert(APSIntType TargetType, const llvm::APSInt &From) { in Convert()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | CFGUpdate.h | 30 NodePtr From; variable 34 Update(UpdateKind Kind, NodePtr From, NodePtr To) in Update()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | mem_map_base.h | 59 void releasePagesToOS(uptr From, uptr Size) { in releasePagesToOS() 66 void releaseAndZeroPagesToOS(uptr From, uptr Size) { in releaseAndZeroPagesToOS()
|
H A D | mem_map_fuchsia.h | 30 void releasePagesToOSImpl(uptr From, uptr Size) { in releasePagesToOSImpl()
|
H A D | mem_map.h | 40 releasePagesToOSImpl(uptr From,uptr Size) releasePagesToOSImpl() argument
|
H A D | release.h | 33 void releasePageRangeToOS(uptr From, uptr To) { in releasePageRangeToOS() argument 62 void releasePageRangeToOS(uptr From, uptr To) { in releasePageRangeToOS() argument 273 incRange(uptr Region,uptr From,uptr To) incRange() argument 291 setAsAllCountedRange(uptr Region,uptr From,uptr To) setAsAllCountedRange() argument [all...] |
H A D | mem_map.cpp | 50 void MemMapDefault::releaseAndZeroPagesToOSImpl(uptr From, uptr Size) { in releaseAndZeroPagesToOSImpl()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/ |
H A D | BottleneckAnalysis.cpp | 422 void DependencyGraph::addDependency(unsigned From, unsigned To, in addDependency() 453 void BottleneckAnalysis::addRegisterDep(unsigned From, unsigned To, in addRegisterDep() 465 void BottleneckAnalysis::addMemoryDep(unsigned From, unsigned To, in addMemoryDep() 477 void BottleneckAnalysis::addResourceDep(unsigned From, unsigned To, in addResourceDep() 522 unsigned From = RegDep.IID % Source.size(); in onEvent() local 529 unsigned From = MemDep.IID % Source.size(); in onEvent() local
|
H A D | BottleneckAnalysis.h | 254 void addRegisterDep(unsigned From, unsigned To, unsigned RegID, in addRegisterDep() 259 void addMemoryDep(unsigned From, unsigned To, unsigned Cost) { in addMemoryDep() 263 void addResourceDep(unsigned From, unsigned To, uint64_t Mask, in addResourceDep()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFastISel.cpp | 445 MVT::SimpleValueType From) { in zeroExtendToI32() 481 MVT::SimpleValueType From) { in signExtendToI32() 517 MVT::SimpleValueType From, in zeroExtend() 539 MVT::SimpleValueType From, in signExtend() 561 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForUnsignedValue() local 572 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForSignedValue() local 1003 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectZExt() local 1020 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectSExt() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | GenericDomTreeUpdaterImpl.h | 191 BasicBlockT *From = U.getFrom(); in dump() local 284 const auto *From = Update.getFrom(); in isUpdateValid() local
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | MCAsmParserExtension.cpp | 28 StringRef From; in ParseDirectiveCGProfile() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessorOptions.h | 224 void addRemappedFile(StringRef From, StringRef To) { in addRemappedFile() 228 void addRemappedFile(StringRef From, llvm::MemoryBuffer *To) { in addRemappedFile()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTImporter.cpp | 131 void updateFlags(const Decl *From, Decl *To) { in updateFlags() 185 [[nodiscard]] Error importInto(ImportT &To, const ImportT &From) { in importInto() 191 [[nodiscard]] Error importInto(ImportT *&To, ImportT *From) { in importInto() 201 auto import(T *From) in import() 211 auto import(const T *From) { in import() 217 Expected<T> import(const T &From) { in import() 223 Expected<std::optional<T>> import(std::optional<T> From) { in import() 650 template <typename T> T importChecked(Error &Err, const T &From) { in importChecked() 722 const TemplateArgumentListInfo &From, TemplateArgumentListInfo &Result) { in ImportTemplateArgumentListInfo() 730 const ASTTemplateArgumentListInfo &From, in ImportTemplateArgumentListInfo() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | RefactoringCallbacks.cpp | 72 static Replacement replaceStmtWithText(SourceManager &Sources, const Stmt &From, in replaceStmtWithText() 77 static Replacement replaceStmtWithStmt(SourceManager &Sources, const Stmt &From, in replaceStmtWithStmt()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTImporter.h | 308 [[nodiscard]] llvm::Error importInto(ImportT &To, const ImportT &From) { in importInto() 548 virtual void Imported(Decl *From, Decl *To) {} in Imported()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
H A D | SandboxIR.h | 303 static bool classof(const sandboxir::Value *From) { in classof() 419 static bool classof(const sandboxir::Value *From) { in classof() 717 static bool classof(const Value *From) { in classof() 749 static bool classof(const sandboxir::Value *From) { in classof() 786 static bool classof(const Value *From) { in classof() 922 static bool classof(const sandboxir::Value *From) { in classof()
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
H A D | BuildTree.cpp | 322 void add(ASTPtr From, syntax::Tree *To) { in add() 331 void add(NestedNameSpecifierLoc From, syntax::Tree *To) { in add() 384 void foldNode(ArrayRef<syntax::Token> Range, syntax::Tree *New, ASTPtr From) { in foldNode() 397 NestedNameSpecifierLoc From) { in foldNode() 407 ASTPtr From) { in foldList() 1047 ASTPtr From) { in buildIdExpression() 1655 syntax::SimpleDeclaration *InnerDeclaration, Decl *From) { in foldExplicitTemplateInstantiation() 1667 ArrayRef<syntax::Token> TemplatedDeclaration, Decl *From) { in foldTemplateDeclaration()
|
/freebsd/contrib/llvm-project/llvm/lib/Linker/ |
H A D | LinkModules.cpp | 155 LinkFrom &From) { in computeResultingSelectionKind() 221 LinkFrom &From) { in getComdatResult() 472 LinkFrom From; in run() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
H A D | NVPTXImageOptimizer.cpp | 146 void NVPTXImageOptimizer::replaceWith(Instruction *From, ConstantInt *To) { in replaceWith()
|
H A D | NVPTXProxyRegErasure.cpp | 108 MachineOperand &From, in replaceRegisterUsage()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | PostOrderIterator.h | 65 insertEdge(std::optional<NodeRef> From,NodeRef To) insertEdge() argument 86 insertEdge(std::optional<NodeRef> From,NodeRef To) insertEdge() argument
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCObjectWriter.h | 44 const MCSymbolRefExpr *From; member
|