Home
last modified time | relevance | path

Searched refs:IsTop (Results 1 – 6 of 6) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.h81 bool isResourceAvailable(SUnit *SU, bool IsTop);
82 bool reserveResources(SUnit *SU, bool IsTop);
H A DHexagonMachineScheduler.cpp97 bool VLIWResourceModel::isResourceAvailable(SUnit *SU, bool IsTop) { in isResourceAvailable() argument
125 if (IsTop) { in isResourceAvailable()
138 bool VLIWResourceModel::reserveResources(SUnit *SU, bool IsTop) { in reserveResources() argument
149 if (!isResourceAvailable(SU, IsTop) || in reserveResources()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DIOHandler.h520 bool IsTop(const lldb::IOHandlerSP &io_handler_sp) const { in IsTop() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp931 return m_io_handler_stack.IsTop(reader_sp); in IsTopIOHandler()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp2889 static void tracePick(GenericSchedulerBase::CandReason Reason, bool IsTop) { in tracePick() argument
2890 LLVM_DEBUG(dbgs() << "Pick " << (IsTop ? "Top " : "Bot ") in tracePick()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp16221 unsigned IsTop = N->getConstantOperandVal(2); in PerformVMOVNCombine() local
16228 if (Op0->isUndef() && !IsTop) in PerformVMOVNCombine()
16245 IsTop ? Op1DemandedElts in PerformVMOVNCombine()
16263 unsigned IsTop = N->getConstantOperandVal(2); in PerformVQMOVNCombine() local
16267 APInt::getSplat(NumElts, IsTop ? APInt::getLowBitsSet(2, 1) in PerformVQMOVNCombine()