Searched refs:To (Results 176 - 200 of 266) sorted by relevance

1234567891011

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DPredicateInfo.cpp81 return std::make_pair(PEdge->From, PEdge->To);
844 PB->To->printAsOperand(OS);
851 PS->To->printAsOperand(OS);
H A DBasicBlockUtils.cpp469 void llvm::ReplaceInstWithInst(Instruction *From, Instruction *To) { argument
471 ReplaceInstWithInst(From->getParent()->getInstList(), BI, To);
613 // loop). To find this, examine each of the predecessors and determine which
/freebsd-11-stable/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp266 const MCSectionELF *To) {
316 const MCSectionELF *To) override {
321 if (To && isDwoSection(*To)) {
1201 W.write<uint32_t>(CGPE.To->getSymbol().getIndex());
264 checkRelocation(MCContext &Ctx, SMLoc Loc, const MCSectionELF *From, const MCSectionELF *To) argument
H A DMCContext.cpp580 const std::string &To) {
581 DebugPrefixMap.insert(std::make_pair(From, To));
579 addDebugPrefixMapEntry(const std::string &From, const std::string &To) argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DSelectionDAG.h1343 void transferDbgValues(SDValue From, SDValue To, unsigned OffsetInBits = 0,
1355 /// Modify anything using 'From' to use 'To' instead.
1358 /// if you have two nodes with identical results (or if 'To' has a superset
1368 /// not automatically transferred to To.
1370 void ReplaceAllUsesWith(SDValue From, SDValue To);
1371 void ReplaceAllUsesWith(SDNode *From, SDNode *To);
1372 void ReplaceAllUsesWith(SDNode *From, const SDValue *To);
1374 /// Replace any uses of From with To, leaving
1376 void ReplaceAllUsesOfValueWith(SDValue From, SDValue To);
1380 /// there is an overlap between the From values and the To value
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSplitKit.cpp1773 SlotIndex To = leaveIntvAfter(BI.LastInstr); local
1775 useIntv(From, To);
1787 SlotIndex To = leaveIntvBefore(LSP); local
1788 overlapIntv(To, BI.LastInstr);
1789 SlotIndex From = enterIntvBefore(std::min(To, LeaveBefore));
1790 useIntv(From, To);
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp713 if (SectionBase *To = FromTo.lookup(Sym->DefinedIn))
714 Sym->DefinedIn = To;
915 if (SectionBase *To = FromTo.lookup(SecToApplyRel))
916 SecToApplyRel = To;
987 if (SectionBase *To = FromTo.lookup(Sec))
988 Sec = To;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp350 // To perform this operation, we just need to swap the L and G bits of the
5845 unsigned To, SmallVector<SDValue, 16> &OutLoadChains,
5850 for (unsigned i = From; i < To; ++i) {
5859 for (unsigned i = From; i < To; ++i) {
7947 // If we updated the node in place, reset the node ID. To the isel,
8162 void SelectionDAG::transferDbgValues(SDValue From, SDValue To,
8166 SDNode *ToNode = To.getNode();
8170 // TODO: assert(From != To && "Redundant dbg value transfer");
8172 if (From == To || FromNode == ToNode)
8205 // Clone the SDDbgValue and move it to To
[all...]
H A DLegalizeVectorOps.cpp67 void AddLegalizedOperand(SDValue From, SDValue To) { argument
68 LegalizedNodes.insert(std::make_pair(From, To));
70 if (From != To)
71 LegalizedNodes.insert(std::make_pair(To, To));
202 // blocks. To avoid this problem, compute an ordering of the nodes where each
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp582 llvm::BasicBlock *To) {
589 Br->setSuccessor(0, To);
594 Switch->setSuccessor(I, To);
580 ForwardPrebranchedFallthrough(llvm::BasicBlock *Exit, llvm::BasicBlock *From, llvm::BasicBlock *To) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h1434 /// from external storage. To avoid unnecessary deserialization of
2494 template <typename To>
2495 struct isa_impl<To, ::clang::DeclContext> {
2497 return To::classofKind(Val.getDeclKind());
/freebsd-11-stable/contrib/gdb/gdb/
H A Dc-exp.c339 # define YYCOPY(To, From, Count) \
340 __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
342 # define YYCOPY(To, From, Count) \
347 (To)[yyi] = (From)[yyi]; \
2839 the above that it fits in. To figure out whether it fits, we
2844 or TARGET_LONG_BIT will be that big, sometimes not. To deal with
H A Dobjc-exp.c343 # define YYCOPY(To, From, Count) \
344 __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
346 # define YYCOPY(To, From, Count) \
351 (To)[yyi] = (From)[yyi]; \
2796 the above that it fits in. To figure out whether it fits, we
2801 or TARGET_LONG_BIT will be that big, sometimes not. To deal with
H A Dp-exp.c329 # define YYCOPY(To, From, Count) \
330 __builtin_memcpy (To, From, (Count) * sizeof (*(From)))
332 # define YYCOPY(To, From, Count) \
337 (To)[yyi] = (From)[yyi]; \
2251 the above that it fits in. To figure out whether it fits, we
2256 or TARGET_LONG_BIT will be that big, sometimes not. To deal with
/freebsd-11-stable/stand/i386/pmbr/
H A Dpmbr.s84 jmp main-LOAD+EXEC # To relocated code
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DAliasSetTracker.h413 void copyValue(Value *From, Value *To);
H A DLoopInfo.h482 // To make it easier to follow this rule, we mark the destructor as
1079 /// Returns true if replacing From with To everywhere is guaranteed to
1081 bool replacementPreservesLCSSAForm(Instruction *From, Value *To) { argument
1084 Instruction *I = dyn_cast<Instruction>(To);
1131 // To check that the movement of Inst to before NewLoc does not break LCSSA,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Windows/
H A DPath.inc412 static std::error_code rename_internal(HANDLE FromHandle, const Twine &To,
415 if (auto EC = widenPath(To, ToWide))
439 static std::error_code rename_handle(HANDLE FromHandle, const Twine &To) {
441 if (std::error_code EC = widenPath(To, WideTo))
448 auto EC = rename_internal(FromHandle, To, true);
493 std::string TmpFilename = (To + ".tmp" + utostr(UniqueId)).str();
534 static std::error_code rename_fd(int FromFD, const Twine &To) {
536 return rename_handle(FromHandle, To);
539 std::error_code rename(const Twine &From, const Twine &To) {
560 return rename_handle(FromHandle, To);
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp59 Value *GlobalValue::handleOperandChangeImpl(Value *From, Value *To) { argument
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk32 # configure mines the current version number out of here. To move
/freebsd-11-stable/contrib/top/
H A DConfigure89 echo "$module is not recognized. To see a list of available modules"
125 the default answer will work well. To use that value, merely press
559 echo 'To create the executable, type "make".'
560 echo 'To install the executable, type "make install".'
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
H A DCPlusPlusLanguage.cpp327 void trySubstitute(llvm::StringRef From, llvm::StringRef To) { argument
335 Result += To;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUSubtarget.cpp851 unsigned linkSALUChain(SUnit *From, SUnit *To, unsigned MaxChain, argument
853 SmallVector<SUnit *, 8> Worklist({To});
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAliasSetTracker.cpp587 void AliasSetTracker::copyValue(Value *From, Value *To) { argument
594 AliasSet::PointerRec &Entry = getEntryFor(To);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFEmitter.cpp357 static void overrideFields(ELFYAML::Section *From, typename ELFT::Shdr &To) { argument
361 To.sh_flags = *From->ShFlags;
363 To.sh_name = *From->ShName;
365 To.sh_offset = *From->ShOffset;
367 To.sh_size = *From->ShSize;

Completed in 220 milliseconds

1234567891011