Home
last modified time | relevance | path

Searched refs:DBAR (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/
H A DLoongArchExpandAtomicPseudoInsts.cpp591 BuildMI(TailMBB, DL, TII->get(LoongArch::DBAR)).addImm(hint); in expandAtomicCmpXchg()
H A DLoongArchISelLowering.h75 DBAR, enumerator
H A DLoongArchInstrInfo.td116 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 DLoongArchISelLowering.cpp2391 : DAG.getNode(LoongArchISD::DBAR, DL, MVT::Other, Chain, in lowerINTRINSIC_VOID()
4599 NODE_NAME_CASE(DBAR) in getTargetNodeName()
/freebsd/contrib/unifdef/tests/
H A Dwhitespace-2.sh1 unifdef -DBAR whitespace.c
H A Drecursive.sh1 unifdef -d -DFOO=BAR -DBAR=ZIG -DZIG=BAR -DQUX=QUX if1.c
/freebsd/crypto/openssl/
H A DINSTALL.md1104 $ ./Configure -DFOO CPPFLAGS=-DBAR -DCOOKIE
1114 For example, the following command will not see `-DBAR`:
1116 $ CPPFLAGS=-DBAR ./Configure -DCOOKIE