Home
last modified time | relevance | path

Searched defs:DepType (Results 1 – 11 of 11) sorted by relevance

/external/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp269 SDep::Kind DepType, unsigned DepReg) { in isCallDependent()
293 static bool isRegDependence(const SDep::Kind DepType) { in isRegDependence()
336 SDep::Kind DepType, MachineBasicBlock::iterator &MII, in promoteToDotCur()
419 SDep::Kind DepType, MachineBasicBlock::iterator &MII, in promoteToDotNew()
1222 SDep::Kind DepType = SUJ->Succs[i].getKind(); in isLegalToPacketizeTogether() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonVLIWPacketizer.cpp294 SDep::Kind DepType, unsigned DepReg) { in isCallDependent()
317 static bool isRegDependence(const SDep::Kind DepType) { in isRegDependence()
367 SDep::Kind DepType, MachineBasicBlock::iterator &MII, in promoteToDotCur()
449 SDep::Kind DepType, MachineBasicBlock::iterator &MII, in promoteToDotNew()
1403 SDep::Kind DepType = SUJ->Succs[i].getKind(); in isLegalToPacketizeTogether() local
/external/llvm/lib/Analysis/
DMemDepPrinter.cpp27 enum DepType { enum
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemDepPrinter.cpp27 enum DepType { enum
/external/swiftshader/third_party/LLVM/lib/Analysis/
DMemDepPrinter.cpp28 enum DepType { enum
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DMemoryDependenceAnalysis.h41 enum DepType { enum
/external/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h41 enum DepType { enum
DLoopAccessAnalysis.h134 enum DepType { enum
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryDependenceAnalysis.h52 enum DepType { enum
DLoopAccessAnalysis.h103 enum DepType { enum
/external/libcxx/test/support/
Darchetypes.hpp15 struct DepType : T {}; struct