Home
last modified time | relevance | path

Searched refs:AP (Results 1 – 25 of 252) sorted by relevance

1234567891011

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DOcamlGCPrinter.cpp40 void beginAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) override;
41 void finishAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) override;
51 static void EmitCamlGlobal(const Module &M, AsmPrinter &AP, const char *Id) { in EmitCamlGlobal() argument
67 MCSymbol *Sym = AP.OutContext.getOrCreateSymbol(TmpStr); in EmitCamlGlobal()
69 AP.OutStreamer->EmitSymbolAttribute(Sym, MCSA_Global); in EmitCamlGlobal()
70 AP.OutStreamer->EmitLabel(Sym); in EmitCamlGlobal()
74 AsmPrinter &AP) { in beginAssembly() argument
75 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly()
76 EmitCamlGlobal(M, AP, "code_begin"); in beginAssembly()
78 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly()
[all …]
DDIE.cpp68 void DIEAbbrev::Emit(const AsmPrinter *AP) const { in Emit()
70 AP->EmitULEB128(Tag, dwarf::TagString(Tag).data()); in Emit()
73 AP->EmitULEB128((unsigned)Children, dwarf::ChildrenString(Children).data()); in Emit()
80 AP->EmitULEB128(AttrData.getAttribute(), in Emit()
88 AP->getDwarfVersion())) { in Emit()
90 << " for DWARF version " << AP->getDwarfVersion() in Emit()
95 AP->EmitULEB128(AttrData.getForm(), in Emit()
100 AP->EmitSLEB128(AttrData.getValue()); in Emit()
104 AP->EmitULEB128(0, "EOM(1)"); in Emit()
105 AP->EmitULEB128(0, "EOM(2)"); in Emit()
[all …]
DErlangGCPrinter.cpp36 void finishAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) override;
45 AsmPrinter &AP) { in finishAssembly() argument
46 MCStreamer &OS = *AP.OutStreamer; in finishAssembly()
51 AP.getObjFileLowering().getContext().getELFSection(".note.gc", in finishAssembly()
75 AP.EmitAlignment(IntPtrSize == 4 ? Align(4) : Align(8)); in finishAssembly()
79 AP.emitInt16(MD.size()); in finishAssembly()
87 AP.EmitLabelPlusOffset(Label /*Hi*/, 0 /*Offset*/, 4 /*Size*/); in finishAssembly()
96 AP.emitInt16(MD.getFrameSize() / IntPtrSize); in finishAssembly()
104 AP.emitInt16(StackArity); in finishAssembly()
108 AP.emitInt16(MD.live_size(PI)); in finishAssembly()
[all …]
DByteStreamer.h39 AsmPrinter &AP;
42 APByteStreamer(AsmPrinter &Asm) : AP(Asm) {} in APByteStreamer()
44 AP.OutStreamer->AddComment(Comment); in EmitInt8()
45 AP.emitInt8(Byte); in EmitInt8()
48 AP.OutStreamer->AddComment(Comment); in EmitSLEB128()
49 AP.EmitSLEB128(DWord); in EmitSLEB128()
52 AP.OutStreamer->AddComment(Comment); in EmitULEB128()
53 AP.EmitULEB128(DWord); in EmitULEB128()
DAsmPrinter.cpp830 static void emitKill(const MachineInstr *MI, AsmPrinter &AP) { in emitKill() argument
838 << printReg(Op.getReg(), AP.MF->getSubtarget().getRegisterInfo()); in emitKill()
840 AP.OutStreamer->AddComment(OS.str()); in emitKill()
841 AP.OutStreamer->AddBlankLine(); in emitKill()
847 static bool emitDebugValueComment(const MachineInstr *MI, AsmPrinter &AP) { in emitDebugValueComment() argument
913 const TargetFrameLowering *TFI = AP.MF->getSubtarget().getFrameLowering(); in emitDebugValueComment()
914 Offset += TFI->getFrameIndexReference(*AP.MF, in emitDebugValueComment()
922 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment()
927 OS << printReg(Reg, AP.MF->getSubtarget().getRegisterInfo()); in emitDebugValueComment()
934 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment()
[all …]
DAsmPrinterInlineAsm.cpp172 MachineModuleInfo *MMI, AsmPrinter *AP, in EmitMSInlineAsmStr() argument
228 AP->PrintSpecial(MI, OS, Val.c_str()); in EmitMSInlineAsmStr()
292 Error = AP->PrintAsmMemoryOperand( in EmitMSInlineAsmStr()
295 Error = AP->PrintAsmOperand(MI, OpNo, in EmitMSInlineAsmStr()
314 AsmPrinter *AP, unsigned LocCookie, in EmitGCCInlineAsmStr() argument
393 AP->PrintSpecial(MI, OS, Val.c_str()); in EmitGCCInlineAsmStr()
462 MCSymbol *Sym = AP->GetBlockAddressSymbol(BA); in EmitGCCInlineAsmStr()
463 Sym->print(OS, AP->MAI); in EmitGCCInlineAsmStr()
467 Sym->print(OS, AP->MAI); in EmitGCCInlineAsmStr()
471 Error = AP->PrintAsmMemoryOperand( in EmitGCCInlineAsmStr()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonMCInstLower.cpp37 MCInst &MCB, HexagonAsmPrinter &AP);
98 MCInst &MCB, HexagonAsmPrinter &AP) { in HexagonLowerToMC() argument
107 MCInst *MCI = new (AP.OutContext) MCInst; in HexagonLowerToMC()
135 AP.OutContext), in HexagonLowerToMC()
136 AP.OutContext); in HexagonLowerToMC()
143 MCConstantExpr::create(MO.getImm(), AP.OutContext), AP.OutContext); in HexagonLowerToMC()
150 AP.OutContext); in HexagonLowerToMC()
151 Expr = HexagonMCExpr::create(Expr, AP.OutContext); in HexagonLowerToMC()
157 MCO = GetSymbolRef(MO, AP.getSymbol(MO.getGlobal()), AP, MustExtend); in HexagonLowerToMC()
160 MCO = GetSymbolRef(MO, AP.GetExternalSymbolSymbol(MO.getSymbolName()), in HexagonLowerToMC()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCMCInstLower.cpp32 static MachineModuleInfoMachO &getMachOMMI(AsmPrinter &AP) { in getMachOMMI() argument
33 return AP.MMI->getObjFileInfo<MachineModuleInfoMachO>(); in getMachOMMI()
37 AsmPrinter &AP) { in GetSymbolFromOperand() argument
38 const TargetMachine &TM = AP.TM; in GetSymbolFromOperand()
40 const DataLayout &DL = AP.getDataLayout(); in GetSymbolFromOperand()
41 MCContext &Ctx = AP.OutContext; in GetSymbolFromOperand()
65 MachineModuleInfoMachO &MachO = getMachOMMI(AP); in GetSymbolFromOperand()
72 StubValueTy(AP.getSymbol(MO.getGlobal()), in GetSymbolFromOperand()
151 AsmPrinter &AP, bool IsDarwin) { in LowerPPCMachineInstrToMCInst() argument
156 if (LowerPPCMachineOperandToMCOperand(MI->getOperand(i), MCOp, AP, in LowerPPCMachineInstrToMCInst()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVMCInstLower.cpp29 const AsmPrinter &AP) { in lowerSymbolOperand() argument
30 MCContext &Ctx = AP.OutContext; in lowerSymbolOperand()
91 const AsmPrinter &AP) { in LowerRISCVMachineOperandToMCOperand() argument
108 MCOp = lowerSymbolOperand(MO, MO.getMBB()->getSymbol(), AP); in LowerRISCVMachineOperandToMCOperand()
111 MCOp = lowerSymbolOperand(MO, AP.getSymbol(MO.getGlobal()), AP); in LowerRISCVMachineOperandToMCOperand()
115 MO, AP.GetBlockAddressSymbol(MO.getBlockAddress()), AP); in LowerRISCVMachineOperandToMCOperand()
119 MO, AP.GetExternalSymbolSymbol(MO.getSymbolName()), AP); in LowerRISCVMachineOperandToMCOperand()
122 MCOp = lowerSymbolOperand(MO, AP.GetCPISymbol(MO.getIndex()), AP); in LowerRISCVMachineOperandToMCOperand()
129 const AsmPrinter &AP) { in LowerRISCVMachineInstrToMCInst() argument
134 if (LowerRISCVMachineOperandToMCOperand(MO, MCOp, AP)) in LowerRISCVMachineInstrToMCInst()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
DREADME-MULTI-AP1 hostapd, wpa_supplicant and the Multi-AP Specification
5 support the Multi-AP Specification.
7 Introduction to Multi-AP
10 The Wi-Fi Alliance Multi-AP Specification is the technical specification for
12 Multi-AP. It defines control protocols between Wi-Fi® access points (APs) to
17 Most of the Multi-AP specification falls outside of the scope of
28 The text below refers to "Multi-AP Specification v1.0" [3].
34 In a Multi-AP network, the central controller can configure the BSSs on the
42 Multi-AP specification doesn't dictate this, but typically the backhaul link
47 side of the backhaul link is configured through the Multi-AP protocol as the
[all …]
DREADME-WPS5 configured and how an external component on an AP (e.g., web UI) is
30 addition of new devices); this may be either in the AP ("internal
35 It should also be noted that the AP and a client device may change
36 roles (i.e., AP acts as an Enrollee and client device as a Registrar)
79 # WPA2-Personal configuration for the AP
97 # WPS configuration (AP configured, do not allow external WPS Registrars)
103 device_name=Wireless AP
137 PINs on the AP for a set of Enrollee).
142 a new device. The AP could use, e.g., a web UI for showing active
146 the AP, but for which there was no PIN. Following information is
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
DREADME-MULTI-AP1 hostapd, wpa_supplicant and the Multi-AP Specification
5 support the Multi-AP Specification.
7 Introduction to Multi-AP
10 The Wi-Fi Alliance Multi-AP Specification is the technical specification for
12 Multi-AP. It defines control protocols between Wi-Fi® access points (APs) to
17 Most of the Multi-AP specification falls outside of the scope of
28 The text below refers to "Multi-AP Specification v1.0" [3].
34 In a Multi-AP network, the central controller can configure the BSSs on the
42 Multi-AP specification doesn't dictate this, but typically the backhaul link
47 side of the backhaul link is configured through the Multi-AP protocol as the
[all …]
DREADME-WPS5 configured and how an external component on an AP (e.g., web UI) is
30 addition of new devices); this may be either in the AP ("internal
35 It should also be noted that the AP and a client device may change
36 roles (i.e., AP acts as an Enrollee and client device as a Registrar)
79 # WPA2-Personal configuration for the AP
97 # WPS configuration (AP configured, do not allow external WPS Registrars)
103 device_name=Wireless AP
137 PINs on the AP for a set of Enrollee).
142 a new device. The AP could use, e.g., a web UI for showing active
146 the AP, but for which there was no PIN. Following information is
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcMCInstLower.cpp31 AsmPrinter &AP) { in LowerSymbolOperand() argument
44 Symbol = AP.getSymbol(MO.getGlobal()); in LowerSymbolOperand()
48 Symbol = AP.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand()
52 Symbol = AP.GetExternalSymbolSymbol(MO.getSymbolName()); in LowerSymbolOperand()
56 Symbol = AP.GetCPISymbol(MO.getIndex()); in LowerSymbolOperand()
61 AP.OutContext); in LowerSymbolOperand()
63 AP.OutContext); in LowerSymbolOperand()
69 AsmPrinter &AP) { in LowerOperand() argument
85 return LowerSymbolOperand(MI, MO, AP); in LowerOperand()
95 AsmPrinter &AP) in LowerSparcMachineInstrToMCInst() argument
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DFaultMaps.cpp28 FaultMaps::FaultMaps(AsmPrinter &AP) : AP(AP) {} in FaultMaps() argument
33 MCContext &OutContext = AP.OutStreamer->getContext(); in recordFaultingOp()
37 MCSymbolRefExpr::create(AP.CurrentFnSymForSize, OutContext), OutContext); in recordFaultingOp()
41 MCSymbolRefExpr::create(AP.CurrentFnSymForSize, OutContext), OutContext); in recordFaultingOp()
43 FunctionInfos[AP.CurrentFnSym].emplace_back(FaultTy, FaultingOffset, in recordFaultingOp()
51 MCContext &OutContext = AP.OutStreamer->getContext(); in serializeToFaultMapSection()
52 MCStreamer &OS = *AP.OutStreamer; in serializeToFaultMapSection()
80 MCStreamer &OS = *AP.OutStreamer; in emitFunctionInfo()
DStackMaps.cpp86 StackMaps::StackMaps(AsmPrinter &AP) : AP(AP) { in StackMaps() argument
105 const TargetRegisterInfo *TRI = AP.MF->getSubtarget().getRegisterInfo(); in parseOperand()
111 auto &DL = AP.MF->getDataLayout(); in parseOperand()
176 AP.MF ? AP.MF->getSubtarget().getRegisterInfo() : nullptr; in print()
258 const TargetRegisterInfo *TRI = AP.MF->getSubtarget().getRegisterInfo(); in parseRegisterLiveOutMask()
302 MCContext &OutContext = AP.OutStreamer->getContext(); in recordStackMapOpers()
343 MCSymbolRefExpr::create(AP.CurrentFnSymForSize, OutContext), OutContext); in recordStackMapOpers()
349 const MachineFrameInfo &MFI = AP.MF->getFrameInfo(); in recordStackMapOpers()
350 const TargetRegisterInfo *RegInfo = AP.MF->getSubtarget().getRegisterInfo(); in recordStackMapOpers()
352 MFI.hasVarSizedObjects() || RegInfo->needsStackRealignment(*(AP.MF)); in recordStackMapOpers()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
DREADME-WPS31 addition of new devices); this may be either in the AP ("internal
36 It should also be noted that the AP and a client device may change
37 roles (i.e., AP acts as an Enrollee and client device as a Registrar)
50 configure an AP.
119 AP to access the network.
132 When the wps_pin command is issued for an AP (including P2P GO) mode
147 a button is also pressed at the AP/Registrar at about the same time (2
153 At this point, the AP/Registrar has two minutes to complete WPS
159 current AP configuration and optionally, to configure an AP,
163 wpa_cli wps_reg <AP BSSID> <AP PIN>
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
DREADME-WPS31 addition of new devices); this may be either in the AP ("internal
36 It should also be noted that the AP and a client device may change
37 roles (i.e., AP acts as an Enrollee and client device as a Registrar)
50 configure an AP.
119 AP to access the network.
132 When the wps_pin command is issued for an AP (including P2P GO) mode
147 a button is also pressed at the AP/Registrar at about the same time (2
153 At this point, the AP/Registrar has two minutes to complete WPS
159 current AP configuration and optionally, to configure an AP,
163 wpa_cli wps_reg <AP BSSID> <AP PIN>
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/VE/
DVEMCInstLower.cpp29 const MCSymbol *Symbol, AsmPrinter &AP) { in LowerSymbolOperand() argument
31 const MCSymbolRefExpr *MCSym = MCSymbolRefExpr::create(Symbol, AP.OutContext); in LowerSymbolOperand()
36 AsmPrinter &AP) { in LowerOperand() argument
50 return LowerSymbolOperand(MI, MO, MO.getMBB()->getSymbol(), AP); in LowerOperand()
59 AsmPrinter &AP) { in LowerVEMachineInstrToMCInst() argument
64 MCOperand MCOp = LowerOperand(MI, MO, AP); in LowerVEMachineInstrToMCInst()
/third_party/vk-gl-cts/scripts/
Dcheck_swiftshader_runtime.py41 AP = ArgumentParser() variable
42 AP.add_argument(
50 AP.add_argument(
58 AP.add_argument(
66 AP.add_argument(
75 AP.add_argument(
82 AP.add_argument(
89 AP.add_argument(
97 AP.add_argument(
106 AP.add_argument(
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.h98 NVPTXAsmPrinter &AP; variable
102 AggBuffer(unsigned size, raw_ostream &O, NVPTXAsmPrinter &AP) in AggBuffer() argument
103 : size(size), buffer(size), O(O), AP(AP) { in AggBuffer()
106 EmitGeneric = AP.EmitGeneric; in AggBuffer()
153 if (static_cast<const NVPTXTargetMachine &>(AP.TM).is64Bit()) in print()
162 MCSymbol *Name = AP.getSymbol(GVar); in print()
170 Name->print(O, AP.MAI); in print()
173 Name->print(O, AP.MAI); in print()
177 AP.lowerConstantForGV(cast<Constant>(CExpr), false); in print()
178 AP.printMCExpr(*Expr, O); in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h122 void Emit(const AsmPrinter *AP) const;
157 void Emit(const AsmPrinter *AP, MCSection *Section) const;
194 unsigned SizeOf(const AsmPrinter *AP, dwarf::Form Form) const;
210 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
211 unsigned SizeOf(const AsmPrinter *AP, dwarf::Form Form) const;
227 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
228 unsigned SizeOf(const AsmPrinter *AP, dwarf::Form Form) const;
245 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
247 unsigned SizeOf(const AsmPrinter *AP, dwarf::Form Form) const;
262 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DPrettyStackTrace.cpp221 va_list AP; in PrettyStackTraceFormat() local
222 va_start(AP, Format); in PrettyStackTraceFormat()
223 const int SizeOrError = vsnprintf(nullptr, 0, Format, AP); in PrettyStackTraceFormat()
224 va_end(AP); in PrettyStackTraceFormat()
231 va_start(AP, Format); in PrettyStackTraceFormat()
232 vsnprintf(Str.data(), Size, Format, AP); in PrettyStackTraceFormat()
233 va_end(AP); in PrettyStackTraceFormat()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/lang/
Dwpa_gui_de.ts361 <source>AP</source>
366 <source>WPS AP</source>
376 <source>ER: WPS AP</source>
381 <source>ER: WPS AP (Unconfigured)</source>
382 <translation>ER: WPS AP (nicht konfiguriert)</translation>
561 <source>AP PIN:</source>
566 <source>AP PIN for </source>
567 <translation>AP PIN für </translation>
571 <source>Failed to start learning AP configuration.</source>
572 <translation>Fehler beim erkennen der AP Konfiguration.</translation>
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/lang/
Dwpa_gui_de.ts361 <source>AP</source>
366 <source>WPS AP</source>
376 <source>ER: WPS AP</source>
381 <source>ER: WPS AP (Unconfigured)</source>
382 <translation>ER: WPS AP (nicht konfiguriert)</translation>
561 <source>AP PIN:</source>
566 <source>AP PIN for </source>
567 <translation>AP PIN für </translation>
571 <source>Failed to start learning AP configuration.</source>
572 <translation>Fehler beim erkennen der AP Konfiguration.</translation>
[all …]

1234567891011