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

/external/llvm/lib/Target/Hexagon/
H A 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,
H A DHexagonVLIWPacketizer.cpp269 SDep::Kind DepType, unsigned DepReg) {
284 if (HII->isIndirectCall(MI) && (DepType == SDep::Data)) {
293 static bool isRegDependence(const SDep::Kind DepType) { argument
294 return DepType == SDep::Data || DepType == SDep::Anti ||
295 DepType == SDep::Output;
336 SDep::Kind DepType, MachineBasicBlock::iterator &MII,
338 assert(DepType == SDep::Data);
419 SDep::Kind DepType, MachineBasicBlock::iterator &MII,
421 assert (DepType
268 isCallDependent(const MachineInstr* MI, SDep::Kind DepType, unsigned DepReg) argument
335 promoteToDotCur(MachineInstr* MI, SDep::Kind DepType, MachineBasicBlock::iterator &MII, const TargetRegisterClass* RC) argument
418 promoteToDotNew(MachineInstr* MI, SDep::Kind DepType, MachineBasicBlock::iterator &MII, const TargetRegisterClass* RC) argument
1222 SDep::Kind DepType = SUJ->Succs[i].getKind(); local
[all...]
/external/llvm/lib/Analysis/
H A DMemDepPrinter.cpp27 enum DepType { enum in struct:__anon12610::MemDepPrinter
36 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair;
73 static InstTypePair getInstTypePair(const Instruction* inst, DepType type) {
147 DepType type = I.first.getInt();
H A DLoopAccessAnalysis.cpp1048 bool MemoryDepChecker::Dependence::isSafeForVectorization(DepType Type) {
1061 llvm_unreachable("unexpected DepType!");
1077 llvm_unreachable("unexpected DepType!");
1097 llvm_unreachable("unexpected DepType!");
1179 MemoryDepChecker::Dependence::DepType
1399 Dependence::DepType Type =
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DMemDepPrinter.cpp28 enum DepType { enum in struct:__anon19768::MemDepPrinter
37 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair;
74 static InstTypePair getInstTypePair(const Instruction* inst, DepType type) {
173 DepType type = I->first.getInt();
/external/llvm/include/llvm/Analysis/
H A DLoopAccessAnalysis.h134 enum DepType { enum in struct:llvm::MemoryDepChecker::Dependence
169 DepType Type;
171 Dependence(unsigned Source, unsigned Destination, DepType Type)
180 static bool isSafeForVectorization(DepType Type);
318 Dependence::DepType isDependent(const MemAccessInfo &A, unsigned AIdx,
H A DMemoryDependenceAnalysis.h41 enum DepType { enum in class:llvm::MemDepResult
93 /// If DepType is "Other", the upper part of the sum type is an encoding of
109 DepType, PointerSumTypeMember<Invalid, Instruction *>,
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h41 enum DepType { enum in class:llvm::MemDepResult
81 /// If DepType is "Other", the upper part of the pair
97 typedef PointerIntPair<Instruction*, 2, DepType> PairTy;
/external/libcxx/test/support/
H A Darchetypes.hpp14 struct DepType : T {}; struct in namespace:ArchetypeBases

Completed in 457 milliseconds