Home
last modified time | relevance | path

Searched defs:From (Results 1 – 25 of 226) sorted by relevance

12345678910

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DOperator.h27 static bool classof(const Value *From) { in classof()
46 static bool classof(const Instruction *From) { in classof()
50 static bool classof(const ConstantExpr *From) { in classof()
54 static bool classof(const Value *From) { in classof()
H A DConstant.h47 static bool classof(const sandboxir::Value *From) { in classof()
241 static bool classof(const sandboxir::Value *From) { in classof()
327 static bool classof(const sandboxir::Value *From) { in classof()
354 static bool classof(const sandboxir::Value *From) { in classof()
373 static bool classof(const Value *From) { in classof()
418 static bool classof(const Value *From) { in classof()
444 static bool classof(const Value *From) { in classof()
474 static bool classof(const sandboxir::Value *From) { in classof()
584 static bool classof(const Value *From) { in classof()
596 static bool classof(const Value *From) { in classof()
[all …]
H A DInstruction.h434 static bool classof(const Value *From) { in classof()
487 static bool classof(const Value *From) { in classof()
509 static bool classof(const Value *From) { in classof()
538 static bool classof(const Value *From) { in classof()
974 static bool classof(const Value *From) { in classof()
1119 static bool classof(const Value *From) { in classof()
1179 static bool classof(const Value *From) { in classof()
1192 static bool classof(const Value *From) { in classof()
1290 static bool classof(const Value *From) { in classof()
1305 static bool classof(const Value *From) { in classof()
[all …]
H A DType.h299 static bool classof(const Type *From) { in classof()
308 static bool classof(const Type *From) { in classof()
322 static bool classof(const Type *From) { in classof()
353 static bool classof(const Type *From) { in classof()
457 static bool classof(const Type *From) { in classof()
470 static bool classof(const Type *From) { in classof()
H A DArgument.h24 static bool classof(const sandboxir::Value *From) { in classof()
H A DFunction.h35 static bool classof(const sandboxir::Value *From) { in classof()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.cpp
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h31 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 DBasicValueFactory.h169 APSIntPtr Convert(const llvm::APSInt &To, const llvm::APSInt &From) { in Convert()
177 APSIntPtr Convert(QualType T, const llvm::APSInt &From) { in Convert()
182 APSIntPtr Convert(APSIntType TargetType, const llvm::APSInt &From) { in Convert()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCFGUpdate.h30 NodePtr From; variable
34 Update(UpdateKind Kind, NodePtr From, NodePtr To) in Update()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_base.h61 void releasePagesToOS(uptr From, uptr Size) { in releasePagesToOS()
68 void releaseAndZeroPagesToOS(uptr From, uptr Size) { in releaseAndZeroPagesToOS()
H A Drelease.h31 void releasePageRangeToOS(uptr From, uptr To) { in releasePageRangeToOS()
56 void releasePageRangeToOS(uptr From, uptr To) { in releasePageRangeToOS()
81 void releasePageRangeToOS(uptr From, uptr To) { in releasePageRangeToOS()
95 void releasePageRangeToOS(uptr From, uptr To) { in releasePageRangeToOS()
295 void incRange(uptr Region, uptr From, uptr To) const { in incRange()
313 void setAsAllCountedRange(uptr Region, uptr From, uptr To) const { in setAsAllCountedRange()
H A Dmem_map_fuchsia.h30 void releasePagesToOSImpl(uptr From, uptr Size) { in releasePagesToOSImpl()
H A Dmem_map.h40 releasePagesToOSImpl(uptr From,uptr Size) releasePagesToOSImpl() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Vectorize/SandboxVectorizer/
H A DLegality.h206 static bool classof(const LegalityResult *From) { in classof()
218 static bool classof(const LegalityResult *From) { in classof()
233 static bool classof(const LegalityResult *From) { in classof()
246 static bool classof(const LegalityResult *From) { in classof()
311 static bool classof(const LegalityResult *From) { in classof()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanUtils.h191 static void disconnectBlocks(VPBlockBase *From, VPBlockBase *To) { in disconnectBlocks()
234 static void insertOnEdge(VPBlockBase *From, VPBlockBase *To, in insertOnEdge()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp421 void DependencyGraph::addDependency(unsigned From, unsigned To, in addDependency()
452 void BottleneckAnalysis::addRegisterDep(unsigned From, unsigned To, in addRegisterDep()
464 void BottleneckAnalysis::addMemoryDep(unsigned From, unsigned To, in addMemoryDep()
476 void BottleneckAnalysis::addResourceDep(unsigned From, unsigned To, in addResourceDep()
521 unsigned From = RegDep.IID % Source.size(); in onEvent() local
528 unsigned From = MemDep.IID % Source.size(); in onEvent() local
H A DBottleneckAnalysis.h257 void addRegisterDep(unsigned From, unsigned To, unsigned RegID, in addRegisterDep()
262 void addMemoryDep(unsigned From, unsigned To, unsigned Cost) { in addMemoryDep()
266 void addResourceDep(unsigned From, unsigned To, uint64_t Mask, in addResourceDep()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp451 MVT::SimpleValueType From) { in zeroExtendToI32()
487 MVT::SimpleValueType From) { in signExtendToI32()
523 MVT::SimpleValueType From, in zeroExtend()
545 MVT::SimpleValueType From, in signExtend()
567 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForUnsignedValue() local
578 MVT::SimpleValueType From = getSimpleType(V->getType()); in getRegForSignedValue() local
1012 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectZExt() local
1029 MVT::SimpleValueType From = getSimpleType(Op->getType()); in selectSExt() local
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h211 void addRemappedFile(StringRef From, StringRef To) { in addRemappedFile()
215 void addRemappedFile(StringRef From, llvm::MemoryBuffer *To) { in addRemappedFile()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DSuspendCrossingInfo.cpp70 bool SuspendCrossingInfo::hasPathCrossingSuspendPoint(BasicBlock *From, in hasPathCrossingSuspendPoint()
81 BasicBlock *From, BasicBlock *To) const { in hasPathOrLoopCrossingSuspendPoint()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParserExtension.cpp28 StringRef From; in parseDirectiveCGProfile() local
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h308 [[nodiscard]] llvm::Error importInto(ImportT &To, const ImportT &From) { in importInto()
561 virtual void Imported(Decl *From, Decl *To) {} in Imported()
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp72 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/lib/AST/
H A DASTImporter.cpp130 static void updateFlags(const Decl *From, Decl *To) { in updateFlags()
184 [[nodiscard]] Error importInto(ImportT &To, const ImportT &From) { in importInto()
190 [[nodiscard]] Error importInto(ImportT *&To, ImportT *From) { in importInto()
200 auto import(T *From) in import()
210 auto import(const T *From) { in import()
216 Expected<T> import(const T &From) { in import()
222 Expected<std::optional<T>> import(std::optional<T> From) { in import()
704 template <typename T> T importChecked(Error &Err, const T &From) { in importChecked()
776 const TemplateArgumentListInfo &From, TemplateArgumentListInfo &Result) { in ImportTemplateArgumentListInfo()
784 const ASTTemplateArgumentListInfo &From, in ImportTemplateArgumentListInfo()
[all …]

12345678910