Home
last modified time | relevance | path

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

/external/llvm-project/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.h81 bool isResourceAvailable(SUnit *SU, bool IsTop);
82 bool reserveResources(SUnit *SU, bool IsTop);
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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMachineScheduler.h81 bool isResourceAvailable(SUnit *SU, bool IsTop);
82 bool reserveResources(SUnit *SU, bool IsTop);
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()
/external/llvm-project/lldb/include/lldb/Core/
DIOHandler.h522 bool IsTop(const lldb::IOHandlerSP &io_handler_sp) const { in IsTop() function
/external/llvm-project/lldb/source/Core/
DDebugger.cpp924 return m_io_handler_stack.IsTop(reader_sp); in IsTopIOHandler()
/external/llvm/lib/CodeGen/
DMachineScheduler.cpp2526 static void tracePick(GenericSchedulerBase::CandReason Reason, bool IsTop) { in tracePick() argument
2527 DEBUG(dbgs() << "Pick " << (IsTop ? "Top " : "Bot ") in tracePick()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineScheduler.cpp2707 static void tracePick(GenericSchedulerBase::CandReason Reason, bool IsTop) { in tracePick() argument
2708 LLVM_DEBUG(dbgs() << "Pick " << (IsTop ? "Top " : "Bot ") in tracePick()
/external/llvm-project/llvm/lib/CodeGen/
DMachineScheduler.cpp2849 static void tracePick(GenericSchedulerBase::CandReason Reason, bool IsTop) { in tracePick() argument
2850 LLVM_DEBUG(dbgs() << "Pick " << (IsTop ? "Top " : "Bot ") in tracePick()
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp15139 unsigned IsTop = N->getConstantOperandVal(2); in PerformVMOVNCombine() local
15155 IsTop ? Op1DemandedElts in PerformVMOVNCombine()
15173 unsigned IsTop = N->getConstantOperandVal(2); in PerformVQMOVNCombine() local
15177 APInt::getSplat(NumElts, IsTop ? APInt::getLowBitsSet(2, 1) in PerformVQMOVNCombine()