Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp12794 bool NeedsCondInvert = false; in PerformSELECTCombine() local
12801 NeedsCondInvert = true; in PerformSELECTCombine()
12808 if (NeedsCondInvert) // Invert the condition if needed. in PerformSELECTCombine()
12822 if (NeedsCondInvert) // Invert the condition if needed. in PerformSELECTCombine()
12857 if (NeedsCondInvert) // Invert the condition if needed. in PerformSELECTCombine()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp26617 bool NeedsCondInvert = false; in combineSelect() local
26624 NeedsCondInvert = true; in combineSelect()
26631 if (NeedsCondInvert) // Invert the condition if needed. in combineSelect()
26645 if (NeedsCondInvert) // Invert the condition if needed. in combineSelect()
26680 if (NeedsCondInvert) // Invert the condition if needed. in combineSelect()