Searched refs:IsTop (Results 1 – 6 of 6) sorted by relevance
81 bool isResourceAvailable(SUnit *SU, bool IsTop);82 bool reserveResources(SUnit *SU, bool IsTop);
97 bool VLIWResourceModel::isResourceAvailable(SUnit *SU, bool IsTop) { in isResourceAvailable() argument125 if (IsTop) { in isResourceAvailable()138 bool VLIWResourceModel::reserveResources(SUnit *SU, bool IsTop) { in reserveResources() argument149 if (!isResourceAvailable(SU, IsTop) || in reserveResources()
520 bool IsTop(const lldb::IOHandlerSP &io_handler_sp) const { in IsTop() function
931 return m_io_handler_stack.IsTop(reader_sp); in IsTopIOHandler()
2889 static void tracePick(GenericSchedulerBase::CandReason Reason, bool IsTop) { in tracePick() argument2890 LLVM_DEBUG(dbgs() << "Pick " << (IsTop ? "Top " : "Bot ") in tracePick()
16221 unsigned IsTop = N->getConstantOperandVal(2); in PerformVMOVNCombine() local16228 if (Op0->isUndef() && !IsTop) in PerformVMOVNCombine()16245 IsTop ? Op1DemandedElts in PerformVMOVNCombine()16263 unsigned IsTop = N->getConstantOperandVal(2); in PerformVQMOVNCombine() local16267 APInt::getSplat(NumElts, IsTop ? APInt::getLowBitsSet(2, 1) in PerformVQMOVNCombine()