Home
last modified time | relevance | path

Searched refs:hasIndex (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DSlotIndexes.cpp186 while (Begin != MBB->begin() && !hasIndex(*Begin)) in repairIndexesInRange()
188 while (End != MBB->end() && !hasIndex(*End)) in repairIndexesInRange()
DLiveIntervals.cpp1539 if (!Indexes->hasIndex(*I)) in handleMoveIntoNewBundle()
1668 while (Begin != MBB->begin() && !Indexes->hasIndex(*Begin)) in repairIntervalsInRange()
1670 while (End != MBB->end() && !Indexes->hasIndex(*End)) in repairIntervalsInRange()
DMachineBasicBlock.cpp431 if (Indexes->hasIndex(MI)) in print()
1113 if (Indexes->hasIndex(MI)) in SplitCriticalEdge()
DMachineVerifier.cpp490 if (Indexes && Indexes->hasIndex(*MI)) in report()
788 if (Indexes && Indexes->hasIndex(*MI)) { in visitMachineBundleBefore()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Analysis/
DConstructionContext.h73 bool hasIndex() const { in hasIndex() function
163 assert(hasIndex()); in getIndex()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DLiveIntervals.h222 return !Indexes->hasIndex(Instr); in isNotInMIMap()
DSlotIndexes.h380 bool hasIndex(const MachineInstr &instr) const {
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp311 REGISTER_MATCHER(hasIndex); in RegistryMaps()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h5245 AST_MATCHER_P(ArraySubscriptExpr, hasIndex, in AST_MATCHER_P() argument