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

/freebsd-10.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp321 unsigned ldrOpc, strOpc; local
322 getExclusiveOperation(Size, Ord, ldrOpc, strOpc);
351 BuildMI(BB, dl, TII->get(ldrOpc), dest).addReg(ptr);
416 unsigned ldrOpc, strOpc; local
417 getExclusiveOperation(Size, Ord, ldrOpc, strOpc);
446 BuildMI(BB, dl, TII->get(ldrOpc), dest).addReg(ptr);
493 unsigned ldrOpc, strOpc; local
494 getExclusiveOperation(Size, Ord, ldrOpc, strOpc);
524 BuildMI(BB, dl, TII->get(ldrOpc), dest).addReg(ptr);
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp5847 unsigned ldrOpc, strOpc; local
5851 ldrOpc = isThumb2 ? ARM::t2LDREXB : ARM::LDREXB;
5855 ldrOpc = isThumb2 ? ARM::t2LDREXH : ARM::LDREXH;
5859 ldrOpc = isThumb2 ? ARM::t2LDREX : ARM::LDREX;
5892 MachineInstrBuilder MIB = BuildMI(BB, dl, TII->get(ldrOpc), dest).addReg(ptr);
5893 if (ldrOpc == ARM::t2LDREX)
5951 unsigned ldrOpc, strOpc; local
5955 ldrOpc = isThumb2 ? ARM::t2LDREXB : ARM::LDREXB;
5959 ldrOpc = isThumb2 ? ARM::t2LDREXH : ARM::LDREXH;
5963 ldrOpc
6059 unsigned ldrOpc, strOpc, extendOpc; local
6873 unsigned ldrOpc, strOpc, UnitSize = 0; local
[all...]

Completed in 139 milliseconds