Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp31576 auto BitChange = FindSingleBitChange(AI->getValOperand()); in shouldExpandLogicAtomicRMWInIR() local
31577 if (BitChange.second == UndefBit || !AI->hasOneUse() || in shouldExpandLogicAtomicRMWInIR()
31590 if (BitChange.second == ConstantBit || BitChange.second == NotConstantBit) { in shouldExpandLogicAtomicRMWInIR()
31605 assert(BitChange.second == ShiftBit || BitChange.second == NotShiftBit); in shouldExpandLogicAtomicRMWInIR()
31611 assert(BitChange.first != nullptr && BitTested.first != nullptr); in shouldExpandLogicAtomicRMWInIR()
31614 if (BitChange.first != BitTested.first) in shouldExpandLogicAtomicRMWInIR()
31620 return (BitChange.second == NotShiftBit && BitTested.second == ShiftBit) in shouldExpandLogicAtomicRMWInIR()
31625 return (BitChange.second == ShiftBit && BitTested.second == ShiftBit) in shouldExpandLogicAtomicRMWInIR()