/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | SlowDynamicAPInt.cpp | 33 SlowDynamicAPInt &detail::operator+=(SlowDynamicAPInt &A, int64_t B) { in operator +=() 36 SlowDynamicAPInt &detail::operator-=(SlowDynamicAPInt &A, int64_t B) { in operator -=() 39 SlowDynamicAPInt &detail::operator*=(SlowDynamicAPInt &A, int64_t B) { in operator *=() 42 SlowDynamicAPInt &detail::operator/=(SlowDynamicAPInt &A, int64_t B) { in operator /=() 45 SlowDynamicAPInt &detail::operator%=(SlowDynamicAPInt &A, int64_t B) { in operator %=() 49 bool detail::operator==(const SlowDynamicAPInt &A, int64_t B) { in operator ==() 52 bool detail::operator!=(const SlowDynamicAPInt &A, int64_t B) { in operator !=() 55 bool detail::operator>(const SlowDynamicAPInt &A, int64_t B) { in operator >() 58 bool detail::operator<(const SlowDynamicAPInt &A, int64_t B) { in operator <() 61 bool detail::operator<=(const SlowDynamicAPInt &A, int64_t B) { in operator <=() [all …]
|
H A D | SHA1.cpp | 39 static inline void r0(uint32_t &A, uint32_t &B, uint32_t &C, uint32_t &D, in r0() argument 45 static inline void r1(uint32_t &A, uint32_t &B, uint32_t &C, uint32_t &D, in r1() argument 51 static inline void r2(uint32_t &A, uint32_t &B, uint32_t &C, uint32_t &D, in r2() argument 57 r3(uint32_t & A,uint32_t & B,uint32_t & C,uint32_t & D,uint32_t & E,int I,uint32_t * Buf) r3() argument 63 r4(uint32_t & A,uint32_t & B,uint32_t & C,uint32_t & D,uint32_t & E,int I,uint32_t * Buf) r4() argument 93 uint32_t B = InternalState.State[1]; hashBlock() local [all...] |
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
H A D | internal_defs.h | 118 #define CHECK_EQ(A, B) CHECK_IMPL((A), ==, (B)) argument 119 #define CHECK_NE(A, B) CHECK_IMPL((A), !=, (B)) argument 120 #define CHECK_LT(A, B) CHECK_IMPL((A), <, (B)) argument 121 #define CHECK_LE(A, B) CHECK_IMPL((A), <=, (B)) argument 122 #define CHECK_GT(A, B) CHECK_IMPL((A), >, (B)) argument 123 #define CHECK_GE(A, B) CHECK_IMPL((A), >=, (B)) argument 127 #define DCHECK_EQ(A, B) CHECK_EQ(A, B) argument 128 #define DCHECK_NE(A, B) CHECK_NE(A, B) argument 129 #define DCHECK_LT(A, B) CHECK_LT(A, B) argument 130 #define DCHECK_LE(A, B) CHECK_LE(A, B) argument [all …]
|
/freebsd/contrib/googletest/googletest/test/ |
H A D | googletest-shuffle-test_.cc | 48 TEST_F(A, B) {} in TEST_F() argument 51 TEST(ADeathTest, B) {} in TEST() argument 54 TEST(B, A) {} in TEST() argument 55 TEST(B, B) {} in TEST() argument 56 TEST(B, C) {} in TEST() argument 57 TEST(B, DISABLED_D) {} in TEST() argument 58 TEST(B, DISABLED_E) {} in TEST() argument 61 TEST(BDeathTest, B) {} in TEST() argument 64 TEST(C, B) {} in TEST() argument
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | sm4intrin.h | 76 #define _mm_sm4key4_epi32(A, B) \ argument 138 #define _mm256_sm4key4_epi32(A, B) \ argument 202 #define _mm_sm4rnds4_epi32(A, B) \ argument 266 #define _mm256_sm4rnds4_epi32(A, B) \ argument
|
H A D | avx512fp16intrin.h | 279 #define _mm_comi_round_sh(A, B, P, R) \ argument 282 #define _mm_comi_sh(A, B, pred) \ argument 375 #define _mm512_add_round_ph(A, B, R) \ argument 379 #define _mm512_mask_add_round_ph(W, U, A, B, R) \ argument 384 #define _mm512_maskz_add_round_ph(U, A, B, R) \ argument 407 #define _mm512_sub_round_ph(A, B, R) \ argument 411 #define _mm512_mask_sub_round_ph(W, U, A, B, R) \ argument 416 #define _mm512_maskz_sub_round_ph(U, A, B, R) \ argument 439 #define _mm512_mul_round_ph(A, B, R) \ argument 443 #define _mm512_mask_mul_round_ph(W, U, A, B, R) \ argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | SimplifyLibCalls.cpp | 138 uint64_t Base, bool AsSigned, IRBuilderBase &B) { in convertStrToInt() 357 Value *LibCallSimplifier::optimizeStrCat(CallInst *CI, IRBuilderBase &B) { in optimizeStrCat() 379 IRBuilderBase &B) { in emitStrLenMemCpy() 399 Value *LibCallSimplifier::optimizeStrNCat(CallInst *CI, IRBuilderBase &B) { in optimizeStrNCat() 446 IRBuilderBase &B, const DataLayout &DL) in memChrToCharCompare() 467 Value *LibCallSimplifier::optimizeStrChr(CallInst *CI, IRBuilderBase &B) { in optimizeStrChr() 529 Value *LibCallSimplifier::optimizeStrRChr(CallInst *CI, IRBuilderBase &B) { in optimizeStrRChr() 553 Value *LibCallSimplifier::optimizeStrCmp(CallInst *CI, IRBuilderBase &B) { in optimizeStrCmp() 618 Value *LibCallSimplifier::optimizeStrNCmp(CallInst *CI, IRBuilderBase &B) { in optimizeStrNCmp() 690 Value *LibCallSimplifier::optimizeStrNDup(CallInst *CI, IRBuilderBase &B) { in optimizeStrNDup() [all …]
|
H A D | BuildLibCalls.cpp | 1439 static IntegerType *getIntTy(IRBuilderBase &B, const TargetLibraryInfo *TLI) { in getIntTy() 1443 static IntegerType *getSizeTTy(IRBuilderBase &B, const TargetLibraryInfo *TLI) { in getSizeTTy() 1450 ArrayRef<Value *> Operands, IRBuilderBase &B, in emitLibCall() 1468 Value *llvm::emitStrLen(Value *Ptr, IRBuilderBase &B, const DataLayout &DL, in emitStrLen() 1475 Value *llvm::emitStrDup(Value *Ptr, IRBuilderBase &B, in emitStrDup() 1481 Value *llvm::emitStrChr(Value *Ptr, char C, IRBuilderBase &B, in emitStrChr() 1489 Value *llvm::emitStrNCmp(Value *Ptr1, Value *Ptr2, Value *Len, IRBuilderBase &B, in emitStrNCmp() 1500 Value *llvm::emitStrCpy(Value *Dst, Value *Src, IRBuilderBase &B, in emitStrCpy() 1507 Value *llvm::emitStpCpy(Value *Dst, Value *Src, IRBuilderBase &B, in emitStpCpy() 1514 Value *llvm::emitStrNCpy(Value *Dst, Value *Src, Value *Len, IRBuilderBase &B, in emitStrNCpy() [all …]
|
H A D | GuardUtils.cpp | 55 IRBuilder<> B(DeoptBlockTerm); in makeGuardControlFlowExplicit() local 72 IRBuilder<> B(CheckBI); in makeGuardControlFlowExplicit() local 95 IRBuilder<> B(WidenableBR); in widenWidenableBranch() local 99 IRBuilder<> B(WidenableBR); in widenWidenableBranch() local 116 IRBuilder<> B(WidenableBR); in setWidenableBranchCond() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelperVectorOps.cpp | 84 MatchInfo = [=](MachineIRBuilder &B) { B.buildUndef(Dst); }; in matchExtractVectorElement() 139 MatchInfo = [=](MachineIRBuilder &B) { in matchExtractVectorElementWithDifferentIndices() 202 MatchInfo = [=](MachineIRBuilder &B) { in matchExtractVectorElementWithBuildVector() 269 MatchInfo = [=](MachineIRBuilder &B) { in matchExtractVectorElementWithBuildVectorTrunc() 345 MatchInfo = [=](MachineIRBuilder &B) { B.buildUndef(Dst); }; in matchExtractVectorElementWithShuffleVector() 374 MatchInfo = [=](MachineIRBuilder &B) { in matchExtractVectorElementWithShuffleVector() 398 MatchInfo = [=](MachineIRBuilder &B) { B.buildUndef(Dst); }; in matchInsertVectorElementOOB() 417 MatchInfo = [=](MachineIRBuilder &B) { in matchAddOfVScale() 438 MatchInfo = [=](MachineIRBuilder &B) { in matchMulOfVScale() 457 MatchInfo = [=](MachineIRBuilder &B) { in matchSubOfVScale() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | IntegralAP.h | 197 static bool add(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in add() 201 static bool sub(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in sub() 205 static bool mul(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in mul() 209 static bool rem(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in rem() 217 static bool div(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in div() 225 static bool bitAnd(IntegralAP A, IntegralAP B, unsigned OpBits, in bitAnd() 231 static bool bitOr(IntegralAP A, IntegralAP B, unsigned OpBits, in bitOr() 237 static bool bitXor(IntegralAP A, IntegralAP B, unsigned OpBits, in bitXor() 255 static void shiftLeft(const IntegralAP A, const IntegralAP B, unsigned OpBits, in shiftLeft() 260 static void shiftRight(const IntegralAP A, const IntegralAP B, in shiftRight() [all …]
|
H A D | DynamicAllocator.cpp | 26 Block *B = reinterpret_cast<Block *>(Alloc.Memory.get()); in cleanup() local 69 auto *B = new (Memory.get()) Block(EvalID, D, /*isStatic=*/false); in allocate() local 102 const Block *B = reinterpret_cast<const Block *>(A.Memory.get()); in deallocate() local 108 Block *B = reinterpret_cast<Block *>(AllocIt->Memory.get()); in deallocate() local
|
H A D | EvalEmitter.cpp | 29 Block *B = reinterpret_cast<Block *>(V.get()); in ~EvalEmitter() local 88 auto *B = new (Memory.get()) Block(Ctx.getEvalID(), D, /*isStatic=*/false); in createLocal() local 232 Block *B = getLocal(I); in emitGetPtrLocal() local 244 Block *B = getLocal(I); in emitGetLocal() local 256 Block *B = getLocal(I); in emitSetLocal() local 269 Block *B = getLocal(Local.Offset); in emitDestroy() local
|
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
H A D | xray_allocator.h | 50 uintptr_t B; in allocate() local 63 uptr B = internal_mmap(NULL, RoundedSize, PROT_READ | PROT_WRITE, in allocate() local 77 template <class T> void deallocate(T *B) XRAY_NEVER_INSTRUMENT { in deallocate() 101 uintptr_t B; in allocateBuffer() local 112 uptr B = internal_mmap(NULL, RoundedSize, PROT_READ | PROT_WRITE, in allocateBuffer() local 126 template <class T> void deallocateBuffer(T *B, size_t S) XRAY_NEVER_INSTRUMENT { in deallocateBuffer()
|
H A D | xray_buffer_queue.cpp | 31 auto B = in allocControlBlock() local 145 BufferQueue::BufferQueue(size_t B, size_t N, in BufferQueue() 165 BufferRep *B = nullptr; in getBuffer() local 187 BufferRep *B = nullptr; in releaseBuffer() local 225 for (auto B = Buffers, E = Buffers + BufferCount; B != E; ++B) in cleanupBuffers() local
|
H A D | xray_utils.h | 75 template <class T> constexpr T &max(T &A, T &B) { return A > B ? A : B; } in max() 77 template <class T> constexpr T &min(T &A, T &B) { return A <= B ? A : B; } in min() 79 constexpr ptrdiff_t diff(uintptr_t A, uintptr_t B) { in diff()
|
/freebsd/sys/dev/ixgbe/ |
H A D | ixgbe_osdep.h | 74 #define MSGOUT(S, A, B) printf(S "\n", A, B) argument 79 #define DEBUGOUT2(S,A,B) printf(S "\n",A,B) argument 80 #define DEBUGOUT3(S,A,B,C) printf(S "\n",A,B,C) argument 81 #define DEBUGOUT4(S,A,B,C,D) printf(S "\n",A,B,C,D) argument 82 #define DEBUGOUT5(S,A,B,C,D,E) printf(S "\n",A,B,C,D,E) argument 83 #define DEBUGOUT6(S,A,B,C,D,E,F) printf(S "\n",A,B,C,D,E,F) argument 84 #define DEBUGOUT7(S,A,B,C,D,E,F,G) printf(S "\n",A,B,C,D,E,F,G) argument 105 #define DEBUGOUT2(S,A,B) argument 106 #define DEBUGOUT3(S,A,B,C) argument 107 #define DEBUGOUT4(S,A,B,C,D) argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | ProvenanceAnalysis.cpp | 42 const Value *B) { in relatedSelect() 55 const Value *B) { in relatedPHI() 112 bool ProvenanceAnalysis::relatedCheck(const Value *A, const Value *B) { in relatedCheck() 159 bool ProvenanceAnalysis::related(const Value *A, const Value *B) { in related()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | DWARFRecordSectionSplitter.cpp | 40 for (auto *B : Section->blocks()) in operator ()() local 44 for (auto *B : Section->blocks()) in operator ()() local 54 auto &B = *KV.first; in operator ()() local 64 LinkGraph &G, Block &B, LinkGraph::SplitBlockCache &Cache) { in processBlock()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVEmitIntrinsics.cpp | 114 IRBuilder<> &B) { in buildIntrWithMD() 213 static void setInsertPointSkippingPhis(IRBuilder<> &B, Instruction *I) { in setInsertPointSkippingPhis() 220 static void setInsertPointAfterDef(IRBuilder<> &B, Instruction *I) { in setInsertPointAfterDef() 282 void SPIRVEmitIntrinsics::buildAssignType(IRBuilder<> &B, Type *Ty, in buildAssignType() 290 void SPIRVEmitIntrinsics::buildAssignPtr(IRBuilder<> &B, Type *ElemTy, in buildAssignPtr() 769 IRBuilder<> B(Ctx); in deduceOperandElementType() local 818 IRBuilder<> &B) { in replaceMemInstrUses() 838 void SPIRVEmitIntrinsics::preprocessUndefs(IRBuilder<> &B) { in preprocessUndefs() 866 void SPIRVEmitIntrinsics::preprocessCompositeConstants(IRBuilder<> &B) { in preprocessCompositeConstants() 937 IRBuilder<> B(Call.getParent()); in visitCallInst() local [all …]
|
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/ |
H A D | u8.h | 6 #define VEC8_QUARTERROUND_NAIVE(A, B, C, D) \ argument 22 #define VEC8_QUARTERROUND_SHUFFLE(A, B, C, D) \ argument 38 #define VEC8_QUARTERROUND_SHUFFLE2(A, B, C, D) \ argument 52 #define VEC8_QUARTERROUND(A, B, C, D) VEC8_QUARTERROUND_SHUFFLE(A, B, C, D) argument 54 #define VEC8_LINE1(A, B, C, D) \ argument 57 #define VEC8_LINE2(A, B, C, D) \ argument 60 #define VEC8_LINE3(A, B, C, D) \ argument 63 #define VEC8_LINE4(A, B, C, D) \ argument 231 #define ONEQUAD_TRANSPOSE(A, B, C, D) \ argument 272 #define ONEQUAD(A, B, C, D) ONEQUAD_TRANSPOSE(A, B, C, D) argument [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | PoisonChecking.cpp | 85 static Value *buildOrChain(IRBuilder<> &B, ArrayRef<Value*> Ops) { in buildOrChain() 103 IRBuilder<> B(&I); in generateCreationChecksForBinOp() local 184 IRBuilder<> B(&I); in generateCreationChecks() local 237 static void CreateAssert(IRBuilder<> &B, Value *Cond) { in CreateAssert() 251 static void CreateAssertNot(IRBuilder<> &B, Value *Cond) { in CreateAssertNot() 276 IRBuilder<> B(cast<Instruction>(&I)); in rewrite() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | i386.h | 197 inline Error applyFixup(LinkGraph &G, Block &B, const Edge &E, in applyFixup() 301 auto &B = G.createContentBlock(PointerSection, NullPointerContent, variable 316 auto &B = G.createContentBlock(StubSection, PointerJumpStubContent, in createPointerJumpStubBlock() local 343 bool visitEdge(LinkGraph &G, Block *B, Edge &E) { in visitEdge() 391 bool visitEdge(LinkGraph &G, Block *B, Edge &E) { in visitEdge()
|
/freebsd/lib/libc/db/hash/ |
H A D | hash_buf.c | 70 #define BUF_REMOVE(B) { \ argument 76 #define BUF_INSERT(B, P) { \ argument 86 #define MRU_INSERT(B) BUF_INSERT((B), &hashp->bufhead) argument 87 #define LRU_INSERT(B) BUF_INSERT((B), LRU) argument
|
/freebsd/sys/cam/ |
H A D | cam_debug.h | 120 #define CAM_DEBUGGED(A, B) 0 argument 121 #define CAM_DEBUG(A, B, C) argument 122 #define CAM_DEBUG_DEV(A, B, C) argument 123 #define CAM_DEBUG_PRINT(A, B) argument
|