Home
last modified time | relevance | path

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

1234567

/freebsd-11-stable/sys/contrib/ck/include/gcc/aarch64/
HDck_pr_lse.h96 #define CK_PR_CAS(N, M, T, W, R) \ argument
124 #define CK_PR_CAS_S(N, M, W, R) CK_PR_CAS(N, M, M, W, R) argument
141 #define CK_PR_FAS(N, M, T, W, R) \ argument
168 #define CK_PR_UNARY(O, N, M, T, I, W, R, S) \ argument
187 #define CK_PR_UNARY_S(S, T, W) \ argument
203 #define CK_PR_BINARY(O, N, M, T, S, W, R, I) \ argument
226 #define CK_PR_BINARY_S(S, T, W) \ argument
274 #define CK_PR_FAA(S, T, W) \ argument
HDck_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
HDck_pr.h191 #define CK_PR_NEG(N, M, T, W, R) \ argument
212 #define CK_PR_NEG_S(S, T, W) \ argument
/freebsd-11-stable/sys/contrib/ck/include/gcc/arm/
HDck_pr_armv4.h214 #define CK_PR_FAS(N, M, T, W) \ argument
240 #define CK_PR_UNARY(O, N, M, T, I, W) \ argument
257 #define CK_PR_UNARY_S(S, T, W) \ argument
274 #define CK_PR_BINARY(O, N, M, T, I, W) \ argument
292 #define CK_PR_BINARY_S(S, T, W) \ argument
323 #define CK_PR_FAA(S, T, W) \ argument
HDck_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-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
HDBitTracker.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-11-stable/sys/contrib/ck/include/gcc/ppc/
HDck_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-11-stable/sys/contrib/ck/include/gcc/ppc64/
HDck_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-11-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerDictionary.h52 DictionaryEntry(Word W) : W(W) {} in DictionaryEntry()
53 DictionaryEntry(Word W, size_t PositionHint) : W(W), PositionHint(PositionHint) {} in DictionaryEntry()
84 bool ContainsWord(const Word &W) const { in ContainsWord()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
HDavx512dqintrin.h349 #define _mm512_mask_cvt_roundpd_epi64(W, U, A, R) \ argument
388 #define _mm512_mask_cvt_roundpd_epu64(W, U, A, R) \ argument
427 #define _mm512_mask_cvt_roundps_epi64(W, U, A, R) \ argument
466 #define _mm512_mask_cvt_roundps_epu64(W, U, A, R) \ argument
501 #define _mm512_mask_cvt_roundepi64_pd(W, U, A, R) \ argument
540 #define _mm512_mask_cvt_roundepi64_ps(W, U, A, R) \ argument
580 #define _mm512_mask_cvtt_roundpd_epi64(W, U, A, R) \ argument
619 #define _mm512_mask_cvtt_roundpd_epu64(W, U, A, R) \ argument
658 #define _mm512_mask_cvtt_roundps_epi64(W, U, A, R) \ argument
697 #define _mm512_mask_cvtt_roundps_epu64(W, U, A, R) \ argument
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
HDTypeDumpVisitor.h28 TypeDumpVisitor(TypeCollection &TpiTypes, ScopedPrinter *W, in TypeDumpVisitor()
74 ScopedPrinter *W; variable
HDSymbolDumper.h27 CVSymbolDumper(ScopedPrinter &W, TypeCollection &Types, in CVSymbolDumper()
/freebsd-11-stable/sys/crypto/sha2/
HDsha256c.c118 #define RNDr(S, W, i, ii) \ argument
126 #define MSCH(W, ii, i) \ argument
136 uint32_t W[64]; in SHA256_Transform() local
HDsha512c.c145 #define RNDr(S, W, i, ii) \ argument
153 #define MSCH(W, ii, i) \ argument
163 uint64_t W[80]; in SHA512_Transform() local
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCXCOFFObjectWriter.h26 static bool classof(const MCObjectTargetWriter *W) { in classof()
HDMCMachObjectWriter.h48 static bool classof(const MCObjectTargetWriter *W) { in classof()
133 support::endian::Writer W; variable
HDMCWasmObjectWriter.h32 static bool classof(const MCObjectTargetWriter *W) { in classof()
HDMCWinCOFFObjectWriter.h35 static bool classof(const MCObjectTargetWriter *W) { in classof()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLint.cpp691 if (Value *W = PN->hasConstantValue()) in findValueImpl() local
698 if (Value *W = FindInsertedValue(Ex->getAggregateOperand(), in findValueImpl() local
711 if (Value *W = FindInsertedValue(CE->getOperand(0), Indices)) in findValueImpl() local
719 if (Value *W = SimplifyInstruction(Inst, {*DL, TLI, DT, AC})) in findValueImpl() local
722 if (Value *W = ConstantFoldConstant(C, *DL, TLI)) in findValueImpl() local
HDBlockFrequencyInfoImpl.cpp140 static void combineWeight(Weight &W, const Weight &OtherW) { in combineWeight()
182 for (const Weight &W : Weights) in combineWeightsByHashing() local
245 [](uint64_t Sum, const Weight &W) { in normalize()
434 for (const Weight &W : Dist.Weights) { in distributeMass() local
834 for (const Weight &W : Dist.Weights) { in adjustLoopHeaderMass() local
845 for (const Weight &W : Dist.Weights) { in distributeIrrLoopHeaderMass() local
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDDwarfCFIEHPrinter.h33 ScopedPrinter &W; variable
41 PrinterContext(ScopedPrinter &W, const object::ELFObjectFile<ELFT> *ObjF) in PrinterContext()
HDStackMapPrinter.h19 void prettyPrintStackMap(ScopedPrinter &W, const StackMapParserT &SMP) { in prettyPrintStackMap()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/FuzzMutate/
HDOpDescriptor.cpp17 uint64_t W = IntTy->getBitWidth(); in makeConstantsWithType() local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFAcceleratorTable.cpp164 bool AppleAcceleratorTable::dumpName(ScopedPrinter &W, in dumpName()
207 ScopedPrinter W(OS); in dump() local
655 bool DWARFDebugNames::NameIndex::dumpEntry(ScopedPrinter &W, in dumpEntry()
670 void DWARFDebugNames::NameIndex::dumpName(ScopedPrinter &W, in dumpName()
718 void DWARFDebugNames::NameIndex::dumpBucket(ScopedPrinter &W, in dumpBucket()
777 ScopedPrinter W(OS); in dump() local
/freebsd-11-stable/contrib/gdb/gdb/config/sparc/
HDnm-sol2.h51 #define STOPPED_BY_WATCHPOINT(W) \ argument

1234567