/external/llvm/lib/Target/Hexagon/ |
D | HexagonVLIWPacketizer.cpp | 269 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 …]
|
D | HexagonVLIWPacketizer.h | 76 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonVLIWPacketizer.cpp | 294 SDep::Kind DepType, unsigned DepReg) { in isCallDependent() argument 308 if (DepType == SDep::Data) { in isCallDependent() 317 static bool isRegDependence(const SDep::Kind DepType) { in isRegDependence() argument 318 return DepType == SDep::Data || DepType == SDep::Anti || in isRegDependence() 319 DepType == SDep::Output; in isRegDependence() 367 SDep::Kind DepType, MachineBasicBlock::iterator &MII, in promoteToDotCur() argument 369 assert(DepType == SDep::Data); in promoteToDotCur() 449 SDep::Kind DepType, MachineBasicBlock::iterator &MII, in promoteToDotNew() argument 451 assert(DepType == SDep::Data); in promoteToDotNew() 1403 SDep::Kind DepType = SUJ->Succs[i].getKind(); in isLegalToPacketizeTogether() local [all …]
|
D | HexagonVLIWPacketizer.h | 109 bool isCallDependent(const MachineInstr &MI, SDep::Kind DepType, 111 bool promoteToDotCur(MachineInstr &MI, SDep::Kind DepType, 119 bool promoteToDotNew(MachineInstr &MI, SDep::Kind DepType,
|
/external/llvm/lib/Analysis/ |
D | MemDepPrinter.cpp | 27 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()
|
D | LoopAccessAnalysis.cpp | 1048 bool MemoryDepChecker::Dependence::isSafeForVectorization(DepType Type) { in isSafeForVectorization() 1179 MemoryDepChecker::Dependence::DepType 1399 Dependence::DepType Type = in areDepsSafe()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemDepPrinter.cpp | 27 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()
|
D | LoopAccessAnalysis.cpp | 1224 bool MemoryDepChecker::Dependence::isSafeForVectorization(DepType Type) { in isSafeForVectorization() 1423 MemoryDepChecker::Dependence::DepType 1653 Dependence::DepType Type = in areDepsSafe()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | MemDepPrinter.cpp | 28 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 103 enum DepType { enum 138 DepType Type; 140 Dependence(unsigned Source, unsigned Destination, DepType Type) in Dependence() 149 static bool isSafeForVectorization(DepType Type); 297 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
|
D | MemoryDependenceAnalysis.h | 52 enum DepType { enum 120 DepType, PointerSumTypeMember<Invalid, Instruction *>,
|
/external/llvm/include/llvm/Analysis/ |
D | LoopAccessAnalysis.h | 134 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,
|
D | MemoryDependenceAnalysis.h | 41 enum DepType { enum 109 DepType, PointerSumTypeMember<Invalid, Instruction *>,
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | MemoryDependenceAnalysis.h | 41 enum DepType { enum 97 typedef PointerIntPair<Instruction*, 2, DepType> PairTy;
|
/external/libcxx/test/support/ |
D | archetypes.hpp | 15 struct DepType : T {}; struct
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | LoopInterchange.cpp | 128 LLVM_DEBUG(StringRef DepType = in populateDependencyMatrix() 130 dbgs() << "Found " << DepType in populateDependencyMatrix()
|