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

/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMOptimizeBarriersPass.cpp37 // Returns whether the instruction can safely move past a DMB instruction
52 // DMB ish, dmb sy, dmb osh, etc
58 // Will be true when we have seen a DMB, and not seen any instruction since
59 // that cannot move past a DMB
62 if (MI.getOpcode() == ARM::DMB) {
64 // If the Imm of this DMB is the same as that of the last DMB, we can
65 // tag this second DMB for removal
70 // for the next DMB, recording this DMB'
[all...]
H A DARMISelLowering.cpp11924 // First, if the target has no DMB, see what fallback we can use.
11941 Function *DMB = llvm::Intrinsic::getDeclaration(M, Intrinsic::arm_dmb); local
11945 return Builder.CreateCall(DMB, CDomain);
/freebsd-11.0-release/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.0-release/sys/arm/arm/
H A Dswtch-v6.S271 DMB
413 DMB
418 DMB

Completed in 126 milliseconds