Searched refs:DBAR (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchExpandAtomicPseudoInsts.cpp | 591 BuildMI(TailMBB, DL, TII->get(LoongArch::DBAR)).addImm(hint); in expandAtomicCmpXchg()
|
H A D | LoongArchISelLowering.h | 75 DBAR, enumerator
|
H A D | LoongArchInstrInfo.td | 116 def loongarch_dbar : SDNode<"LoongArchISD::DBAR", SDT_LoongArchVI, 856 def DBAR : MISC_I15<0x38720000>; 1862 // DBAR hint encoding for LA664 and later micro-architectures, paraphrased from 1872 // e.g. needed by LL-SC loops on older models. (DBAR 0x700 behaves the same as 1878 // all as the full barrier (DBAR 0), so we can unconditionally start emiting the 1881 def : Pat<(atomic_fence 4, timm), (DBAR 0b10100)>; // acquire 1882 def : Pat<(atomic_fence 5, timm), (DBAR 0b10010)>; // release 1883 def : Pat<(atomic_fence 6, timm), (DBAR 0b10000)>; // acqrel 1884 def : Pat<(atomic_fence 7, timm), (DBAR 0b10000)>; // seqcst 2196 def : Pat<(loongarch_dbar uimm15:$imm15), (DBAR uimm15:$imm15)>;
|
H A D | LoongArchISelLowering.cpp | 2391 : DAG.getNode(LoongArchISD::DBAR, DL, MVT::Other, Chain, in lowerINTRINSIC_VOID() 4599 NODE_NAME_CASE(DBAR) in getTargetNodeName()
|
/freebsd/contrib/unifdef/tests/ |
H A D | whitespace-2.sh | 1 unifdef -DBAR whitespace.c
|
H A D | recursive.sh | 1 unifdef -d -DFOO=BAR -DBAR=ZIG -DZIG=BAR -DQUX=QUX if1.c
|
/freebsd/crypto/openssl/ |
H A D | INSTALL.md | 1104 $ ./Configure -DFOO CPPFLAGS=-DBAR -DCOOKIE 1114 For example, the following command will not see `-DBAR`: 1116 $ CPPFLAGS=-DBAR ./Configure -DCOOKIE
|