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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DMemDepPrinter.cpp28 enum DepType { enum in struct:__anon10089::MemDepPrinter
37 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair;
74 static InstTypePair getInstTypePair(const Instruction* inst, DepType type) {
173 DepType type = I->first.getInt();
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp124 bool IsCallDependent(MachineInstr* MI, SDep::Kind DepType, unsigned DepReg);
125 bool PromoteToDotNew(MachineInstr* MI, SDep::Kind DepType,
289 SDep::Kind DepType,
321 if (IsIndirectCall(MI) && (DepType == SDep::Data)) {
331 static bool IsRegDependence(const SDep::Kind DepType) { argument
332 return (DepType == SDep::Data || DepType == SDep::Anti ||
333 DepType == SDep::Output);
1439 SDep::Kind DepType, MachineBasicBlock::iterator &MII,
1442 assert (DepType
288 IsCallDependent(MachineInstr* MI, SDep::Kind DepType, unsigned DepReg) argument
1438 PromoteToDotNew(MachineInstr* MI, SDep::Kind DepType, MachineBasicBlock::iterator &MII, const TargetRegisterClass* RC) argument
3369 SDep::Kind DepType = SUJ->Succs[i].getKind(); local
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/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;

Completed in 119 milliseconds