Home
last modified time | relevance | path

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

1234

/NextBSD/contrib/llvm/lib/Target/Hexagon/
HDBitTracker.cpp200 uint16_t B = M.first(), E = M.last(), W = width(); in insert() local
221 uint16_t B = M.first(), E = M.last(), W = width(); in extract() local
242 uint16_t W = width(); in rol() local
273 uint16_t W = width(), WRC = RC.width(); in cat() local
282 uint16_t W = width(); in ct() local
292 uint16_t W = width(); in cl() local
302 uint16_t W = Bits.size(); in operator ==() local
386 uint16_t W = A.width(); in isInt() local
398 uint16_t W = A.width(); in toInt() local
435 uint16_t W = A1.width(); in eADD() local
[all …]
HDHexagonGenExtract.cpp175 uint32_t W = std::min(U, T); in INITIALIZE_PASS_DEPENDENCY() local
/NextBSD/contrib/llvm/include/llvm/Support/
HDGenericDomTreeConstruction.h192 typename GraphT::NodeType* W = DT.Vertex[i]; in Calculate() local
240 typename GraphT::NodeType* W = DT.Vertex[i]; in Calculate() local
261 typename GraphT::NodeType* W = DT.Vertex[i]; in Calculate() local
HDFormat.h122 FormattedString(StringRef S, unsigned W, bool R) in FormattedString()
150 FormattedNumber(uint64_t HV, int64_t DV, unsigned W, bool H, bool U, in FormattedNumber()
/NextBSD/contrib/llvm/lib/Target/AArch64/TargetInfo/
HDAArch64TargetInfo.cpp29 RegisterTarget<Triple::aarch64_be, /*HasJIT=*/true> W( in LLVMInitializeAArch64TargetInfo() local
/NextBSD/contrib/gdb/gdb/config/sparc/
HDnm-sol2.h51 #define STOPPED_BY_WATCHPOINT(W) \ argument
/NextBSD/contrib/llvm/lib/Analysis/
HDBlockFrequencyInfoImpl.cpp118 static void combineWeight(Weight &W, const Weight &OtherW) { in combineWeight()
158 for (const Weight &W : Weights) in combineWeightsByHashing() local
218 [](uint64_t Sum, const Weight &W) { in normalize()
403 for (const Weight &W : Dist.Weights) { in distributeMass() local
753 for (const Weight &W : Dist.Weights) { in adjustLoopHeaderMass() local
HDLint.cpp845 if (Value *W = PN->hasConstantValue()) in findValueImpl() local
852 if (Value *W = FindInsertedValue(Ex->getAggregateOperand(), in findValueImpl() local
865 if (Value *W = FindInsertedValue(CE->getOperand(0), Indices)) in findValueImpl() local
873 if (Value *W = SimplifyInstruction(Inst, DL, TLI, DT, AC)) in findValueImpl() local
876 if (Value *W = ConstantFoldConstantExpression(CE, DL, TLI)) in findValueImpl() local
/NextBSD/contrib/gdb/gdb/config/i386/
HDnm-i386sol2.h49 #define STOPPED_BY_WATCHPOINT(W) \ argument
HDnm-i386sco5.h69 #define STOPPED_BY_WATCHPOINT(W) \ argument
HDnm-i386.h98 #define STOPPED_BY_WATCHPOINT(W) (i386_stopped_data_address () != 0) argument
/NextBSD/contrib/compiler-rt/lib/builtins/ppc/
HDgcc_qsub.c50 double W, w; in __gcc_qsub() local
HDgcc_qadd.c50 double W, w; in __gcc_qadd() local
/NextBSD/contrib/llvm/lib/Support/
HDPrettyStackTrace.cpp48 sys::Watchdog W(5); in PrintStack() local
/NextBSD/sys/crypto/sha2/
HDsha256c.c99 #define RNDr(S, W, i, k) \ argument
113 uint32_t W[64]; in SHA256_Transform() local
HDsha512c.c100 #define RNDr(S, W, i, k) \ argument
114 uint64_t W[80]; in SHA512_Transform() local
/NextBSD/crypto/openssl/crypto/dsa/
HDdsa_gen.c135 BIGNUM *r0, *W, *X, *c, *test; in dsa_builtin_paramgen() local
408 BIGNUM *r0, *W, *X, *c, *test; in dsa_builtin_paramgen2() local
/NextBSD/contrib/ldns/
HDduration.c121 char* P, *X, *T, *W; in ldns_duration_create_from_string() local
/NextBSD/crypto/openssl/crypto/sha/
HDsha512.c418 const SHA_LONG64 *W = in; in sha512_block_data_order() local
479 const SHA_LONG64 *W = in; in sha512_block_data_order() local
558 const SHA_LONG64 *W = in; in sha512_block_data_order() local
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGLoopInfo.h119 void setVectorizerWidth(unsigned W) { StagedAttrs.VectorizerWidth = W; } in setVectorizerWidth()
/NextBSD/sys/cddl/boot/zfs/
HDsha256.c75 uint32_t a, b, c, d, e, f, g, h, t, T1, T2, W[64]; in SHA256Transform() local
/NextBSD/contrib/binutils/gas/config/
HDobj-multi.h134 #define OBJ_PROCESS_STAB(SEG,W,S,T,O,D) \ argument
/NextBSD/lib/libmd/
HDsha0c.c289 void sha_block(c, W, num) in sha_block() argument
HDsha1c.c320 sha1_block(c, W, num) in sha1_block() argument
/NextBSD/contrib/llvm/tools/llvm-readobj/
HDStreamWriter.h285 StreamWriter& W; member
299 StreamWriter& W; member

1234