Searched refs:HL (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/hexagon/
H A Ddfsqrt.S162 #define HL r3:2 define
249 HL = mpyu(ROOTHI,ROOTLO) define
255 HL += lsr(LL,#33)
256 LL += asl(HL,#33)
265 HH += lsr(HL,#31)
268 #undef HL
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h192 unsigned HL = getLeft() ? getLeft()->validateTree() : 0; local
194 (void) HL;
197 assert(getHeight() == ( HL > HR ? HL : HR ) + 1
200 assert((HL > HR ? HL-HR : HR-HL) <= 2
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp2615 for (auto &HL : HeaderLists) {
2616 RecordData::value_type Record[] = {HL.RecordKind};
2617 for (auto &H : Mod->Headers[HL.HeaderKind])
2618 Stream.EmitRecordWithBlob(HL.Abbrev, Record, H.NameAsWritten);

Completed in 114 milliseconds