Home
last modified time | relevance | path

Searched defs:B (Results 1 – 25 of 951) sorted by relevance

12345678910>>...39

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dinternal_defs.h118 #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
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
131 #define DCHECK_GT(A, B) CHECK_GT(A, B) argument
[all …]
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dgfniintrin.h49 #define _mm_gf2p8affineinv_epi64_epi8(A, B, I) \ argument
54 #define _mm_gf2p8affine_epi64_epi8(A, B, I) \ argument
67 #define _mm256_gf2p8affineinv_epi64_epi8(A, B, I) \ argument
72 #define _mm256_gf2p8affine_epi64_epi8(A, B, I) \ argument
86 #define _mm512_gf2p8affineinv_epi64_epi8(A, B, I) \ argument
100 #define _mm512_gf2p8affine_epi64_epi8(A, B, I) \ argument
110 #define _mm512_maskz_gf2p8affine_epi64_epi8(U, A, B, I) \ argument
143 #define _mm_maskz_gf2p8affineinv_epi64_epi8(U, A, B, I) \ argument
156 #define _mm_mask_gf2p8affine_epi64_epi8(S, U, A, B, I) \ argument
161 #define _mm_maskz_gf2p8affine_epi64_epi8(U, A, B, I) \ argument
[all …]
H A Dsm4intrin.h76 #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 Davx512erintrin.h114 #define _mm_rsqrt28_round_ss(A, B, R) \ argument
132 #define _mm_rsqrt28_ss(A, B) \ argument
138 #define _mm_maskz_rsqrt28_ss(M, A, B) \ argument
141 #define _mm_rsqrt28_round_sd(A, B, R) \ argument
159 #define _mm_rsqrt28_sd(A, B) \ argument
217 #define _mm_rcp28_round_ss(A, B, R) \ argument
235 #define _mm_rcp28_ss(A, B) \ argument
241 #define _mm_maskz_rcp28_ss(M, A, B) \ argument
244 #define _mm_rcp28_round_sd(A, B, R) \ argument
262 #define _mm_rcp28_sd(A, B) \ argument
[all …]
H A Davx512fp16intrin.h286 __m128h B) { in _mm_comieq_sh()
292 __m128h B) { in _mm_comilt_sh()
298 __m128h B) { in _mm_comile_sh()
3312 #define _mm512_mul_pch(A, B) _mm512_fmul_pch(A, B) argument
3321 #define _mm512_cmul_pch(A, B) _mm512_fcmul_pch(A, B) argument
3330 #define _mm_mul_sch(A, B) _mm_fmul_sch(A, B) argument
3332 #define _mm_maskz_mul_sch(U, A, B) _mm_maskz_fmul_sch(U, A, B) argument
3333 #define _mm_mul_round_sch(A, B, R) _mm_fmul_round_sch(A, B, R) argument
3338 #define _mm_cmul_sch(A, B) _mm_fcmul_sch(A, B) argument
3340 #define _mm_maskz_cmul_sch(U, A, B) _mm_maskz_fcmul_sch(U, A, B) argument
[all …]
H A Davx512vlvbmi2intrin.h247 #define _mm256_shldi_epi64(A, B, I) \ argument
261 #define _mm_shldi_epi64(A, B, I) \ argument
275 #define _mm256_shldi_epi32(A, B, I) \ argument
289 #define _mm_shldi_epi32(A, B, I) \ argument
303 #define _mm256_shldi_epi16(A, B, I) \ argument
317 #define _mm_shldi_epi16(A, B, I) \ argument
331 #define _mm256_shrdi_epi64(A, B, I) \ argument
345 #define _mm_shrdi_epi64(A, B, I) \ argument
359 #define _mm256_shrdi_epi32(A, B, I) \ argument
373 #define _mm_shrdi_epi32(A, B, I) \ argument
[all …]
H A Davx512vbmi2intrin.h131 #define _mm512_shldi_epi64(A, B, I) \ argument
140 #define _mm512_maskz_shldi_epi64(U, A, B, I) \ argument
145 #define _mm512_shldi_epi32(A, B, I) \ argument
154 #define _mm512_maskz_shldi_epi32(U, A, B, I) \ argument
159 #define _mm512_shldi_epi16(A, B, I) \ argument
168 #define _mm512_maskz_shldi_epi16(U, A, B, I) \ argument
173 #define _mm512_shrdi_epi64(A, B, I) \ argument
182 #define _mm512_maskz_shrdi_epi64(U, A, B, I) \ argument
187 #define _mm512_shrdi_epi32(A, B, I) \ argument
196 #define _mm512_maskz_shrdi_epi32(U, A, B, I) \ argument
[all …]
H A Dstdckdint.h37 #define ckd_add(R, A, B) __builtin_add_overflow((A), (B), (R)) argument
38 #define ckd_sub(R, A, B) __builtin_sub_overflow((A), (B), (R)) argument
39 #define ckd_mul(R, A, B) __builtin_mul_overflow((A), (B), (R)) argument
H A Davx512dqintrin.h784 #define _mm512_range_pd(A, B, C) \ argument
822 #define _mm512_range_ps(A, B, C) \ argument
860 #define _mm_range_round_ss(A, B, C, R) \ argument
914 #define _mm512_reduce_pd(A, B) \ argument
932 #define _mm512_reduce_ps(A, B) \ argument
980 #define _mm_reduce_ss(A, B, C) \ argument
1017 #define _mm_reduce_sd(A, B, C) \ argument
1288 #define _mm512_insertf32x8(A, B, imm) \ argument
1302 #define _mm512_insertf64x2(A, B, imm) \ argument
1316 #define _mm512_inserti32x8(A, B, imm) \ argument
[all …]
H A Davx512fintrin.h1049 #define _mm_max_round_ss(A, B, R) \ argument
1085 #define _mm_max_round_sd(A, B, R) \ argument
1284 #define _mm_min_round_ss(A, B, R) \ argument
1320 #define _mm_min_round_sd(A, B, R) \ argument
1920 #define _mm_add_round_ss(A, B, R) \ argument
1949 #define _mm_add_round_sd(A, B, R) \ argument
2034 #define _mm_sub_round_ss(A, B, R) \ argument
2064 #define _mm_sub_round_sd(A, B, R) \ argument
2149 #define _mm_mul_round_ss(A, B, R) \ argument
5105 #define _mm512_ror_epi32(A, B) \ argument
[all …]
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-shuffle-test_.cc48 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/llvm/include/llvm/CodeGen/
H A DMachinePostDominators.h55 const MachineDomTreeNode *B) const { in dominates()
59 bool dominates(const MachineBasicBlock *A, const MachineBasicBlock *B) const { in dominates()
64 const MachineDomTreeNode *B) const { in properlyDominates()
69 const MachineBasicBlock *B) const { in properlyDominates()
78 MachineBasicBlock *B) const { in findNearestCommonDominator()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp370 IRBuilderBase &B) { in emitStrLenMemCpy()
830 IRBuilderBase &B) { in optimizeStringNCpy()
1771 static Value *replaceUnaryCall(CallInst *CI, IRBuilderBase &B, in replaceUnaryCall()
1808 static Value *optimizeDoubleFP(CallInst *CI, IRBuilderBase &B, in optimizeDoubleFP()
1868 static Value *optimizeUnaryDoubleFP(CallInst *CI, IRBuilderBase &B, in optimizeUnaryDoubleFP()
1912 IRBuilderBase &B) { in optimizeTrigReflections()
2128 Module *M, IRBuilderBase &B, in getSqrtCall()
2203 IRBuilderBase &B) { in createPowWithIntegerExponent()
3047 IRBuilderBase &B) { in optimizeSPrintFString()
3174 IRBuilderBase &B) { in emitSnPrintfMemCpy()
[all …]
H A DGuardUtils.cpp55 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
H A DBuildLibCalls.cpp1464 Value *llvm::emitStrDup(Value *Ptr, IRBuilderBase &B, in emitStrDup()
1470 Value *llvm::emitStrChr(Value *Ptr, char C, IRBuilderBase &B, in emitStrChr()
1489 Value *llvm::emitStrCpy(Value *Dst, Value *Src, IRBuilderBase &B, in emitStrCpy()
1496 Value *llvm::emitStpCpy(Value *Dst, Value *Src, IRBuilderBase &B, in emitStpCpy()
1520 IRBuilderBase &B, const DataLayout &DL, in emitMemCpyChk()
1625 Value *llvm::emitStrCat(Value *Dest, Value *Src, IRBuilderBase &B, in emitStrCat()
1799 Value *llvm::emitPutChar(Value *Char, IRBuilderBase &B, in emitPutChar()
1818 Value *llvm::emitPutS(Value *Str, IRBuilderBase &B, in emitPutS()
1836 Value *llvm::emitFPutC(Value *Char, Value *File, IRBuilderBase &B, in emitFPutC()
1856 Value *llvm::emitFPutS(Value *Str, Value *File, IRBuilderBase &B, in emitFPutS()
[all …]
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DIntegralAP.h194 static bool add(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in add()
198 static bool sub(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in sub()
202 static bool mul(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in mul()
206 static bool rem(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in rem()
214 static bool div(IntegralAP A, IntegralAP B, unsigned OpBits, IntegralAP *R) { in div()
222 static bool bitAnd(IntegralAP A, IntegralAP B, unsigned OpBits, in bitAnd()
228 static bool bitOr(IntegralAP A, IntegralAP B, unsigned OpBits, in bitOr()
234 static bool bitXor(IntegralAP A, IntegralAP B, unsigned OpBits, in bitXor()
252 static void shiftLeft(const IntegralAP A, const IntegralAP B, unsigned OpBits, in shiftLeft()
257 static void shiftRight(const IntegralAP A, const IntegralAP B, in shiftRight()
[all …]
H A DEvalEmitter.cpp30 Block *B = reinterpret_cast<Block *>(V.get()); in ~EvalEmitter() local
63 auto *B = new (Memory.get()) Block(D, /*isStatic=*/false); in createLocal() local
152 Block *B = getLocal(I); in emitGetPtrLocal() local
164 Block *B = getLocal(I); in emitGetLocal() local
176 Block *B = getLocal(I); in emitSetLocal() local
189 Block *B = getLocal(Local.Offset); in emitDestroy() local
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DOperator.h87 void setHasNoUnsignedWrap(bool B) { in setHasNoUnsignedWrap()
91 void setHasNoSignedWrap(bool B) { in setHasNoSignedWrap()
139 void setIsExact(bool B) { in setIsExact()
175 void setFast(bool B) { in setFast()
185 void setHasAllowReassoc(bool B) { in setHasAllowReassoc()
191 void setHasNoNaNs(bool B) { in setHasNoNaNs()
197 void setHasNoInfs(bool B) { in setHasNoInfs()
203 void setHasNoSignedZeros(bool B) { in setHasNoSignedZeros()
215 void setHasAllowContract(bool B) { in setHasAllowContract()
221 void setHasApproxFunc(bool B) { in setHasApproxFunc()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_allocator.h50 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 Dxray_buffer_queue.cpp31 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
/freebsd/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp42 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/sys/dev/ixgbe/
H A Dixgbe_osdep.h74 #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
105 #define DEBUGOUT2(S,A,B) argument
106 #define DEBUGOUT3(S,A,B,C) argument
107 #define DEBUGOUT4(S,A,B,C,D) argument
108 #define DEBUGOUT5(S,A,B,C,D,E) argument
109 #define DEBUGOUT6(S,A,B,C,D,E,F) argument
110 #define DEBUGOUT7(S,A,B,C,D,E,F,G) argument
113 #define ERROR_REPORT2(S,A,B) argument
[all …]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DDWARFRecordSectionSplitter.cpp40 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/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowWorklist.h43 const CFGBlock *B = WorkList.top(); in dequeue() local
70 for (auto B : Block->succs()) in enqueueSuccessors() local
83 for (auto B : Block->succs()) in enqueueSuccessors() local
98 for (auto B : Block->preds()) in enqueuePredecessors() local
/freebsd/sys/contrib/libsodium/src/libsodium/crypto_stream/chacha20/dolbeau/
H A Du8.h6 #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 …]

12345678910>>...39