Searched refs:DMB (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMOptimizeBarriersPass.cpp39 // Returns whether the instruction can safely move past a DMB instruction
57 // DMB ish, dmb sy, dmb osh, etc
63 // Will be true when we have seen a DMB, and not seen any instruction since
64 // that cannot move past a DMB
67 if (MI.getOpcode() == ARM::DMB) {
69 // If the Imm of this DMB is the same as that of the last DMB, we can
70 // tag this second DMB for removal
75 // for the next DMB, recording this DMB'
[all...]
H A DARMISelLowering.cpp1245 // If target has DMB in thumb, Fences can be inserted.
16698 // First, if the target has no DMB, see what fallback we can use.
16715 Function *DMB = Intrinsic::getDeclaration(M, Intrinsic::arm_dmb); local
16719 return Builder.CreateCall(DMB, CDomain);
/freebsd-11-stable/sys/arm/include/
H A Dasm.h236 #define DMB dmb macro
241 #define DMB mcr CP15_CP15DMB macro
245 #define DSB mcr CP15_CP15DSB /* DSB and DMB are the */
246 #define DMB mcr CP15_CP15DSB /* same prior to v6.*/ macro
/freebsd-11-stable/sys/arm/arm/
H A Dswtch-v6.S280 DMB
424 DMB
429 DMB

Completed in 188 milliseconds