/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 36 void beginAssembly(AsmPrinter &AP); 37 void finishAssembly(AsmPrinter &AP); 47 static void EmitCamlGlobal(const Module &M, AsmPrinter &AP, const char *Id) { in EmitCamlGlobal() argument 61 AP.Mang->getNameWithPrefix(TmpStr, SymName); in EmitCamlGlobal() 63 MCSymbol *Sym = AP.OutContext.GetOrCreateSymbol(TmpStr); in EmitCamlGlobal() 65 AP.OutStreamer.EmitSymbolAttribute(Sym, MCSA_Global); in EmitCamlGlobal() 66 AP.OutStreamer.EmitLabel(Sym); in EmitCamlGlobal() 69 void OcamlGCMetadataPrinter::beginAssembly(AsmPrinter &AP) { in beginAssembly() argument 70 AP.OutStreamer.SwitchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly() 71 EmitCamlGlobal(getModule(), AP, "code_begin"); in beginAssembly() [all …]
|
D | DIE.cpp | 56 void DIEAbbrev::Emit(AsmPrinter *AP) const { in Emit() 59 AP->EmitULEB128(Tag, dwarf::TagString(Tag)); in Emit() 63 AP->EmitULEB128(ChildrenFlag, dwarf::ChildrenString(ChildrenFlag)); in Emit() 71 AP->EmitULEB128(AttrData.getAttribute(), in Emit() 76 AP->EmitULEB128(AttrData.getForm(), in Emit() 81 AP->EmitULEB128(0, "EOM(1)"); in Emit() 82 AP->EmitULEB128(0, "EOM(2)"); in Emit() 212 unsigned DIEInteger::SizeOf(AsmPrinter *AP, unsigned Form) const { in SizeOf() argument 225 case dwarf::DW_FORM_addr: return AP->getTargetData().getPointerSize(); in SizeOf() 244 void DIEString::EmitValue(AsmPrinter *AP, unsigned Form) const { in EmitValue() argument [all …]
|
D | AsmPrinter.cpp | 525 static void EmitImplicitDef(const MachineInstr *MI, AsmPrinter &AP) { in EmitImplicitDef() argument 527 AP.OutStreamer.AddComment(Twine("implicit-def: ") + in EmitImplicitDef() 528 AP.TM.getRegisterInfo()->getName(RegNo)); in EmitImplicitDef() 529 AP.OutStreamer.AddBlankLine(); in EmitImplicitDef() 532 static void EmitKill(const MachineInstr *MI, AsmPrinter &AP) { in EmitKill() argument 538 Str += AP.TM.getRegisterInfo()->getName(Op.getReg()); in EmitKill() 541 AP.OutStreamer.AddComment(Str); in EmitKill() 542 AP.OutStreamer.AddBlankLine(); in EmitKill() 548 static bool EmitDebugValueComment(const MachineInstr *MI, AsmPrinter &AP) { in EmitDebugValueComment() argument 555 OS << '\t' << AP.MAI->getCommentString() << "DEBUG_VALUE: "; in EmitDebugValueComment() [all …]
|
D | DIE.h | 101 void Emit(AsmPrinter *AP) const; 221 virtual void EmitValue(AsmPrinter *AP, unsigned Form) const = 0; 225 virtual unsigned SizeOf(AsmPrinter *AP, unsigned Form) const = 0; 261 virtual void EmitValue(AsmPrinter *AP, unsigned Form) const; 267 virtual unsigned SizeOf(AsmPrinter *AP, unsigned Form) const; 288 virtual void EmitValue(AsmPrinter *AP, unsigned Form) const; 292 virtual unsigned SizeOf(AsmPrinter *AP, unsigned /*Form*/) const { in SizeOf() argument 315 virtual void EmitValue(AsmPrinter *AP, unsigned Form) const; 323 virtual unsigned SizeOf(AsmPrinter *AP, unsigned Form) const; 346 virtual void EmitValue(AsmPrinter *AP, unsigned Form) const; [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | OcamlGCPrinter.cpp | 37 void beginAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) override; 38 void finishAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) override; 47 static void EmitCamlGlobal(const Module &M, AsmPrinter &AP, const char *Id) { in EmitCamlGlobal() argument 63 MCSymbol *Sym = AP.OutContext.getOrCreateSymbol(TmpStr); in EmitCamlGlobal() 65 AP.OutStreamer->EmitSymbolAttribute(Sym, MCSA_Global); in EmitCamlGlobal() 66 AP.OutStreamer->EmitLabel(Sym); in EmitCamlGlobal() 70 AsmPrinter &AP) { in beginAssembly() argument 71 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getTextSection()); in beginAssembly() 72 EmitCamlGlobal(M, AP, "code_begin"); in beginAssembly() 74 AP.OutStreamer->SwitchSection(AP.getObjFileLowering().getDataSection()); in beginAssembly() [all …]
|
D | DIE.cpp | 64 void DIEAbbrev::Emit(const AsmPrinter *AP) const { in Emit() 66 AP->EmitULEB128(Tag, dwarf::TagString(Tag)); in Emit() 69 AP->EmitULEB128((unsigned)Children, dwarf::ChildrenString(Children)); in Emit() 76 AP->EmitULEB128(AttrData.getAttribute(), in Emit() 80 AP->EmitULEB128(AttrData.getForm(), in Emit() 85 AP->EmitULEB128(0, "EOM(1)"); in Emit() 86 AP->EmitULEB128(0, "EOM(2)"); in Emit() 194 void DIEValue::EmitValue(const AsmPrinter *AP) const { in EmitValue() 200 getDIE##T().EmitValue(AP, Form); \ in EmitValue() 206 unsigned DIEValue::SizeOf(const AsmPrinter *AP) const { in SizeOf() [all …]
|
D | ErlangGCPrinter.cpp | 39 void finishAssembly(Module &M, GCModuleInfo &Info, AsmPrinter &AP) override; 49 AsmPrinter &AP) { in finishAssembly() argument 50 MCStreamer &OS = *AP.OutStreamer; in finishAssembly() 55 AP.getObjFileLowering().getContext().getELFSection(".note.gc", in finishAssembly() 79 AP.EmitAlignment(IntPtrSize == 4 ? 2 : 3); in finishAssembly() 83 AP.EmitInt16(MD.size()); in finishAssembly() 91 AP.EmitLabelPlusOffset(Label /*Hi*/, 0 /*Offset*/, 4 /*Size*/); in finishAssembly() 100 AP.EmitInt16(MD.getFrameSize() / IntPtrSize); in finishAssembly() 108 AP.EmitInt16(StackArity); in finishAssembly() 112 AP.EmitInt16(MD.live_size(PI)); in finishAssembly() [all …]
|
D | AsmPrinter.cpp | 677 static void emitKill(const MachineInstr *MI, AsmPrinter &AP) { in emitKill() argument 686 AP.MF->getSubtarget().getRegisterInfo()) in emitKill() 689 AP.OutStreamer->AddComment(OS.str()); in emitKill() 690 AP.OutStreamer->AddBlankLine(); in emitKill() 696 static bool emitDebugValueComment(const MachineInstr *MI, AsmPrinter &AP) { in emitDebugValueComment() argument 728 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment() 773 const TargetFrameLowering *TFI = AP.MF->getSubtarget().getFrameLowering(); in emitDebugValueComment() 774 Offset += TFI->getFrameIndexReference(*AP.MF, in emitDebugValueComment() 782 AP.OutStreamer->emitRawComment(OS.str()); in emitDebugValueComment() 787 OS << PrintReg(Reg, AP.MF->getSubtarget().getRegisterInfo()); in emitDebugValueComment() [all …]
|
D | ByteStreamer.h | 40 AsmPrinter &AP; 43 APByteStreamer(AsmPrinter &Asm) : AP(Asm) {} in APByteStreamer() 45 AP.OutStreamer->AddComment(Comment); in EmitInt8() 46 AP.EmitInt8(Byte); in EmitInt8() 49 AP.OutStreamer->AddComment(Comment); in EmitSLEB128() 50 AP.EmitSLEB128(DWord); in EmitSLEB128() 53 AP.OutStreamer->AddComment(Comment); in EmitULEB128() 54 AP.EmitULEB128(DWord); in EmitULEB128()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonMCInstLower.cpp | 31 MCInst &MCB, HexagonAsmPrinter &AP); 91 MCInst &MCB, HexagonAsmPrinter &AP) { in HexagonLowerToMC() argument 100 MCInst *MCI = new (AP.OutContext) MCInst; in HexagonLowerToMC() 125 AP.OutContext), in HexagonLowerToMC() 126 AP.OutContext); in HexagonLowerToMC() 133 MCConstantExpr::create(MO.getImm(), AP.OutContext), AP.OutContext); in HexagonLowerToMC() 140 AP.OutContext); in HexagonLowerToMC() 141 Expr = HexagonMCExpr::create(Expr, AP.OutContext); in HexagonLowerToMC() 147 MCO = GetSymbolRef(MO, AP.getSymbol(MO.getGlobal()), AP, MustExtend); in HexagonLowerToMC() 150 MCO = GetSymbolRef(MO, AP.GetExternalSymbolSymbol(MO.getSymbolName()), in HexagonLowerToMC() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCMCInstLower.cpp | 26 static MachineModuleInfoMachO &getMachOMMI(AsmPrinter &AP) { in getMachOMMI() argument 27 return AP.MMI->getObjFileInfo<MachineModuleInfoMachO>(); in getMachOMMI() 31 static MCSymbol *GetSymbolFromOperand(const MachineOperand &MO, AsmPrinter &AP){ in GetSymbolFromOperand() argument 32 MCContext &Ctx = AP.OutContext; in GetSymbolFromOperand() 37 Name += AP.MAI->getGlobalPrefix(); in GetSymbolFromOperand() 46 AP.Mang->getNameWithPrefix(Name, GV, isImplicitlyPrivate); in GetSymbolFromOperand() 55 getMachOMMI(AP).getFnStubEntry(Sym); in GetSymbolFromOperand() 62 StubValueTy(AP.Mang->getSymbol(MO.getGlobal()), in GetSymbolFromOperand() 79 MachineModuleInfoMachO &MachO = getMachOMMI(AP); in GetSymbolFromOperand() 88 StubValueTy(AP.Mang->getSymbol(MO.getGlobal()), in GetSymbolFromOperand() [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCMCInstLower.cpp | 33 static MachineModuleInfoMachO &getMachOMMI(AsmPrinter &AP) { in getMachOMMI() argument 34 return AP.MMI->getObjFileInfo<MachineModuleInfoMachO>(); in getMachOMMI() 38 static MCSymbol *GetSymbolFromOperand(const MachineOperand &MO, AsmPrinter &AP){ in GetSymbolFromOperand() argument 39 const TargetMachine &TM = AP.TM; in GetSymbolFromOperand() 40 Mangler *Mang = AP.Mang; in GetSymbolFromOperand() 41 const DataLayout &DL = AP.getDataLayout(); in GetSymbolFromOperand() 42 MCContext &Ctx = AP.OutContext; in GetSymbolFromOperand() 66 MachineModuleInfoMachO &MachO = getMachOMMI(AP); in GetSymbolFromOperand() 73 StubValueTy(AP.getSymbol(MO.getGlobal()), in GetSymbolFromOperand() 142 AsmPrinter &AP, bool isDarwin) { in LowerPPCMachineInstrToMCInst() argument [all …]
|
/external/llvm/lib/Target/Sparc/ |
D | SparcMCInstLower.cpp | 32 AsmPrinter &AP) { in LowerSymbolOperand() argument 45 Symbol = AP.getSymbol(MO.getGlobal()); in LowerSymbolOperand() 49 Symbol = AP.GetBlockAddressSymbol(MO.getBlockAddress()); in LowerSymbolOperand() 53 Symbol = AP.GetExternalSymbolSymbol(MO.getSymbolName()); in LowerSymbolOperand() 57 Symbol = AP.GetCPISymbol(MO.getIndex()); in LowerSymbolOperand() 62 AP.OutContext); in LowerSymbolOperand() 64 AP.OutContext); in LowerSymbolOperand() 70 AsmPrinter &AP) { in LowerOperand() argument 86 return LowerSymbolOperand(MI, MO, AP); in LowerOperand() 96 AsmPrinter &AP) in LowerSparcMachineInstrToMCInst() argument [all …]
|
/external/llvm/lib/CodeGen/ |
D | FaultMaps.cpp | 26 FaultMaps::FaultMaps(AsmPrinter &AP) : AP(AP) {} in FaultMaps() argument 30 MCContext &OutContext = AP.OutStreamer->getContext(); in recordFaultingOp() 33 AP.OutStreamer->EmitLabel(FaultingLabel); 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()
|
/external/wpa_supplicant_8/hostapd/ |
D | README-WPS | 5 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 …]
|
/external/autotest/server/site_tests/network_WiFi_ReconnectInDarkResume/ |
D | control.DisconnectAfterSuspendSameAP | 23 1) AP ("AP 1") is brought up, and DUT connects to it 24 2) AP 1 is brought down, disconnecting the DUT from it 25 3) Another AP ("AP 2") is brought up, and DUT connects to it 26 4) DUT suspends while connected to AP 2 27 5) AP 2 is brought down, disconnecting the DUT from it while suspended 28 6) AP 2 is brought up again 30 8) Verify that the DUT is connected to AP 2 upon resuming from suspend
|
D | control.DisconnectAfterSuspendDiffAP | 23 1) AP ("AP 1") is brought up, and DUT connects to it 24 2) AP 1 is brought down, disconnecting the DUT from it 25 3) Another AP ("AP 2") is brought up, and DUT connects to it 26 4) DUT suspends while connected to AP 2 27 5) AP 2 is brought down, disconnecting the DUT from it while suspended 28 6) AP 1 is brought up again 30 8) Verify that the DUT is connected to AP 1 upon resuming from suspend
|
D | control.DisconnectBeforeSuspendSameAP | 20 1) AP ("AP 1") is brought up, and DUT connects to it 21 2) AP 1 is brought down, disconnecting the DUT from it 22 3) Another AP ("AP 2") is brought up, and DUT connects to it 23 4) AP 2 is brought down, disconnecting the DUT from it 25 6) AP 2 is brought up again 27 8) Verify that the DUT is connected to AP 2 upon resuming from suspend
|
D | control.DisconnectBeforeSuspendDiffAP | 20 1) AP ("AP 1") is brought up, and DUT connects to it 21 2) AP 1 is brought down, disconnecting the DUT from it 22 3) Another AP ("AP 2") is brought up, and DUT connects to it 23 4) AP 2 is brought down, disconnecting the DUT from it 25 6) AP 1 is brought up again 27 8) Verify that the DUT is connected to AP 1 upon resuming from suspend
|
D | control.Stress | 19 1) AP ("AP 1") is brought up, and DUT connects to it 20 2) AP 1 is brought down, disconnecting the DUT from it 21 3) Another AP ("AP 2") is brought up, and DUT connects to it 22 4) DUT suspends while connected to AP 2 23 5) AP 2 is brought down, disconnecting the DUT from it while suspended 24 6) AP 2 is brought up again 27 9) Verify that the DUT is connected to AP 2 upon resuming from suspend
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | README-WPS | 31 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 …]
|
/external/llvm/include/llvm/CodeGen/ |
D | DIE.h | 100 void Emit(const AsmPrinter *AP) const; 140 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 141 unsigned SizeOf(const AsmPrinter *AP, dwarf::Form Form) const; 159 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 160 unsigned SizeOf(const AsmPrinter *AP, dwarf::Form Form) const; 178 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 179 unsigned SizeOf(const AsmPrinter *AP, dwarf::Form Form) const; 194 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 195 unsigned SizeOf(const AsmPrinter *AP, dwarf::Form Form) const; 212 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; [all …]
|
/external/cblas/testing/ |
D | c_dblas2.c | 364 double *A,*AP; in F77_dspmv() local 373 AP = ( double* )malloc( (((LDA+1)*LDA)/2)*sizeof( double ) ); in F77_dspmv() 380 AP[ k ]=A[ LDA*i+j ]; in F77_dspmv() 388 AP[ k ]=A[ LDA*i+j ]; in F77_dspmv() 390 cblas_dspmv( CblasRowMajor, uplo, *n, *alpha, AP, x, *incx, *beta, y, in F77_dspmv() 393 free(AP); in F77_dspmv() 402 double *A, *AP; in F77_dtpmv() local 415 AP = ( double* )malloc( (((LDA+1)*LDA)/2)*sizeof( double ) ); in F77_dtpmv() 422 AP[ k ]=A[ LDA*i+j ]; in F77_dtpmv() 430 AP[ k ]=A[ LDA*i+j ]; in F77_dtpmv() [all …]
|
D | c_sblas2.c | 364 float *A,*AP; in F77_sspmv() local 373 AP = ( float* )malloc( (((LDA+1)*LDA)/2)*sizeof( float ) ); in F77_sspmv() 380 AP[ k ]=A[ LDA*i+j ]; in F77_sspmv() 388 AP[ k ]=A[ LDA*i+j ]; in F77_sspmv() 390 cblas_sspmv( CblasRowMajor, uplo, *n, *alpha, AP, x, *incx, *beta, y, in F77_sspmv() 392 free(A); free(AP); in F77_sspmv() 401 float *A, *AP; in F77_stpmv() local 414 AP = ( float* )malloc( (((LDA+1)*LDA)/2)*sizeof( float ) ); in F77_stpmv() 421 AP[ k ]=A[ LDA*i+j ]; in F77_stpmv() 429 AP[ k ]=A[ LDA*i+j ]; in F77_stpmv() [all …]
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | MacOSKeychainAPIChecker.cpp | 98 void generateDeallocatorMismatchReport(const AllocationPair &AP, 107 const AllocationPair &AP, ExplodedNode *N, CheckerContext &C) const; 123 void markInteresting(BugReport *R, const AllocationPair &AP) const { in markInteresting() 124 R->markInteresting(AP.first); in markInteresting() 125 R->markInteresting(AP.second->Region); in markInteresting() 245 generateDeallocatorMismatchReport(const AllocationPair &AP, in generateDeallocatorMismatchReport() argument 249 State = State->remove<AllocatedData>(AP.first); in generateDeallocatorMismatchReport() 258 FunctionsToTrack[AP.second->AllocatorIdx].DeallocatorIdx; in generateDeallocatorMismatchReport() 263 Report->addVisitor(llvm::make_unique<SecKeychainBugVisitor>(AP.first)); in generateDeallocatorMismatchReport() 265 markInteresting(Report.get(), AP); in generateDeallocatorMismatchReport() [all …]
|