Home
last modified time | relevance | path

Searched refs:Dependence (Results 1 – 9 of 9) sorted by relevance

/NextBSD/contrib/llvm/lib/Analysis/
HDDependenceAnalysis.cpp195 bool Dependence::isInput() const { in isInput()
201 bool Dependence::isOutput() const { in isOutput()
207 bool Dependence::isFlow() const { in isFlow()
213 bool Dependence::isAnti() const { in isAnti()
222 bool Dependence::isScalar(unsigned level) const { in isScalar()
233 : Dependence(Source, Destination), Levels(CommonLevels), in FullDependence()
574 void Dependence::dump(raw_ostream &OS) const { in dump()
1134 Result.DV[Level].Direction &= Dependence::DVEntry::LT; in strongSIVtest()
1136 Result.DV[Level].Direction &= Dependence::DVEntry::GT; in strongSIVtest()
1138 Result.DV[Level].Direction &= Dependence::DVEntry::EQ; in strongSIVtest()
[all …]
HDLoopAccessAnalysis.cpp859 bool MemoryDepChecker::Dependence::isSafeForVectorization(DepType Type) { in isSafeForVectorization()
875 bool MemoryDepChecker::Dependence::isInterestingDependence(DepType Type) { in isInterestingDependence()
891 bool MemoryDepChecker::Dependence::isPossiblyBackward() const { in isPossiblyBackward()
982 MemoryDepChecker::Dependence::DepType
995 return Dependence::NoDep; in isDependent()
1000 return Dependence::Unknown; in isDependent()
1035 return Dependence::Unknown; in isDependent()
1042 return Dependence::Unknown; in isDependent()
1057 return Dependence::ForwardButPreventsForwarding; in isDependent()
1060 return Dependence::Forward; in isDependent()
[all …]
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDDependenceAnalysis.h71 class Dependence {
73 Dependence(Instruction *Source, in Dependence() function
79 virtual ~Dependence() {} in ~Dependence()
179 const Dependence *getNextPredecessor() const { in getNextPredecessor()
185 const Dependence *getNextSuccessor() const { in getNextSuccessor()
191 void setNextPredecessor(const Dependence *pred) { in setNextPredecessor()
197 void setNextSuccessor(const Dependence *succ) { in setNextSuccessor()
206 const Dependence *NextPredecessor, *NextSuccessor;
219 class FullDependence : public Dependence {
288 std::unique_ptr<Dependence> depends(Instruction *Src,
[all …]
HDLoopAccessAnalysis.h131 struct Dependence { struct
162 Dependence(unsigned Source, unsigned Destination, DepType Type) in Dependence() argument
224 const SmallVectorImpl<Dependence> *getInterestingDependences() const { in getInterestingDependences()
272 SmallVector<Dependence, 8> InterestingDependences;
286 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDHexagonVLIWPacketizer.cpp107 bool Dependence; member in __anon0676332c0111::HexagonPacketizerList
936 Dependence = false; in initPacketizerState()
1018 Dependence = true; in isLegalToPacketizeTogether()
1024 Dependence = true; in isLegalToPacketizeTogether()
1031 Dependence = true; in isLegalToPacketizeTogether()
1036 Dependence = true; in isLegalToPacketizeTogether()
1044 Dependence = true; in isLegalToPacketizeTogether()
1055 Dependence = true; in isLegalToPacketizeTogether()
1062 Dependence = true; in isLegalToPacketizeTogether()
1068 Dependence = true; in isLegalToPacketizeTogether()
[all …]
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDLoopDistribute.cpp533 typedef MemoryDepChecker::Dependence Dependence; typedef in __anone6d84c5b0111::MemoryInstructionDependences
550 const SmallVectorImpl<Dependence> &InterestingDependences) { in MemoryInstructionDependences()
HDLoopInterchange.cpp151 if (Dir == Dependence::DVEntry::LT || in populateDependencyMatrix()
152 Dir == Dependence::DVEntry::LE) in populateDependencyMatrix()
154 else if (Dir == Dependence::DVEntry::GT || in populateDependencyMatrix()
155 Dir == Dependence::DVEntry::GE) in populateDependencyMatrix()
157 else if (Dir == Dependence::DVEntry::EQ) in populateDependencyMatrix()
/NextBSD/contrib/ntp/sntp/libevent/
HDwhatsnew-2.0.txt85 1) Dependence on the "current" event_base. In an application with
/NextBSD/contrib/gcc/doc/
HDtree-ssa.texi1198 Control Dependence Graph. ACM Transactions on Programming Languages