Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCExpandISEL.cpp283 bool IsORIInstRequired = !useSameRegister(Dest, FalseValue); in handleSpecialCases() local
286 if (!IsADDIInstRequired && !IsORIInstRequired) { in handleSpecialCases()
322 IsFalseBlockRequired |= IsORIInstRequired; in handleSpecialCases()
442 bool IsORIInstRequired = !useSameRegister(Dest, FalseValue); in populateBlocks() local
453 if (IsORIInstRequired) in populateBlocks()