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

  /external/llvm/lib/Analysis/
MemDepPrinter.cpp 27 enum DepType {
36 typedef PointerIntPair<const Instruction *, 2, DepType> InstTypePair;
73 static InstTypePair getInstTypePair(const Instruction* inst, DepType type) {
149 DepType type = I.first.getInt();
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 40 enum DepType {
80 /// If DepType is "Other", the upper part of the pair
96 typedef PointerIntPair<Instruction*, 2, DepType> PairTy;
LoopAccessAnalysis.h 134 enum DepType {
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,
  /external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp 266 SDep::Kind DepType, unsigned DepReg) {
281 if (HII->isIndirectCall(MI) && (DepType == SDep::Data)) {
290 static bool isRegDependence(const SDep::Kind DepType) {
291 return DepType == SDep::Data || DepType == SDep::Anti ||
292 DepType == SDep::Output;
333 SDep::Kind DepType, MachineBasicBlock::iterator &MII,
335 assert(DepType == SDep::Data);
413 SDep::Kind DepType, MachineBasicBlock::iterator &MII,
415 assert (DepType == SDep::Data)
    [all...]

Completed in 287 milliseconds