Searched defs:To (Results 101 - 125 of 131) sorted by relevance

123456

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp264 checkRelocation(MCContext &Ctx, SMLoc Loc, const MCSectionELF *From, const MCSectionELF *To) argument
H A DMCStreamer.cpp757 emitCGProfileEntry(const MCSymbolRefExpr *From, const MCSymbolRefExpr *To, uint64_t Count) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp542 static void overrideFields(ELFYAML::Section *From, typename ELFT::Shdr &To) { argument
1396 unsigned To = toSymbolIndex(E.To, Section.Name, /*IsDynamic=*/false); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp586 static bool IsBackEdge(BasicBlock *From, BasicBlock *To, argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp707 bool SCCPSolver::isEdgeFeasible(BasicBlock *From, BasicBlock *To) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h397 StringRef To; member in struct:llvm::ELFYAML::CallGraphEntry
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h644 InsertEdge(DomTreeT &DT, const BatchUpdatePtr BUI, const NodePtr From, const NodePtr To) argument
674 UpdateRootsBeforeInsertion(DomTreeT &DT, const BatchUpdatePtr BUI, const TreeNodePtr From, const TreeNodePtr To) argument
733 InsertReachable(DomTreeT &DT, const BatchUpdatePtr BUI, const TreeNodePtr From, const TreeNodePtr To) argument
860 InsertUnreachable(DomTreeT &DT, const BatchUpdatePtr BUI, const TreeNodePtr From, const NodePtr To) argument
910 DeleteEdge(DomTreeT &DT, const BatchUpdatePtr BUI, const NodePtr From, const NodePtr To) argument
1616 InsertEdge(DomTreeT &DT, typename DomTreeT::NodePtr From, typename DomTreeT::NodePtr To) argument
1623 DeleteEdge(DomTreeT &DT, typename DomTreeT::NodePtr From, typename DomTreeT::NodePtr To) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DMemorySSAUpdater.cpp524 void MemorySSAUpdater::removeEdge(BasicBlock *From, BasicBlock *To) { argument
1174 void MemorySSAUpdater::moveAllAccesses(BasicBlock *From, BasicBlock *To, argument
531 removeDuplicatePhiEdgesBetween(const BasicBlock *From, const BasicBlock *To) argument
1209 moveAllAfterSpliceBlocks(BasicBlock *From, BasicBlock *To, Instruction *Start) argument
1220 moveAllAfterMergeBlocks(BasicBlock *From, BasicBlock *To, Instruction *Start) argument
1406 changeCondBranchToUnconditionalTo(const BranchInst *BI, const BasicBlock *To) argument
[all...]
H A DValueTracking.cpp3718 static Value *BuildSubAggregate(Value *From, Value* To, Type *IndexedType, argument
3782 Value *To = UndefValue::get(IndexedType); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64InstrInfo.cpp1182 areCFlagsAccessedBetweenInstrs( MachineBasicBlock::iterator From, MachineBasicBlock::iterator To, const TargetRegisterInfo *TRI, const AccessKind AccessToCheck = AK_All) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroSplit.cpp1091 static bool hasCallsInBlockBetween(Instruction *From, Instruction *To) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGISel.cpp521 Register To = I->second; local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp1721 Value *BlockAddress::handleOperandChangeImpl(Value *From, Value *To) { argument
3094 void Constant::handleOperandChange(Value *From, Value *To) { argument
3121 Value *ConstantArray::handleOperandChangeImpl(Value *From, Value *To) { argument
3162 handleOperandChangeImpl(Value *From, Value *To) argument
3198 handleOperandChangeImpl(Value *From, Value *To) argument
3226 Constant *To = cast<Constant>(ToV); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonConstPropagation.cpp862 removeCFGEdge(MachineBasicBlock *From, MachineBasicBlock *To) argument
H A DHexagonISelDAGToDAG.cpp147 SDValue To[3]; local
530 SDValue To[2]; local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp133 void updateFlags(const Decl *From, Decl *To) { argument
147 LLVM_NODISCARD Error importInto(ImportT &To, const ImportT &From) { argument
153 LLVM_NODISCARD Error importInto(ImportT *&To, ImportT *From) { argument
1676 ImportDeclarationNameLoc( const DeclarationNameInfo &From, DeclarationNameInfo& To) argument
1848 ImportImplicitMethods( const CXXRecordDecl *From, CXXRecordDecl *To) argument
1863 setTypedefNameForAnonDecl(TagDecl *From, TagDecl *To, ASTImporter &Importer) argument
1874 ImportDefinition( RecordDecl *From, RecordDecl *To, ImportDefinitionKind Kind) argument
1989 ImportInitializer(VarDecl *From, VarDecl *To) argument
2012 ImportDefinition( EnumDecl *From, EnumDecl *To, ImportDefinitionKind Kind) argument
2083 IsStructuralMatch(Decl *From, Decl *To, bool Complain) argument
2132 IsStructuralMatch(FunctionTemplateDecl *From, FunctionTemplateDecl *To) argument
2141 IsStructuralMatch(FunctionDecl *From, FunctionDecl *To) argument
2159 IsStructuralMatch(ClassTemplateDecl *From, ClassTemplateDecl *To) argument
2168 IsStructuralMatch(VarTemplateDecl *From, VarTemplateDecl *To) argument
[all...]
H A DASTContext.cpp9085 bool ASTContext::canBindObjCObjectType(QualType To, QualType From) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp699 copySubReg(MachineInstr &I, MachineRegisterInfo &MRI, const RegisterBankInfo &RBI, Register SrcReg, const TargetRegisterClass *To, unsigned SubReg) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp893 SDValue To[] = {Res, NarrowBCast.getValue(1)}; local
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp471 void QuoteDoublequotes(std::string &From, std::string &To) { argument
H A DRewriteModernObjC.cpp565 void QuoteDoublequotes(std::string &From, std::string &To) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1681 const Node *To; member in class:CastExpr
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3651 auto *To = cast<ParmDecl>(ToD); local
3658 inheritDefaultTemplateArguments(ASTContext &Context, TemplateDecl *From, TemplateDecl *To) argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5090 FilterEdge(const CFGBlock::FilterOptions &F, const CFGBlock *From, const CFGBlock *To) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4332 unsigned To = 0; local

Completed in 640 milliseconds

123456