Home
last modified time | relevance | path

Searched defs:W (Results 1 – 25 of 196) sorted by relevance

12345678

/freebsd/sys/contrib/ck/include/gcc/aarch64/
H A Dck_pr_lse.h97 #define CK_PR_CAS(N, M, T, W, R) \ argument
125 #define CK_PR_CAS_S(N, M, W, R) CK_PR_CAS(N, M, M, W, R) argument
142 #define CK_PR_FAS(N, M, T, W, R) \ argument
169 #define CK_PR_UNARY(O, N, M, T, I, W, R, S) \ argument
188 #define CK_PR_UNARY_S(S, T, W) \ argument
204 #define CK_PR_BINARY(O, N, M, T, S, W, R, I) \ argument
227 #define CK_PR_BINARY_S(S, T, W) \ argument
275 #define CK_PR_FAA(S, T, W) \ argument
H A Dck_pr_llsc.h100 #define CK_PR_CAS(N, M, T, W, R) \ argument
146 #define CK_PR_CAS_S(N, M, W, R) CK_PR_CAS(N, M, M, W, R) argument
163 #define CK_PR_FAS(N, M, T, W, R) \ argument
194 #define CK_PR_UNARY(O, N, M, T, I, W, R) \ argument
219 #define CK_PR_UNARY_S(S, T, W) \ argument
235 #define CK_PR_BINARY(O, N, M, T, I, W, R) \ argument
265 #define CK_PR_BINARY_S(S, T, W) \ argument
323 #define CK_PR_FAA(S, T, W) \ argument
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp151 for (auto &W : Ws) in writeUInt8sAsync() local
158 for (auto &W : Ws) in writeUInt16sAsync() local
165 for (auto &W : Ws) in writeUInt32sAsync() local
172 for (auto &W : Ws) in writeUInt64sAsync() local
179 for (auto &W : Ws) in writeBuffersAsync() local
187 for (auto &W : Ws) in writePointersAsync() local
190 for (auto &W : Ws) in writePointersAsync() local
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DBitTracker.cpp216 uint16_t B = M.first(), E = M.last(), W = width(); in insert() local
236 uint16_t B = M.first(), E = M.last(), W = width(); in extract() local
256 uint16_t W = width(); in rol() local
285 uint16_t W = width(), WRC = RC.width(); in cat() local
293 uint16_t W = width(); in ct() local
302 uint16_t W = width(); in cl() local
311 uint16_t W = Bits.size(); in operator ==() local
389 uint16_t W = A.width(); in isInt() local
400 uint16_t W = A.width(); in toInt() local
434 uint16_t W = A1.width(); in eADD() local
[all …]
/freebsd/sys/contrib/ck/include/gcc/ppc/
H A Dck_pr.h197 #define CK_PR_FAS(N, M, T, W) \ argument
220 #define CK_PR_UNARY(O, N, M, T, I, W) \ argument
241 #define CK_PR_UNARY_S(S, T, W) \ argument
254 #define CK_PR_BINARY(O, N, M, T, I, W) \ argument
277 #define CK_PR_BINARY_S(S, T, W) \ argument
310 #define CK_PR_FAA(S, T, W) \ argument
/freebsd/sys/contrib/ck/include/gcc/ppc64/
H A Dck_pr.h283 #define CK_PR_FAS(N, M, T, W) \ in CK_PR_CAS() argument
310 #define CK_PR_UNARY(O, N, M, T, I, W) \ argument
331 #define CK_PR_UNARY_S(S, T, W) \ argument
345 #define CK_PR_BINARY(O, N, M, T, I, W) \ argument
368 #define CK_PR_BINARY_S(S, T, W) \ argument
402 #define CK_PR_FAA(S, T, W) \ argument
/freebsd/sys/contrib/ck/include/gcc/arm/
H A Dck_pr.h339 #define CK_PR_CAS(N, T, W) \ argument
395 #define CK_PR_FAS(N, M, T, W) \ argument
426 #define CK_PR_UNARY(O, N, M, T, I, W) \ argument
450 #define CK_PR_UNARY_S(S, T, W) \ argument
467 #define CK_PR_BINARY(O, N, M, T, I, W) \ argument
493 #define CK_PR_BINARY_S(S, T, W) \ argument
532 #define CK_PR_FAA(S, T, W) \ argument
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDictionary.h54 DictionaryEntry(Word W) : W(W) {} in DictionaryEntry()
55 DictionaryEntry(Word W, size_t PositionHint) in DictionaryEntry()
89 bool ContainsWord(const Word &W) const { in ContainsWord()
/freebsd/sys/crypto/sha2/
H A Dsha512c_arm64.c40 uint64x2_t W[8]; in SHA512_Transform_arm64_impl() local
93 #define A64_RNDr(S, W, i, ii) \ in SHA512_Transform_arm64_impl() argument
H A Dsha256c.c123 #define RNDr(S, W, i, ii) \ argument
131 #define MSCH(W, ii, i) \ argument
145 uint32_t W[64]; in SHA256_Transform_c() local
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/
H A DLVReaderHandler.h43 ScopedPrinter &W; variable
69 LVReaderHandler(ArgVector &Objects, ScopedPrinter &W, in LVReaderHandler()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DTargetProcessControlTypes.h269 size(const tpctypes::UIntWrite<T> & W) size() argument
273 serialize(SPSOutputBuffer & OB,const tpctypes::UIntWrite<T> & W) serialize() argument
278 deserialize(SPSInputBuffer & IB,tpctypes::UIntWrite<T> & W) deserialize() argument
288 size(const tpctypes::BufferWrite & W) size() argument
293 serialize(SPSOutputBuffer & OB,const tpctypes::BufferWrite & W) serialize() argument
298 deserialize(SPSInputBuffer & IB,tpctypes::BufferWrite & W) deserialize() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/HipStdPar/
H A DHipStdPar.cpp76 std::string W; in checkIfSupported() local
174 std::string W; in checkIfSupported() local
291 std::string W; in run() local
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSPIRVObjectWriter.h26 static bool classof(const MCObjectTargetWriter *W) { in classof()
32 support::endian::Writer W; variable
H A DMCDXContainerWriter.h29 static bool classof(const MCObjectTargetWriter *W) { in classof()
H A DMCXCOFFObjectWriter.h26 static bool classof(const MCObjectTargetWriter *W) { in classof()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h41 ScopedPrinter &W; global() variable
61 LVTypeVisitor(ScopedPrinter & W,LVLogicalVisitor * LogicalVisitor,LazyRandomTypeCollection & Types,LazyRandomTypeCollection & Ids,uint32_t StreamIdx,LVShared * Shared) LVTypeVisitor() argument
127 ScopedPrinter &W; global() variable
180 LVSymbolVisitor(LVCodeViewReader * Reader,ScopedPrinter & W,LVLogicalVisitor * LogicalVisitor,LazyRandomTypeCollection & Types,LazyRandomTypeCollection & Ids,LVSymbolVisitorDelegate * ObjDelegate,LVShared * Shared) LVSymbolVisitor() argument
233 ScopedPrinter &W; global() variable
[all...]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Davx512fp16intrin.h379 #define _mm512_mask_add_round_ph(W, U, A, B, R) \ argument
411 #define _mm512_mask_sub_round_ph(W, U, A, B, R) \ argument
443 #define _mm512_mask_mul_round_ph(W, U, A, B, R) \ argument
475 #define _mm512_mask_div_round_ph(W, U, A, B, R) \ argument
508 #define _mm512_mask_min_round_ph(W, U, A, B, R) \ argument
541 #define _mm512_mask_max_round_ph(W, U, A, B, R) \ argument
598 #define _mm_mask_add_round_sh(W, U, A, B, R) \ argument
634 #define _mm_mask_sub_round_sh(W, U, A, B, R) \ argument
670 #define _mm_mask_mul_round_sh(W, U, A, B, R) \ argument
706 #define _mm_mask_div_round_sh(W, U, A, B, R) \ argument
[all …]
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Djemalloc_internal_macros.h54 # define JEMALLOC_DIAGNOSTIC_IGNORE(W) __pragma(warning(disable:W)) argument
69 # define JEMALLOC_DIAGNOSTIC_IGNORE(W) \ argument
101 # define JEMALLOC_DIAGNOSTIC_IGNORE(W) argument
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeDumpVisitor.h30 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor()
76 ScopedPrinter *W; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DOrcRTBootstrap.cpp30 for (auto &W : Ws) in writeUIntsWrapper() local
41 for (auto &W : Ws) in writeBuffersWrapper() local
/freebsd/sys/contrib/libsodium/src/libsodium/include/sodium/private/
H A Dcommon.h67 #define STORE64_LE(DST, W) store64_le((DST), (W)) argument
102 #define STORE32_LE(DST, W) store32_le((DST), (W)) argument
139 #define STORE64_BE(DST, W) store64_be((DST), (W)) argument
174 #define STORE32_BE(DST, W) store32_be((DST), (W)) argument
/freebsd/sys/contrib/zlib/
H A Dcrc32.c76 # define W Z_TESTW macro
80 # define W 8 /* required for MAKECRCH */ macro
83 # define W 8 macro
85 # define W 4 macro
94 # define W 4 macro
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h35 ScopedPrinter &W; variable
42 PrinterContext(ScopedPrinter &W, const object::ELFObjectFile<ELFT> &ObjF) in PrinterContext()
/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/tests/
H A DCtxInstrProfilingTest.cpp208 Writer W(&Root, 1); in TEST_F() local
210 __llvm_ctx_profile_fetch(&W, [](void *W, const ContextNode &Node) -> bool { in TEST_F()
219 __llvm_ctx_profile_fetch(&W2, [](void *W, const ContextNode &Node) -> bool { in TEST_F()

12345678