Searched refs:IsTop (Results 1 – 4 of 4) 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()
2887 static void tracePick(GenericSchedulerBase::CandReason Reason, bool IsTop) { in tracePick() argument2888 LLVM_DEBUG(dbgs() << "Pick " << (IsTop ? "Top " : "Bot ") in tracePick()
15785 unsigned IsTop = N->getConstantOperandVal(2); in PerformVMOVNCombine() local15792 if (Op0->isUndef() && !IsTop) in PerformVMOVNCombine()15809 IsTop ? Op1DemandedElts in PerformVMOVNCombine()15827 unsigned IsTop = N->getConstantOperandVal(2); in PerformVQMOVNCombine() local15831 APInt::getSplat(NumElts, IsTop ? APInt::getLowBitsSet(2, 1) in PerformVQMOVNCombine()