Searched refs:LDM (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp184 LocationDiscriminatorMap LDM; local
211 unsigned Discriminator = R.second ? ++LDM[L] : LDM[L];
248 unsigned Discriminator = ++LDM[L];
/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-parisc.pl69 $LDM="ldd,ma";
81 $LDM="ldwm";
133 `"$LDM $SZ($Tbl),$t1" if ($i<15)`
155 $LDM $SZ($Tbl),$t1
298 $LDM $SZ($Tbl),$t1
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1329 // Fallback to LDM instruction, which has existed since the dawn of
1518 MachineInstrBuilder LDM, STM; local
1521 LDM = BuildMI(*BB, MI, dl, TII->get(isThumb2 ? ARM::t2LDMIA_UPD
1526 LDM = BuildMI(*BB, MI, dl, TII->get(isThumb2 ? ARM::t2LDMIA : ARM::LDMIA));
1540 LDM.add(LDBase).add(predOps(ARMCC::AL));
1557 LDM.addReg(Reg, RegState::Define);
3553 // Return the number of 32-bit words loaded by LDM or stored by STM. If this
3562 // 1) getNumMicroOps tries to infer LDM memory width from the total number of MI

Completed in 189 milliseconds