Searched refs:strOpc (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp279 unsigned &strOpc) {
284 strOpc = AArch64::STXR_byte;
288 strOpc = AArch64::STXR_hword;
292 strOpc = AArch64::STXR_word;
296 strOpc = AArch64::STXR_dword;
320 unsigned ldrOpc, strOpc; local
321 getExclusiveOperation(Size, ldrOpc, strOpc);
368 BuildMI(BB, dl, TII->get(strOpc), stxr_status).addReg(scratch).addReg(ptr);
413 unsigned ldrOpc, strOpc; local
414 getExclusiveOperation(Size, ldrOpc, strOpc);
278 getExclusiveOperation(unsigned Size, unsigned &ldrOpc, unsigned &strOpc) argument
489 unsigned ldrOpc, strOpc; local
[all...]
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5696 unsigned ldrOpc, strOpc; local
5701 strOpc = isThumb2 ? ARM::t2STREXB : ARM::STREXB;
5705 strOpc = isThumb2 ? ARM::t2STREXH : ARM::STREXH;
5709 strOpc = isThumb2 ? ARM::t2STREX : ARM::STREX;
5757 MIB = BuildMI(BB, dl, TII->get(strOpc), scratch).addReg(newval).addReg(ptr);
5758 if (strOpc == ARM::t2STREX)
5800 unsigned ldrOpc, strOpc; local
5805 strOpc = isThumb2 ? ARM::t2STREXB : ARM::STREXB;
5809 strOpc = isThumb2 ? ARM::t2STREXH : ARM::STREXH;
5813 strOpc
5908 unsigned ldrOpc, strOpc, extendOpc; local
6722 unsigned ldrOpc, strOpc, UnitSize = 0; local
[all...]

Completed in 155 milliseconds