HomeSort by relevance Sort by last modified time
    Searched refs:DepType (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
MemDepPrinter.cpp 28 enum DepType {
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/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 124 bool IsCallDependent(MachineInstr* MI, SDep::Kind DepType, unsigned DepReg);
125 bool PromoteToDotNew(MachineInstr* MI, SDep::Kind DepType,
291 SDep::Kind DepType,
323 if (IsIndirectCall(MI) && (DepType == SDep::Data)) {
333 static bool IsRegDependence(const SDep::Kind DepType) {
334 return (DepType == SDep::Data || DepType == SDep::Anti ||
335 DepType == SDep::Output);
    [all...]
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 41 enum DepType {
81 /// If DepType is "Other", the upper part of the pair
97 typedef PointerIntPair<Instruction*, 2, DepType> PairTy;

Completed in 52 milliseconds