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

/external/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp145 bool IsCallDependent(MachineInstr* MI, SDep::Kind DepType, unsigned DepReg);
146 bool PromoteToDotNew(MachineInstr* MI, SDep::Kind DepType,
323 SDep::Kind DepType,
355 if (IsIndirectCall(MI) && (DepType == SDep::Data)) {
365 static bool IsRegDependence(const SDep::Kind DepType) { argument
366 return (DepType == SDep::Data || DepType == SDep::Anti ||
367 DepType == SDep::Output);
433 SDep::Kind DepType, MachineBasicBlock::iterator &MII,
436 assert (DepType
322 IsCallDependent(MachineInstr* MI, SDep::Kind DepType, unsigned DepReg) argument
432 PromoteToDotNew(MachineInstr* MI, SDep::Kind DepType, MachineBasicBlock::iterator &MII, const TargetRegisterClass* RC) argument
1151 SDep::Kind DepType = SUJ->Succs[i].getKind(); local
[all...]
/external/llvm/lib/Analysis/
H A DMemDepPrinter.cpp27 enum DepType { enum in struct:__anon25692::MemDepPrinter
36 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair;
73 static InstTypePair getInstTypePair(const Instruction* inst, DepType type) {
172 DepType type = I->first.getInt();
/external/llvm/include/llvm/Analysis/
H A DMemoryDependenceAnalysis.h40 enum DepType { enum in class:llvm::MemDepResult
80 /// If DepType is "Other", the upper part of the pair
96 typedef PointerIntPair<Instruction*, 2, DepType> PairTy;

Completed in 72 milliseconds