Home
last modified time | relevance | path

Searched refs:ToI (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIPreEmitPeephole.cpp312 for (MachineFunction::const_iterator MBBI(&From), ToI(&To), End = MF->end(); in mustRetainExeczBranch() local
313 MBBI != End && MBBI != ToI; ++MBBI) { in mustRetainExeczBranch()
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp227 bool canMoveMemTo(MachineInstr &MI, MachineInstr &ToI, bool IsDown);
844 bool HexagonExpandCondsets::canMoveMemTo(MachineInstr &TheI, MachineInstr &ToI, in canMoveMemTo() argument
849 if (HII->areMemAccessesTriviallyDisjoint(TheI, ToI)) in canMoveMemTo()
854 MachineBasicBlock::iterator StartI = IsDown ? TheI : ToI; in canMoveMemTo()
855 MachineBasicBlock::iterator EndI = IsDown ? ToI : TheI; in canMoveMemTo()
H A DHexagonGenInsert.cpp543 MachineBasicBlock::const_iterator ToI, const UnsignedMap &RPO,
773 MachineBasicBlock::const_iterator ToI, const UnsignedMap &RPO, in distance() argument
775 const MachineBasicBlock *FB = FromI->getParent(), *TB = ToI->getParent(); in distance()
777 return std::distance(FromI, ToI); in distance()
778 unsigned D1 = std::distance(TB->begin(), ToI); in distance()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp662 const Instruction *ToI, const Function &ToFn, in isPotentiallyReachable() argument
712 if (!ToI) in isPotentiallyReachable()
714 LLVM_DEBUG(dbgs() << "[AA] check " << *ToI << " from " << *CurFromI in isPotentiallyReachable()
719 A, *CurFromI, *ToI, ExclusionSet); in isPotentiallyReachable()
722 << *ToI << " [Intra]\n"); in isPotentiallyReachable()
728 if (!ToFn.isDeclaration() && ToI) { in isPotentiallyReachable()
733 A, EntryI, *ToI, ExclusionSet); in isPotentiallyReachable()
736 << "reach @" << *ToI << " [ToFn]\n"); in isPotentiallyReachable()
818 Attributor &A, const Instruction &FromI, const Instruction &ToI, in isPotentiallyReachable() argument
822 const Function *ToFn = ToI.getFunction(); in isPotentiallyReachable()
[all …]
H A DAttributorAttributes.cpp1759 auto IsImpactedInRange = [&](Instruction *FromI, Instruction *ToI) { in updateImpl() argument
1766 } while (FromI && FromI != ToI); in updateImpl()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DArchiveWriter.cpp1018 auto ToI = FromTo.second; in computeArchiveRelativePath() local
1025 for (auto ToE = sys::path::end(PathTo); ToI != ToE; ++ToI) in computeArchiveRelativePath()
1026 sys::path::append(Relative, sys::path::Style::posix, *ToI); in computeArchiveRelativePath()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp374 if (Instruction *ToI = dyn_cast<Instruction>(To)) { in addMetadata() local
375 propagateMetadata(ToI, From); in addMetadata()
376 addNewMetadata(ToI, From); in addMetadata()
H A DSLPVectorizer.cpp3883 void initScheduleData(Instruction *FromI, Instruction *ToI,
14713 Instruction *ToI, in initScheduleData() argument
14717 for (Instruction *I = FromI; I != ToI; I = I->getNextNode()) { in initScheduleData()
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/
H A DAttributor.h382 Attributor &A, const Instruction &FromI, const Instruction &ToI,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTImporter.cpp9209 AttributeCommonInfo ToI(ToAttrName, ToScopeName, ToAttrRange, ToScopeLoc, in importAttr() local
9214 std::forward<Arg>(ImportedArg)..., ToI); in importAttr()