reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/Target/ARM/ARMExpandPseudoInsts.cpp
   74     bool ExpandCMP_SWAP(MachineBasicBlock &MBB,

References

lib/Target/ARM/ARMExpandPseudoInsts.cpp
 1902         return ExpandCMP_SWAP(MBB, MBBI, ARM::t2LDREXB, ARM::t2STREXB,
 1905         return ExpandCMP_SWAP(MBB, MBBI, ARM::LDREXB, ARM::STREXB,
 1909         return ExpandCMP_SWAP(MBB, MBBI, ARM::t2LDREXH, ARM::t2STREXH,
 1912         return ExpandCMP_SWAP(MBB, MBBI, ARM::LDREXH, ARM::STREXH,
 1916         return ExpandCMP_SWAP(MBB, MBBI, ARM::t2LDREX, ARM::t2STREX, 0,
 1919         return ExpandCMP_SWAP(MBB, MBBI, ARM::LDREX, ARM::STREX, 0, NextMBBI);