Home
last modified time | relevance | path

Searched refs:PartialUpdateClearance (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/Target/ARM/
DARMSubtarget.cpp222 PartialUpdateClearance = 12; in initSubtargetFeatures()
245 PartialUpdateClearance = 12; in initSubtargetFeatures()
DARMSubtarget.h315 unsigned PartialUpdateClearance = 0; variable
609 unsigned getPartialUpdateClearance() const { return PartialUpdateClearance; } in getPartialUpdateClearance()
DARMBaseInstrInfo.cpp4485 auto PartialUpdateClearance = Subtarget.getPartialUpdateClearance(); in getPartialRegUpdateClearance() local
4486 if (!PartialUpdateClearance) in getPartialRegUpdateClearance()
4538 return PartialUpdateClearance; in getPartialRegUpdateClearance()