Home
last modified time | relevance | path

Searched defs:XY (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/nosse/
H A Dpwhash_scryptsalsa208sha256_nosse.c228 smix(uint8_t *B, size_t r, uint64_t N, uint32_t *V, uint32_t *XY) in smix()
300 uint32_t *V, *XY; in escrypt_kdf_nosse() local
/freebsd-src/sys/contrib/libsodium/src/libsodium/crypto_pwhash/scryptsalsa208sha256/sse/
H A Dpwhash_scryptsalsa208sha256_sse.c231 smix(uint8_t *B, size_t r, uint32_t N, void *V, void *XY) in smix()
315 uint32_t *V, *XY; in escrypt_kdf_sse() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp565 Value *XY = Builder.CreateBinOp(Opcode, X, Y); foldFPSignBitOps() local
640 Value *XY = Builder.CreateFMulFMF(X, Y, &I); foldFMulReassoc() local
715 Value *XY = Builder.CreateFAddFMF(X, Y, &I); foldFMulReassoc() local
723 Value *XY = Builder.CreateFAddFMF(X, Y, &I); foldFMulReassoc() local
H A DInstCombineAddSub.cpp1776 Value *XY = Builder.CreateFSubFMF(X, Y, &I); factorizeLerp() local
1814 Value *XY = IsFAdd ? Builder.CreateFAddFMF(X, Y, &I) factorizeFAddFSub() local
1855 Value *XY = Builder.CreateFMulFMF(X, Y, &I); visitFAdd() local
1864 Value *XY = Builder.CreateFDivFMF(X, Y, &I); visitFAdd() local
[all...]
H A DInstructionCombining.cpp1875 Value *XY = Builder.CreateBinOp(Opcode, X, Y); foldVectorBinop() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DMathExtras.h496 T XY = SaturatingAdd(X, Y, &Overflowed); SaturatingAdd() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15847 __anon29909ce23802(SDValue XY, SDValue Z) visitFSUBForFMACombine() argument
[all...]