Searched refs:DBAR (Results 1 – 9 of 9) sorted by relevance
| /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/contrib/pkgconf/tests/lib1/ |
| H A D | prefix-foo1.pc | 10 Cflags: -fPIC -I${includedir}/foo -DBAR
|
| /freebsd/usr.bin/unifdef/tests/ |
| H A D | unifdef_test.sh | 47 atf_check unifdef -s -DFOO -DBAR=FOO /dev/null
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
| H A D | LoongArchExpandAtomicPseudoInsts.cpp | 625 BuildMI(TailMBB, DL, TII->get(LoongArch::DBAR)).addImm(hint); in expandAtomicCmpXchg() 684 BuildMI(LoopHeadMBB, DL, TII->get(LoongArch::DBAR)).addImm(0b10100); in expandAtomicCmpXchg128() 730 BuildMI(TailMBB, DL, TII->get(LoongArch::DBAR)).addImm(hint); in expandAtomicCmpXchg128()
|
| H A D | LoongArchInstrInfo.td | 132 def loongarch_dbar : SDNode<"LoongArchISD::DBAR", SDT_LoongArchVI, 874 def DBAR : MISC_I15<0x38720000>; 1963 // DBAR hint encoding for LA664 and later micro-architectures, paraphrased from 1973 // e.g. needed by LL-SC loops on older models. (DBAR 0x700 behaves the same as 1979 // all as the full barrier (DBAR 0), so we can unconditionally start emiting the 1982 def : Pat<(atomic_fence 4, timm), (DBAR 0b10100)>; // acquire 1983 def : Pat<(atomic_fence 5, timm), (DBAR 0b10010)>; // release 1984 def : Pat<(atomic_fence 6, timm), (DBAR 0b10000)>; // acqrel 1985 def : Pat<(atomic_fence 7, timm), (DBAR 0b10000)>; // seqcst 2380 def : Pat<(loongarch_dbar uimm15:$imm15), (DBAR uimm15:$imm15)>;
|
| H A D | LoongArchISelLowering.h | 85 DBAR, enumerator
|
| H A D | LoongArchISelLowering.cpp | 3554 : DAG.getNode(LoongArchISD::DBAR, DL, MVT::Other, Chain, in lowerINTRINSIC_VOID() 6561 NODE_NAME_CASE(DBAR) in getTargetNodeName()
|
| /freebsd/crypto/openssl/ |
| H A D | INSTALL.md | 1318 $ ./Configure -DFOO CPPFLAGS=-DBAR -DCOOKIE 1328 For example, the following command will not see `-DBAR`: 1330 $ CPPFLAGS=-DBAR ./Configure -DCOOKIE
|