Home
last modified time | relevance | path

Searched refs:ItinActions (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDFAPacketizer.h55 ArrayRef<unsigned> ItinActions; variable
59 ArrayRef<unsigned> ItinActions) in DFAPacketizer() argument
60 : InstrItins(InstrItins), A(std::move(a)), ItinActions(ItinActions) { in DFAPacketizer()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DDFAPacketizer.cpp58 unsigned Action = ItinActions[MID->getSchedClass()]; in canReserveResources()
67 unsigned Action = ItinActions[MID->getSchedClass()]; in reserveResources()