Home
last modified time | relevance | path

Searched defs:Asm (Results 1 – 25 of 91) sorted by relevance

1234

/external/swiftshader/third_party/subzero/src/
DIceInstMIPS32.cpp280 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local
439 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local
585 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local
610 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local
701 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local
727 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local
732 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local
737 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local
742 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local
747 auto *Asm = Func->getAssembler<MIPS32::AssemblerMIPS32>(); in emitIAS() local
[all …]
DIceInstARM32.cpp121 if (auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>()) in startNextInst() local
129 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitUsingTextFixup() local
299 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local
307 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local
551 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local
558 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local
564 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local
571 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local
578 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local
585 auto *Asm = Func->getAssembler<ARM32::AssemblerARM32>(); in emitIAS() local
[all …]
DIceInstX86BaseImpl.h440 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIAS() local
465 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIAS() local
510 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIAS() local
588 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIAS() local
649 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIAS() local
709 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASOpTyGPR() local
734 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASRegOpTyGPR() local
778 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASAddrOpTyGPR() local
812 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASAsAddrOpTyGPR() local
828 Assembler *Asm = Func->getAssembler<Assembler>(); in emitIASGPRShift() local
[all …]
DIceAssembler.cpp38 void Label::linkTo(const Assembler &Asm, intptr_t Pos) { in linkTo()
97 AssemblerBuffer::AssemblerBuffer(Assembler &Asm) : Assemblr(Asm) { in AssemblerBuffer()
/external/boringssl/src/util/fipstools/
Ddelocate.peg.go212 type Asm struct { struct
213 Buffer string
214 buffer []rune
215 rules [40]func() bool
216 parse func(rule ...int) error
217 reset func()
218 Pretty bool
219 tokens32
222 func (p *Asm) Parse(rule ...int) error {
226 func (p *Asm) Reset() {
[all …]
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfAccelTable.cpp71 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()
DDwarfStringPool.cpp17 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()
DDebugLocStream.cpp16 bool DebugLocStream::finalizeList(AsmPrinter &Asm) { in finalizeList()
/external/llvm/lib/MC/
DMCObjectWriter.cpp21 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()
DMachObjectWriter.cpp60 bool MachObjectWriter::isFixupKindPCRel(const MCAssembler &Asm, unsigned Kind) { in isFixupKindPCRel()
435 void MachObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
444 void MachObjectWriter::bindIndirectSymbols(MCAssembler &Asm) { in bindIndirectSymbols()
509 MCAssembler &Asm, std::vector<MachSymbolData> &LocalSymbolData, in computeSymbolTable()
609 void MachObjectWriter::computeSectionAddresses(const MCAssembler &Asm, in computeSectionAddresses()
624 void MachObjectWriter::executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding()
633 const MCAssembler &Asm, const MCSymbol &A, const MCSymbol &B, in isSymbolRefDifferenceFullyResolvedImpl()
645 const MCAssembler &Asm, const MCSymbol &SymA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl()
711 void MachObjectWriter::writeObject(MCAssembler &Asm, in writeObject()
DMCExpr.cpp418 bool MCExpr::evaluateAsAbsolute(int64_t &Res, const MCAssembler *Asm, in evaluateAsAbsolute()
427 bool MCExpr::evaluateAsAbsolute(int64_t &Res, const MCAssembler *Asm, in evaluateAsAbsolute()
449 const MCAssembler *Asm, const MCAsmLayout *Layout, in AttemptToFoldSymbolOffsetDifference()
524 EvaluateSymbolicAdd(const MCAssembler *Asm, const MCAsmLayout *Layout, in EvaluateSymbolicAdd()
602 bool MCExpr::evaluateAsRelocatableImpl(MCValue &Res, const MCAssembler *Asm, in evaluateAsRelocatableImpl()
DELFObjectWriter.cpp304 void ELFObjectWriter::writeHeader(const MCAssembler &Asm) { in writeHeader()
371 void ELFObjectWriter::executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding()
505 bool ELFObjectWriter::shouldRelocateWithSymbol(const MCAssembler &Asm, in shouldRelocateWithSymbol()
622 void ELFObjectWriter::recordRelocation(MCAssembler &Asm, in recordRelocation()
767 MCAssembler &Asm, const MCAsmLayout &Layout, in computeSymbolTable()
1013 void ELFObjectWriter::writeSectionData(const MCAssembler &Asm, MCSection &Sec, in writeSectionData()
1082 void ELFObjectWriter::writeRelocations(const MCAssembler &Asm, in writeRelocations()
1214 void ELFObjectWriter::writeObject(MCAssembler &Asm, in writeObject()
1347 const MCAssembler &Asm, const MCSymbol &SA, const MCFragment &FB, in isSymbolRefDifferenceFullyResolvedImpl()
/external/swiftshader/third_party/LLVM/lib/MC/
DELFObjectWriter.cpp41 bool ELFObjectWriter::isFixupKindPCRel(const MCAssembler &Asm, unsigned Kind) { in isFixupKindPCRel()
202 void ELFObjectWriter::ExecutePostLayoutBinding(MCAssembler &Asm, in ExecutePostLayoutBinding()
278 const MCAssembler &Asm, in WriteSymbolTable()
333 const MCSymbol *ELFObjectWriter::SymbolToReloc(const MCAssembler &Asm, in SymbolToReloc()
394 void ELFObjectWriter::RecordRelocation(const MCAssembler &Asm, in RecordRelocation()
468 ELFObjectWriter::getSymbolIndexInSymbolTable(const MCAssembler &Asm, in getSymbolIndexInSymbolTable()
474 bool ELFObjectWriter::isInSymtab(const MCAssembler &Asm, in isInSymtab()
526 void ELFObjectWriter::ComputeIndexMap(MCAssembler &Asm, in ComputeIndexMap()
554 void ELFObjectWriter::ComputeSymbolTable(MCAssembler &Asm, in ComputeSymbolTable()
674 void ELFObjectWriter::CreateRelocationSections(MCAssembler &Asm, in CreateRelocationSections()
[all …]
DMachObjectWriter.cpp51 bool MachObjectWriter::isFixupKindPCRel(const MCAssembler &Asm, unsigned Kind) { in isFixupKindPCRel()
182 void MachObjectWriter::WriteSection(const MCAssembler &Asm, in WriteSection()
354 void MachObjectWriter::RecordRelocation(const MCAssembler &Asm, in RecordRelocation()
364 void MachObjectWriter::BindIndirectSymbols(MCAssembler &Asm) { in BindIndirectSymbols()
420 ComputeSymbolTable(MCAssembler &Asm, SmallString<256> &StringTable, in ComputeSymbolTable()
529 void MachObjectWriter::computeSectionAddresses(const MCAssembler &Asm, in computeSectionAddresses()
546 void MachObjectWriter::ExecutePostLayoutBinding(MCAssembler &Asm, in ExecutePostLayoutBinding()
559 IsSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm, in IsSymbolRefDifferenceFullyResolvedImpl()
630 void MachObjectWriter::WriteObject(MCAssembler &Asm, in WriteObject()
DMCObjectWriter.cpp47 MCObjectWriter::IsSymbolRefDifferenceFullyResolved(const MCAssembler &Asm, in IsSymbolRefDifferenceFullyResolved()
71 MCObjectWriter::IsSymbolRefDifferenceFullyResolvedImpl(const MCAssembler &Asm, in IsSymbolRefDifferenceFullyResolvedImpl()
DMCExpr.cpp265 bool MCExpr::EvaluateAsAbsolute(int64_t &Res, const MCAssembler *Asm, in EvaluateAsAbsolute()
289 static void AttemptToFoldSymbolOffsetDifference(const MCAssembler *Asm, in AttemptToFoldSymbolOffsetDifference()
364 static bool EvaluateSymbolicAdd(const MCAssembler *Asm, in EvaluateSymbolicAdd()
430 const MCAssembler *Asm, in EvaluateAsRelocatableImpl()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp60 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()
/external/llvm/lib/AsmParser/
DParser.cpp70 Constant *llvm::parseConstantValue(StringRef Asm, SMDiagnostic &Err, in parseConstantValue()
82 Type *llvm::parseType(StringRef Asm, SMDiagnostic &Err, const Module &M, in parseType()
98 Type *llvm::parseTypeAtBeginning(StringRef Asm, unsigned &Read, in parseTypeAtBeginning()
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp63 const MCAssembler &Asm, const MCAsmLayout &Layout, in RecordRelocation()
100 const MCAssembler &Asm, in RecordX86_64Relocation()
339 const MCAssembler &Asm, in RecordScatteredRelocation()
405 const MCAssembler &Asm, in RecordTLVPRelocation()
452 const MCAssembler &Asm, in RecordX86Relocation()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp140 const MCAssembler &Asm, in RecordARMScatteredHalfRelocation()
244 const MCAssembler &Asm, in RecordARMScatteredRelocation()
311 const MCAssembler &Asm, in requiresExternRelocation()
349 MCAssembler &Asm, in recordRelocation()
/external/llvm/include/llvm/MC/
DMCAsmBackend.h67 virtual void processFixupValue(const MCAssembler &Asm, in processFixupValue()
125 virtual void finishLayout(MCAssembler const &Asm, in finishLayout()
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUAsmBackend.cpp28 void executePostLayoutBinding(MCAssembler &Asm, in executePostLayoutBinding()
32 void recordRelocation(MCAssembler &Asm, const MCAsmLayout &Layout, in recordRelocation()
68 void AMDGPUMCObjectWriter::writeObject(MCAssembler &Asm, in writeObject()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp123 const MCAssembler &Asm, in RecordARMMovwMovtRelocation()
220 const MCAssembler &Asm, in RecordARMScatteredRelocation()
281 const MCAssembler &Asm, in RecordRelocation()
/external/llvm/lib/Target/NVPTX/
DNVPTXMCExpr.h75 void fixELFSymbolsInTLSFixups(MCAssembler &Asm) const override {} in fixELFSymbolsInTLSFixups()
117 void fixELFSymbolsInTLSFixups(MCAssembler &Asm) const override {} in fixELFSymbolsInTLSFixups()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp43 void recordRelocation(MachObjectWriter *Writer, MCAssembler &Asm, in recordRelocation()
192 MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, in recordScatteredRelocation()
302 MachObjectWriter *Writer, const MCAssembler &Asm, const MCAsmLayout &Layout, in RecordPPCRelocation()

1234