Home
last modified time | relevance | path

Searched defs:To (Results 1 – 25 of 163) sorted by relevance

1234567

/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()
41 const llvm::APSInt &To() const { return *Impl.second; } in To() 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()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/GlobalISel/
H A DGIMatchDag.cpp
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTImporter.h308 [[nodiscard]] llvm::Error importInto(ImportT &To, const ImportT &From) { in importInto()
548 virtual void Imported(Decl *From, Decl *To) {} in Imported()
563 virtual Decl *GetOriginalDecl(Decl *To) { return nullptr; } in GetOriginalDecl()
H A DASTImporterSharedState.h77 void setImportDeclError(Decl *To, ASTImportError Error) { in setImportDeclError()
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/Views/
H A DBottleneckAnalysis.cpp240 DGNode &To = Nodes[ToIID]; in propagateThroughEdges() local
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()
505 unsigned To = IID % Source.size(); in onEvent() local
H A DBottleneckAnalysis.h254 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/include/llvm/Analysis/
H A DGenericDomTreeUpdaterImpl.h200 BasicBlockT *To = U.getTo(); in dump() local
285 const auto *To = Update.getTo(); in isUpdateValid() local
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DMCAsmParserExtension.cpp37 StringRef To; in ParseDirectiveCGProfile() local
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h224 void addRemappedFile(StringRef From, StringRef To) { in addRemappedFile()
228 void addRemappedFile(StringRef From, llvm::MemoryBuffer *To) { in addRemappedFile()
/freebsd/contrib/llvm-project/compiler-rt/lib/nsan/tests/
H A DNSanUnitTest.cpp31 const FT To = 2 * X; in TestFT() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp518 MVT::SimpleValueType To) { in zeroExtend()
540 MVT::SimpleValueType To) { in signExtend()
562 MVT::SimpleValueType To = getLegalType(From); in getRegForUnsignedValue() local
573 MVT::SimpleValueType To = getLegalType(From); in getRegForSignedValue() local
1004 MVT::SimpleValueType To = getLegalType(getSimpleType(ZExt->getType())); in selectZExt() local
1021 MVT::SimpleValueType To = getLegalType(getSimpleType(SExt->getType())); in selectSExt() local
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DPredicateInfo.h141 : PredicateBase(PType, Op, Cond), From(From), To(To) {} in PredicateWithEdge() argument
133 BasicBlock *To; global() variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCFGUpdate.h34 Update(UpdateKind Kind, NodePtr From, NodePtr To) in Update()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Drelease.h33 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...]
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXImageOptimizer.cpp146 void NVPTXImageOptimizer::replaceWith(Instruction *From, ConstantInt *To) { in replaceWith()
H A DNVPTXProxyRegErasure.cpp109 MachineOperand &To) { in replaceRegisterUsage()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DPostOrderIterator.h65 return Visited.insert(To).second; in insertEdge() argument
86 return Visited.insert(To).second; in insertEdge() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectWriter.h45 const MCSymbolRefExpr *To; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.cpp155 void VarBypassDetector::Detect(unsigned From, unsigned To) { in Detect()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDFAEmitter.cpp49 void DfaEmitter::addTransition(state_type From, state_type To, action_type A) { in addTransition()
153 dfa_state_type To = KV.second.first; in emit() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFixItUtils.cpp23 CanQualType To, in compareTypesSimple()
/freebsd/contrib/llvm-project/llvm/lib/XRay/
H A DBlockVerifier.cpp61 transition(State To) transition() argument
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DTransfer.cpp110 static void propagateValue(const Expr &From, const Expr &To, Environment &Env) { in propagateValue()
117 static void propagateStorageLocation(const Expr &From, const Expr &To, in propagateStorageLocation()
126 static void propagateValueOrStorageLocation(const Expr &From, const Expr &To, in propagateValueOrStorageLocation()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp744 static bool isPointerAlwaysReplaceable(const Value *From, const Value *To, in isPointerAlwaysReplaceable()
757 bool llvm::canReplacePointersInUseIfEqual(const Use &U, const Value *To, in canReplacePointersInUseIfEqual()
769 bool llvm::canReplacePointersIfEqual(const Value *From, const Value *To, in canReplacePointersIfEqual()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DCallSiteSplitting.cpp129 static void recordCondition(CallBase &CB, BasicBlock *From, BasicBlock *To, in recordCondition()
155 BasicBlock *To = Pred; in recordConditions() local

1234567