/external/swiftshader/third_party/subzero/src/ |
D | IceInstMIPS32.cpp | 184 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local 343 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local 491 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local 516 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local 607 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local 633 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local 638 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local 643 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local 648 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local 653 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local [all …]
|
D | IceInstARM32.cpp | 116 if (auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>()) in startNextInst() local 124 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitUsingTextFixup() local 294 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local 302 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local 546 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local 553 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local 559 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local 566 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local 573 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local 580 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local [all …]
|
D | IceInstX8664.cpp | 412 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIAS() local 455 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIAS() local 529 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIAS() local 587 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIAS() local 644 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASOpTyGPR() local 666 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASRegOpTyGPR() local 708 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASAddrOpTyGPR() local 739 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASAsAddrOpTyGPR() local 749 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASGPRShift() local 773 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASGPRShiftDouble() local [all …]
|
D | IceInstX8632.cpp | 432 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIAS() local 475 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIAS() local 542 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIAS() local 600 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIAS() local 657 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASOpTyGPR() local 679 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASRegOpTyGPR() local 720 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASAddrOpTyGPR() local 748 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASAsAddrOpTyGPR() local 760 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASGPRShift() local 781 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASGPRShiftDouble() local [all …]
|
/external/coreboot/src/lib/gnat/ |
D | s-maccod.ads | 61 procedure Asm ( subprogspec 68 procedure Asm ( subprogspec 75 procedure Asm ( subprogspec 82 procedure Asm ( subprogspec 89 function Asm ( subprogspec 96 function Asm ( subprogspec 103 function Asm ( subprogspec 110 function Asm ( subprogspec
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfStringPool.cpp | 21 DwarfStringPool::DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, in DwarfStringPool() 27 DwarfStringPool::getEntryImpl(AsmPrinter &Asm, StringRef Str) { in getEntryImpl() 41 DwarfStringPool::EntryRef DwarfStringPool::getEntry(AsmPrinter &Asm, in getEntry() 47 DwarfStringPool::EntryRef DwarfStringPool::getIndexedEntry(AsmPrinter &Asm, in getIndexedEntry() 55 void DwarfStringPool::emitStringOffsetsTableHeader(AsmPrinter &Asm, in emitStringOffsetsTableHeader() 77 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit()
|
D | AddressPool.cpp | 26 MCSymbol *AddressPool::emitHeader(AsmPrinter &Asm, MCSection *Section) { in emitHeader() 47 void AddressPool::emit(AsmPrinter &Asm, MCSection *AddrSection) { in emit()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfStringPool.cpp | 20 DwarfStringPool::DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, in DwarfStringPool() 26 DwarfStringPool::getEntryImpl(AsmPrinter &Asm, StringRef Str) { in getEntryImpl() 39 DwarfStringPool::EntryRef DwarfStringPool::getEntry(AsmPrinter &Asm, in getEntry() 45 DwarfStringPool::EntryRef DwarfStringPool::getIndexedEntry(AsmPrinter &Asm, in getIndexedEntry() 53 void DwarfStringPool::emitStringOffsetsTableHeader(AsmPrinter &Asm, in emitStringOffsetsTableHeader() 75 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit()
|
D | AddressPool.cpp | 26 MCSymbol *AddressPool::emitHeader(AsmPrinter &Asm, MCSection *Section) { in emitHeader() 42 void AddressPool::emit(AsmPrinter &Asm, MCSection *AddrSection) { in emit()
|
/external/cronet/tot/third_party/boringssl/src/util/fipstools/delocate/ |
D | delocate.peg.go | 256 type Asm struct { struct 257 Buffer string 258 buffer []rune 259 rules [61]func() bool 260 parse func(rule ...int) error 261 reset func() 262 Pretty bool 263 tokens32 266 func (p *Asm) Parse(rule ...int) error { 270 func (p *Asm) Reset() { [all …]
|
/external/boringssl/src/util/fipstools/delocate/ |
D | delocate.peg.go | 258 type Asm struct { struct 259 Buffer string 260 buffer []rune 261 rules [62]func() bool 262 parse func(rule ...int) error 263 reset func() 264 Pretty bool 265 tokens32 268 func (p *Asm) Parse(rule ...int) error { 272 func (p *Asm) Reset() { [all …]
|
/external/cronet/stable/third_party/boringssl/src/util/fipstools/delocate/ |
D | delocate.peg.go | 256 type Asm struct { struct 257 Buffer string 258 buffer []rune 259 rules [61]func() bool 260 parse func(rule ...int) error 261 reset func() 262 Pretty bool 263 tokens32 266 func (p *Asm) Parse(rule ...int) error { 270 func (p *Asm) Reset() { [all …]
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfAccelTable.cpp | 71 void DwarfAccelTable::FinalizeTable(AsmPrinter *Asm, StringRef Prefix) { in FinalizeTable() 113 void DwarfAccelTable::EmitHeader(AsmPrinter *Asm) { in EmitHeader() 141 void DwarfAccelTable::EmitBuckets(AsmPrinter *Asm) { in EmitBuckets() 163 void DwarfAccelTable::EmitHashes(AsmPrinter *Asm) { in EmitHashes() 183 void DwarfAccelTable::emitOffsets(AsmPrinter *Asm, const MCSymbol *SecBegin) { in emitOffsets() 206 void DwarfAccelTable::EmitData(AsmPrinter *Asm, DwarfDebug *D) { in EmitData() 243 void DwarfAccelTable::emit(AsmPrinter *Asm, const MCSymbol *SecBegin, in emit()
|
D | DwarfStringPool.cpp | 17 DwarfStringPool::DwarfStringPool(BumpPtrAllocator &A, AsmPrinter &Asm, in DwarfStringPool() 22 DwarfStringPool::EntryRef DwarfStringPool::getEntry(AsmPrinter &Asm, in getEntry() 37 void DwarfStringPool::emit(AsmPrinter &Asm, MCSection *StrSection, in emit()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
D | SPIRVObjectWriter.cpp | 32 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, in recordRelocation() 36 void executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding() 44 void SPIRVObjectWriter::writeHeader(const MCAssembler &Asm) { in writeHeader() 65 uint64_t SPIRVObjectWriter::writeObject(MCAssembler &Asm, in writeObject()
|
D | MCObjectWriter.cpp | 22 const MCAssembler &Asm, const MCSymbolRefExpr *A, const MCSymbolRefExpr *B, in isSymbolRefDifferenceFullyResolved() 41 const MCAssembler &Asm, const MCSymbol &A, const MCSymbol &B, in isSymbolRefDifferenceFullyResolvedImpl() 48 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl()
|
D | MCDXContainerWriter.cpp | 38 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, in recordRelocation() 42 void executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding() 49 uint64_t DXContainerObjectWriter::writeObject(MCAssembler &Asm, in writeObject()
|
D | MachObjectWriter.cpp | 76 bool MachObjectWriter::isFixupKindPCRel(const MCAssembler &Asm, unsigned Kind) { in isFixupKindPCRel() 463 void MachObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation() 478 void MachObjectWriter::bindIndirectSymbols(MCAssembler &Asm) { in bindIndirectSymbols() 543 MCAssembler &Asm, std::vector<MachSymbolData> &LocalSymbolData, in computeSymbolTable() 643 void MachObjectWriter::computeSectionAddresses(const MCAssembler &Asm, in computeSectionAddresses() 658 void MachObjectWriter::executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding() 667 const MCAssembler &Asm, const MCSymbol &A, const MCSymbol &B, in isSymbolRefDifferenceFullyResolvedImpl() 679 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl() 755 void MachObjectWriter::populateAddrSigSection(MCAssembler &Asm) { in populateAddrSigSection() 769 uint64_t MachObjectWriter::writeObject(MCAssembler &Asm, in writeObject()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCObjectWriter.cpp | 20 const MCAssembler &Asm, const MCSymbolRefExpr *A, const MCSymbolRefExpr *B, in isSymbolRefDifferenceFullyResolved() 39 const MCAssembler &Asm, const MCSymbol &A, const MCSymbol &B, in isSymbolRefDifferenceFullyResolvedImpl() 46 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl()
|
/external/llvm/lib/MC/ |
D | MCObjectWriter.cpp | 21 const MCAssembler &Asm, const MCSymbolRefExpr *A, const MCSymbolRefExpr *B, in isSymbolRefDifferenceFullyResolved() 40 const MCAssembler &Asm, const MCSymbol &A, const MCSymbol &B, in isSymbolRefDifferenceFullyResolvedImpl() 47 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCAsmBackend.h | 89 virtual bool shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() 105 virtual bool shouldInsertFixupForCodeAlign(MCAssembler &Asm, in shouldInsertFixupForCodeAlign() 111 virtual bool evaluateTargetFixup(const MCAssembler &Asm, in evaluateTargetFixup() 184 virtual void finishLayout(MCAssembler const &Asm, in finishLayout()
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/MC/ |
D | MCAsmBackend.h | 97 virtual bool shouldForceRelocation(const MCAssembler &Asm, in shouldForceRelocation() 113 virtual bool shouldInsertFixupForCodeAlign(MCAssembler &Asm, in shouldInsertFixupForCodeAlign() 119 virtual bool evaluateTargetFixup(const MCAssembler &Asm, in evaluateTargetFixup() 206 virtual void finishLayout(MCAssembler const &Asm, in finishLayout()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 59 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() 103 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in RecordX86_64Relocation() 364 const MCAssembler &Asm, in recordScatteredRelocation() 464 const MCAssembler &Asm, in recordTLVPRelocation() 504 const MCAssembler &Asm, in RecordX86Relocation()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 59 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() 103 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in RecordX86_64Relocation() 364 const MCAssembler &Asm, in recordScatteredRelocation() 464 const MCAssembler &Asm, in recordTLVPRelocation() 504 const MCAssembler &Asm, in RecordX86Relocation()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 60 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation() 103 MachObjectWriter *Writer, MCAssembler &Asm, const MCAsmLayout &Layout, in RecordX86_64Relocation() 366 const MCAssembler &Asm, in recordScatteredRelocation() 466 const MCAssembler &Asm, in recordTLVPRelocation() 508 const MCAssembler &Asm, in RecordX86Relocation()
|