Home
last modified time | relevance | path

Searched refs:BQ (Results 1 – 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/xray/
Dxray_fdr_logging.cpp55 BufferQueue *BQ = nullptr; member
81 static BufferQueue *BQ = nullptr; variable
194 DCHECK(BQ->finalizing()); in fdrIterator()
196 if (BQ == nullptr || !BQ->finalizing()) { in fdrIterator()
218 Header.FdrData = FdrAdditionalHeaderData{BQ->ConfiguredBufferSize()}; in fdrIterator()
230 It = BQ->cbegin(); in fdrIterator()
231 End = BQ->cend(); in fdrIterator()
295 if (BQ == nullptr) { in fdrLoggingFlush()
348 Header.FdrData = FdrAdditionalHeaderData{BQ->ConfiguredBufferSize()}; in fdrLoggingFlush()
359 BQ->apply([&](const BufferQueue::Buffer &B) { in fdrLoggingFlush()
[all …]
Dxray_fdr_controller.h26 BufferQueue *BQ; variable
43 return BQ == nullptr || BQ->finalizing(); in finalized()
47 return B.Data != nullptr && B.Generation == BQ->generation() && in hasSpace()
56 if (BQ->getBuffer(B) != BufferQueue::ErrorCode::Ok) in getNewBuffer()
133 if (BQ == nullptr) in returnBuffer()
138 BQ->releaseBuffer(B); // ignore result. in returnBuffer()
142 return BQ->releaseBuffer(B) == BufferQueue::ErrorCode::Ok; in returnBuffer()
154 if (B.Generation != BQ->generation()) in recordPreamble()
171 if (B.Generation != BQ->generation()) in recordPreamble()
191 if (B.Generation != BQ->generation()) in rewindRecords()
[all …]
Dxray_profiling.cpp53 static BufferQueue *BQ = nullptr; variable
98 if (BQ == nullptr) in getThreadLocalData()
101 if (BQ->getBuffer(ThreadBuffers.NodeBuffer) != BufferQueue::ErrorCode::Ok) in getThreadLocalData()
105 BQ->releaseBuffer(ThreadBuffers.NodeBuffer); in getThreadLocalData()
108 if (BQ->getBuffer(ThreadBuffers.RootsBuffer) != BufferQueue::ErrorCode::Ok) in getThreadLocalData()
112 BQ->releaseBuffer(ThreadBuffers.RootsBuffer); in getThreadLocalData()
115 if (BQ->getBuffer(ThreadBuffers.ShadowStackBuffer) != in getThreadLocalData()
120 BQ->releaseBuffer(ThreadBuffers.ShadowStackBuffer); in getThreadLocalData()
123 if (BQ->getBuffer(ThreadBuffers.NodeIdPairBuffer) != in getThreadLocalData()
190 profileCollectorService::post(BQ, std::move(*FCT), std::move(*Allocators), in postCurrentThreadFCT()
[all …]
Dxray_profile_collector.cpp60 BufferQueue *BQ; member
76 static BufferQueue *BQ = nullptr; variable
320 TD.BQ->releaseBuffer(TD.Buffers.NodeBuffer); in reset()
321 TD.BQ->releaseBuffer(TD.Buffers.RootsBuffer); in reset()
322 TD.BQ->releaseBuffer(TD.Buffers.ShadowStackBuffer); in reset()
323 TD.BQ->releaseBuffer(TD.Buffers.NodeIdPairBuffer); in reset()
338 BQ->releaseBuffer(Buffer); in reset()
341 if (BQ == nullptr) { in reset()
347 BQ = reinterpret_cast<BufferQueue *>(&BufferQueueStorage); in reset()
349 BQ->finalize(); in reset()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
Darm_neon.td1937 def VDOT_LANEQ_BF : SOpInst<"vbfdot_laneq", "..B(BQ)I", "fQf", OP_BFDOT_LNQ> {
1947 def VFMLALB_LANEQ_BF : SOpInst<"vbfmlalb_laneq", "..B(BQ)I", "Qf", OP_BFMLALB_LN>;
1950 def VFMLALT_LANEQ_BF : SOpInst<"vbfmlalt_laneq", "..B(BQ)I", "Qf", OP_BFMLALT_LN>;
2059 def VCVT_LOW_F32_BF16 : SOpInst<"vcvt_low_f32", "(F>)(BQ!)", "Qb", OP_VCVT_F32_BF16_LO>;
2060 def VCVT_HIGH_F32_BF16 : SOpInst<"vcvt_high_f32", "(F>)(BQ!)", "Qb", OP_VCVT_F32_BF16_HI>;
2067 def VCVT_BF16_F32_A32_INTERNAL : WInst<"__a32_vcvt_bf16", "BQ", "f">;
2068 def VCVT_BF16_F32_A32 : SOpInst<"vcvt_bf16", "BQ", "f", OP_VCVT_BF16_F32_A32>;
2069 def VCVT_LOW_BF16_F32_A32 : SOpInst<"vcvt_low_bf16", "BQ", "Qf", OP_VCVT_BF16_F32_LO_A32>;
2074 def VCVT_LOW_BF16_F32_A64_INTERNAL : WInst<"__a64_vcvtq_low_bf16", "BQ", "Hf">;
2075 def VCVT_LOW_BF16_F32_A64 : SOpInst<"vcvt_low_bf16", "BQ", "Qf", OP_VCVT_BF16_F32_LO_A64>;
[all …]
/freebsd-12-stable/contrib/gcc/config/s390/
Dconstraints.md401 (define_constraint "BQ"
405 (match_test "s390_mem_constraint (\"BQ\", op)"))
Ds390.md576 (match_operand:DI 1 "general_operand" "d,K,Os,m,BQ")))]
589 (match_operand:SI 1 "general_operand" "d,K,Os,R,T,BQ")))]
652 (compare (match_operand:DI 0 "nonimmediate_operand" "d,d,d,Q,BQ")
653 (match_operand:DI 1 "general_operand" "d,Op,m,BQ,Q")))]
665 (compare (match_operand:SI 0 "nonimmediate_operand" "d,d,d,d,Q,BQ")
666 (match_operand:SI 1 "general_operand" "d,Os,R,T,BQ,Q")))]
679 (compare (match_operand:HI 0 "nonimmediate_operand" "d,d,Q,BQ")
680 (match_operand:HI 1 "general_operand" "Q,S,BQ,Q")))]
692 (compare (match_operand:QI 0 "nonimmediate_operand" "d,d,Q,S,Q,BQ")
693 (match_operand:QI 1 "general_operand" "Q,S,n,n,BQ,Q")))]
/freebsd-12-stable/share/misc/
Diso316649 BQ BES 535 Bonaire, Sint Eustatius and Saba
548 # BONAIRE, SAINT EUSTATIUS AND SABA (BQ), CURACAO (CW) and
/freebsd-12-stable/sys/gnu/dts/arm/
Drk3188-bqedison2qc.dts13 model = "BQ Edison2 Quad-Core";
/freebsd-12-stable/contrib/tzdata/
Dzone1970.tab256 PR,AG,CA,AI,AW,BL,BQ,CW,DM,GD,GP,KN,LC,MF,MS,SX,TT,VC,VG,VI +182806-0660622 America/Puerto_Rico AST…
Dzone.tab88 BQ +120903-0681636 America/Kralendijk
DNEWS4136 Country code BQ is now called the more common name "Caribbean Netherlands"
4251 Fix typos in the entries for country codes BQ and SX.
/freebsd-12-stable/crypto/heimdal/lib/wind/
DDerivedNormalizationProps.txt118 33C3 ; FC_NFKC; 0062 0071 # So SQUARE BQ
DUnicodeData.txt9266 33C3;SQUARE BQ;So;0;L;<square> 0042 0071;;;;N;SQUARED BQ;;;;
DNormalizationTest.txt2260 33C3;33C3;33C3;0042 0071;0042 0071; # (㏃; ㏃; ㏃; Bq; Bq; ) SQUARE BQ
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InstrSSE.td4983 defm BQ : SS41I_pmovx_rm<0x22, "bq", i16mem, i32mem, NoVLX>;
/freebsd-12-stable/tools/tools/locale/etc/charmaps/
DeucKR.TXT7125 0xA7EC 0x33C3 #SQUARE BQ