Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp269 SDep::Kind DepType, unsigned DepReg) { in isCallDependent() argument
284 if (HII->isIndirectCall(MI) && (DepType == SDep::Data)) { in isCallDependent()
293 static bool isRegDependence(const SDep::Kind DepType) { in isRegDependence() argument
294 return DepType == SDep::Data || DepType == SDep::Anti || in isRegDependence()
295 DepType == SDep::Output; in isRegDependence()
336 SDep::Kind DepType, MachineBasicBlock::iterator &MII, in promoteToDotCur() argument
338 assert(DepType == SDep::Data); in promoteToDotCur()
419 SDep::Kind DepType, MachineBasicBlock::iterator &MII, in promoteToDotNew() argument
421 assert (DepType == SDep::Data); in promoteToDotNew()
1222 SDep::Kind DepType = SUJ->Succs[i].getKind(); in isLegalToPacketizeTogether() local
[all …]
DHexagonVLIWPacketizer.h76 bool isCallDependent(const MachineInstr* MI, SDep::Kind DepType,
78 bool promoteToDotCur(MachineInstr* MI, SDep::Kind DepType,
86 bool promoteToDotNew(MachineInstr* MI, SDep::Kind DepType,
/external/llvm/lib/Analysis/
DMemDepPrinter.cpp27 enum DepType { enum
36 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair;
73 static InstTypePair getInstTypePair(const Instruction* inst, DepType type) { in getInstTypePair()
147 DepType type = I.first.getInt(); in print()
DLoopAccessAnalysis.cpp1048 bool MemoryDepChecker::Dependence::isSafeForVectorization(DepType Type) { in isSafeForVectorization()
1179 MemoryDepChecker::Dependence::DepType
1399 Dependence::DepType Type = in areDepsSafe()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemDepPrinter.cpp28 enum DepType { enum
37 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair;
74 static InstTypePair getInstTypePair(const Instruction* inst, DepType type) { in getInstTypePair()
173 DepType type = I->first.getInt(); in print()
/external/llvm/include/llvm/Analysis/
DLoopAccessAnalysis.h134 enum DepType { enum
169 DepType Type;
171 Dependence(unsigned Source, unsigned Destination, DepType Type) in Dependence()
180 static bool isSafeForVectorization(DepType Type);
318 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
DMemoryDependenceAnalysis.h41 enum DepType { enum
109 DepType, PointerSumTypeMember<Invalid, Instruction *>,
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DMemoryDependenceAnalysis.h41 enum DepType { enum
97 typedef PointerIntPair<Instruction*, 2, DepType> PairTy;
/external/libcxx/test/support/
Darchetypes.hpp14 struct DepType : T {}; struct