Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMSubtarget.h451 unsigned getPartialUpdateClearance() const { return PartialUpdateClearance; } in getPartialUpdateClearance() function
H A DARMBaseInstrInfo.cpp5343 auto PartialUpdateClearance = Subtarget.getPartialUpdateClearance(); in getPartialRegUpdateClearance()