Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCExpandISEL.cpp283 bool IsORIInstRequired = !useSameRegister(Dest, FalseValue); in handleSpecialCases() local
286 if (!IsADDIInstRequired && !IsORIInstRequired) { in handleSpecialCases()
322 IsFalseBlockRequired |= IsORIInstRequired; in handleSpecialCases()
454 bool IsORIInstRequired = !useSameRegister(Dest, FalseValue); in populateBlocks() local
468 if (IsORIInstRequired) { in populateBlocks()
482 if (IsORIInstRequired) in populateBlocks()
/external/llvm-project/llvm/lib/Target/PowerPC/
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()