Home
last modified time | relevance | path

Searched refs:TableEntry (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DAMDGPULibCalls.cpp207 struct TableEntry { struct
213 static const TableEntry tbl_acos[] = { argument
219 static const TableEntry tbl_acosh[] = {
222 static const TableEntry tbl_acospi[] = {
228 static const TableEntry tbl_asin[] = {
234 static const TableEntry tbl_asinh[] = {
238 static const TableEntry tbl_asinpi[] = {
244 static const TableEntry tbl_atan[] = {
250 static const TableEntry tbl_atanh[] = {
254 static const TableEntry tbl_atanpi[] = {
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMExpandPseudoInsts.cpp572 const NEONLdStTableEntry *TableEntry = LookupNEONLdSt(MI.getOpcode()); in ExpandVLD() local
573 assert(TableEntry && TableEntry->IsLoad && "NEONLdStTable lookup failed"); in ExpandVLD()
574 NEONRegSpacing RegSpc = (NEONRegSpacing)TableEntry->RegSpacing; in ExpandVLD()
575 unsigned NumRegs = TableEntry->NumRegs; in ExpandVLD()
578 TII->get(TableEntry->RealOpc)); in ExpandVLD()
584 bool IsVLD2DUP = TableEntry->RealOpc == ARM::VLD2DUPd8x2 || in ExpandVLD()
585 TableEntry->RealOpc == ARM::VLD2DUPd16x2 || in ExpandVLD()
586 TableEntry->RealOpc == ARM::VLD2DUPd32x2 || in ExpandVLD()
587 TableEntry->RealOpc == ARM::VLD2DUPd8x2wb_fixed || in ExpandVLD()
588 TableEntry->RealOpc == ARM::VLD2DUPd16x2wb_fixed || in ExpandVLD()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp632 for (const AddrTableEntry &TableEntry : *DI.DebugAddr) { in emitDebugAddr()
634 if (TableEntry.AddrSize) in emitDebugAddr()
635 AddrSize = *TableEntry.AddrSize; in emitDebugAddr()
640 if (TableEntry.Length) in emitDebugAddr()
641 Length = (uint64_t)*TableEntry.Length; in emitDebugAddr()
644 Length = 4 + (AddrSize + TableEntry.SegSelectorSize) * in emitDebugAddr()
645 TableEntry.SegAddrPairs.size(); in emitDebugAddr()
647 writeInitialLength(TableEntry.Format, Length, OS, DI.IsLittleEndian); in emitDebugAddr()
648 writeInteger((uint16_t)TableEntry.Version, OS, DI.IsLittleEndian); in emitDebugAddr()
650 writeInteger((uint8_t)TableEntry.SegSelectorSize, OS, DI.IsLittleEndian); in emitDebugAddr()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FloatingPoint.cpp583 struct TableEntry { struct
586 bool operator<(const TableEntry &TE) const { return from < TE.from; } in operator <() argument
587 friend bool operator<(const TableEntry &TE, unsigned V) { in operator <()
591 const TableEntry &TE) { in operator <()
597 static int Lookup(ArrayRef<TableEntry> Table, unsigned Opcode) { in Lookup()
598 const TableEntry *I = llvm::lower_bound(Table, Opcode); in Lookup()
626 static const TableEntry OpcodeTable[] = {
805 static const TableEntry PopTable[] = {
1278 static const TableEntry ForwardST0Table[] = {
1294 static const TableEntry ReverseST0Table[] = {
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h5434 Node *TableEntry = Arg;
5436 TableEntry = make<ParameterPack>(
5437 static_cast<TemplateArgumentPack*>(TableEntry)->getElements());
5438 if (!TableEntry)
5441 TemplateParams.back()->push_back(TableEntry);
/openbsd-src/gnu/llvm/libcxxabi/src/demangle/
H A DItaniumDemangle.h5434 Node *TableEntry = Arg;
5436 TableEntry = make<ParameterPack>(
5437 static_cast<TemplateArgumentPack*>(TableEntry)->getElements());
5438 if (!TableEntry)
5441 TemplateParams.back()->push_back(TableEntry);
/openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/
H A DAsmParser.cpp1052 for (const auto &TableEntry : getContext().getSymbols()) { in Run() local
1053 MCSymbol *Sym = TableEntry.getValue(); in Run()
H A DMasmParser.cpp1423 for (const auto &TableEntry : getContext().getSymbols()) { in Run() local
1424 MCSymbol *Sym = TableEntry.getValue(); in Run()