Searched refs:IsTop (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/llvm/lib/Target/Hexagon/ |
D | HexagonMachineScheduler.h | 81 bool isResourceAvailable(SUnit *SU, bool IsTop); 82 bool reserveResources(SUnit *SU, bool IsTop);
|
D | HexagonMachineScheduler.cpp | 97 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/ |
D | HexagonMachineScheduler.h | 81 bool isResourceAvailable(SUnit *SU, bool IsTop); 82 bool reserveResources(SUnit *SU, bool IsTop);
|
D | HexagonMachineScheduler.cpp | 97 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/ |
D | IOHandler.h | 522 bool IsTop(const lldb::IOHandlerSP &io_handler_sp) const { in IsTop() function
|
/external/llvm-project/lldb/source/Core/ |
D | Debugger.cpp | 924 return m_io_handler_stack.IsTop(reader_sp); in IsTopIOHandler()
|
/external/llvm/lib/CodeGen/ |
D | MachineScheduler.cpp | 2526 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/ |
D | MachineScheduler.cpp | 2707 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/ |
D | MachineScheduler.cpp | 2849 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/ |
D | ARMISelLowering.cpp | 15139 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()
|