Lines Matching refs:IsThumb
1810 bool IsThumb = STI->isThumb(); in ExpandCMP_SWAP() local
1823 if (IsThumb) { in ExpandCMP_SWAP()
1845 if (!IsThumb) in ExpandCMP_SWAP()
1862 unsigned CMPrr = IsThumb ? ARM::tCMPhir : ARM::CMPrr; in ExpandCMP_SWAP()
1867 unsigned Bcc = IsThumb ? ARM::tBcc : ARM::Bcc; in ExpandCMP_SWAP()
1887 IsThumb ? (IsThumb1Only ? ARM::tCMPi8 : ARM::t2CMPri) : ARM::CMPri; in ExpandCMP_SWAP()
1925 unsigned Flags, bool IsThumb, in addExclusiveRegPair() argument
1927 if (IsThumb) { in addExclusiveRegPair()
1940 bool IsThumb = STI->isThumb(); in ExpandCMP_SWAP_64() local
1973 unsigned LDREXD = IsThumb ? ARM::t2LDREXD : ARM::LDREXD; in ExpandCMP_SWAP_64()
1976 addExclusiveRegPair(MIB, Dest, RegState::Define, IsThumb, TRI); in ExpandCMP_SWAP_64()
1979 unsigned CMPrr = IsThumb ? ARM::tCMPhir : ARM::CMPrr; in ExpandCMP_SWAP_64()
1990 unsigned Bcc = IsThumb ? ARM::tBcc : ARM::Bcc; in ExpandCMP_SWAP_64()
2002 unsigned STREXD = IsThumb ? ARM::t2STREXD : ARM::STREXD; in ExpandCMP_SWAP_64()
2005 addExclusiveRegPair(MIB, New, Flags, IsThumb, TRI); in ExpandCMP_SWAP_64()
2008 unsigned CMPri = IsThumb ? ARM::t2CMPri : ARM::CMPri; in ExpandCMP_SWAP_64()