Home
last modified time | relevance | path

Searched refs:SizeSub (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_quarantine.h251 SizeSub(b->size); in DequeueBatch()
274 SizeSub(extracted_size); in MergeBatches()
311 void SizeSub(uptr sub) { in SizeSub() function
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp6138 unsigned SizeSub = OpVT.getSizeInBits() / NumSubs; in SplitOpsAndApply() local
6139 SubOps.push_back(extractSubVector(Op, i * NumSubElts, DAG, DL, SizeSub)); in SplitOpsAndApply()