Searched refs:HT (Results 1 - 18 of 18) sorted by relevance

/openbsd-current/gnu/llvm/llvm/include/llvm/ADT/
H A DScopedHashTable.h13 // ScopedHashTable<int, int> HT;
15 // ScopedHashTableScope<int, int> Scope1(HT);
16 // HT.insert(0, 0);
17 // HT.insert(1, 1);
19 // ScopedHashTableScope<int, int> Scope2(HT);
20 // HT.insert(0, 42);
86 /// HT - The hashtable that we are active for.
87 ScopedHashTable<K, V, KInfo, AllocatorTy> &HT; member in class:llvm::ScopedHashTableScope
89 /// PrevScope - This is the scope that we are shadowing in HT.
97 ScopedHashTableScope(ScopedHashTable<K, V, KInfo, AllocatorTy> &HT);
[all...]
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h153 auto &HT = ODT->Table; local
154 Info &InfoObj = HT.getInfoObj();
156 for (auto I = HT.data_begin(), E = HT.data_end(); I != E; ++I) {
249 auto &HT = ODT->Table; local
250 auto It = HT.find_hashed(Key, KeyHash);
251 if (It != HT.end())
252 HT.getInfoObj().ReadDataInto(Key, It.getDataPtr(), It.getDataLen(),
274 auto &HT = ODT->Table; local
275 Info &InfoObj = HT
[all...]
/openbsd-current/usr.bin/yacc/
H A Ddefs.h75 #define HT '\t' /* horizontal tab */ macro
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp211 ScheduleHazardRecognizer::HazardType HT = local
213 if (HT == ScheduleHazardRecognizer::NoHazard) {
219 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
H A DScheduleDAGRRList.cpp683 ScheduleHazardRecognizer::HazardType HT = local
686 if (HT == ScheduleHazardRecognizer::NoHazard)
/openbsd-current/sys/dev/pci/drm/radeon/
H A Dtrinityd.h99 # define HT(x) ((x) << 16) macro
H A Dtrinity_dpm.c967 value |= HT((pi->thermal_auto_throttling + 49) * 8);
/openbsd-current/libexec/getty/
H A Dgettytab.h127 #define HT gettyflags[0].value macro
H A Dsubr.c257 if (!HT)
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DWinEHPrepare.cpp150 WinEHHandlerType HT; local
153 HT.TypeDescriptor = nullptr;
155 HT.TypeDescriptor = cast<GlobalVariable>(TypeInfo->stripPointerCasts());
156 HT.Adjectives = cast<ConstantInt>(CPI->getArgOperand(1))->getZExtValue();
157 HT.Handler = CPI->getParent();
160 HT.CatchObj.Alloca = AI;
162 HT.CatchObj.Alloca = nullptr;
163 TBME.HandlerArray.push_back(HT);
H A DPostRASchedulerList.cpp571 ScheduleHazardRecognizer::HazardType HT = local
573 if (HT == ScheduleHazardRecognizer::NoHazard) {
590 HasNoopHazards |= HT == ScheduleHazardRecognizer::NoopHazard;
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp849 for (const WinEHHandlerType &HT : TBME.HandlerArray) {
854 if (HT.CatchObj.FrameIndex != INT_MAX) {
855 int Offset = getFrameIndexOffset(HT.CatchObj.FrameIndex, FuncInfo);
863 getMCSymbolForMBB(Asm, HT.Handler.dyn_cast<MachineBasicBlock *>());
866 OS.emitInt32(HT.Adjectives);
869 OS.emitValue(create32bitRef(HT.TypeDescriptor), 4);
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/pexpect/
H A Dscreen.py41 HT = 9 # Move cursor to next tab stop. variable
/openbsd-current/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h107 inline const char *getHotnessName(CalleeInfo::HotnessType HT) { argument
108 switch (HT) {
/openbsd-current/gnu/usr.bin/perl/lib/unicore/To/
H A DNameAlia.pl40 9 HT: abbreviation
/openbsd-current/sys/dev/pci/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx8.asm88 var s_save_pc_lo = ttmp0 //{TTMP1, TTMP0} = {3'h0,pc_rewind[3:0], HT[0],trapID[7:0], PC[47:0]}
H A Dcwsr_trap_handler_gfx9.asm123 var s_save_pc_lo = ttmp0 //{TTMP1, TTMP0} = {3'h0,pc_rewind[3:0], HT[0],trapID[7:0], PC[47:0]}
/openbsd-current/gnu/usr.bin/perl/lib/unicore/
H A DName.pl74 HT
[all...]

Completed in 506 milliseconds