/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 194 void DIEValue::EmitValue(const AsmPrinter *AP) const { in EmitValue() function in DIEValue 200 getDIE##T().EmitValue(AP, Form); \ in EmitValue() 242 void DIEInteger::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in EmitValue() function in DIEInteger 320 void DIEExpr::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEExpr 321 AP->OutStreamer->EmitValue(Expr, SizeOf(AP, Form)); in EmitValue() 342 void DIELabel::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIELabel 367 void DIEDelta::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEDelta 391 void DIEString::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEString 398 DIEInteger(S.getIndex()).EmitValue(AP, Form); in EmitValue() 405 DIELabel(S.getSymbol()).EmitValue(AP, Form); in EmitValue() [all …]
|
D | WinException.cpp | 246 Asm->OutStreamer->EmitValue(create32bitRef(FuncInfoXData), 4); in endFunclet() 545 OS.EmitValue(EntryCount, 4); in emitCSpecificHandlerTable() 608 OS.EmitValue(getLabelPlusOne(BeginLabel), 4); in emitSEHActionsForRange() 610 OS.EmitValue(getLabelPlusOne(EndLabel), 4); in emitSEHActionsForRange() 613 OS.EmitValue(FilterOrFinally, 4); in emitSEHActionsForRange() 615 OS.EmitValue(ExceptOrNull, 4); in emitSEHActionsForRange() 690 OS.EmitValue(create32bitRef(UnwindMapXData), 4); in emitCXXFrameHandler3Table() 696 OS.EmitValue(create32bitRef(TryBlockMapXData), 4); in emitCXXFrameHandler3Table() 702 OS.EmitValue(create32bitRef(IPToStateXData), 4); in emitCXXFrameHandler3Table() 728 OS.EmitValue(create32bitRef(CleanupSym), 4); in emitCXXFrameHandler3Table() [all …]
|
D | AddressPool.cpp | 44 Asm.OutStreamer->EmitValue(Entry, Asm.getDataLayout().getPointerSize()); in emit()
|
D | AsmPrinterDwarf.cpp | 143 OutStreamer->EmitValue(Exp, GetSizeOfEncodedValue(Encoding)); in EmitTTypeReference() 271 V.EmitValue(this); in emitDwarfDIE()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 327 void DIEValue::EmitValue(const AsmPrinter *AP) const { in EmitValue() function in DIEValue 333 getDIE##T().EmitValue(AP, Form); \ in EmitValue() 376 void DIEInteger::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in EmitValue() function in DIEInteger 463 void DIEExpr::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEExpr 485 void DIELabel::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIELabel 511 void DIEDelta::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEDelta 535 void DIEString::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEString 544 DIEInteger(S.getIndex()).EmitValue(AP, Form); in EmitValue() 548 DIELabel(S.getSymbol()).EmitValue(AP, Form); in EmitValue() 550 DIEInteger(S.getOffset()).EmitValue(AP, Form); in EmitValue() [all …]
|
D | WinException.cpp | 255 Asm->OutStreamer->EmitValue(create32bitRef(FuncInfoXData), 4); in endFunclet() 553 OS.EmitValue(EntryCount, 4); in emitCSpecificHandlerTable() 616 OS.EmitValue(getLabelPlusOne(BeginLabel), 4); in emitSEHActionsForRange() 618 OS.EmitValue(getLabelPlusOne(EndLabel), 4); in emitSEHActionsForRange() 621 OS.EmitValue(FilterOrFinally, 4); in emitSEHActionsForRange() 623 OS.EmitValue(ExceptOrNull, 4); in emitSEHActionsForRange() 698 OS.EmitValue(create32bitRef(UnwindMapXData), 4); in emitCXXFrameHandler3Table() 704 OS.EmitValue(create32bitRef(TryBlockMapXData), 4); in emitCXXFrameHandler3Table() 710 OS.EmitValue(create32bitRef(IPToStateXData), 4); in emitCXXFrameHandler3Table() 736 OS.EmitValue(create32bitRef(CleanupSym), 4); in emitCXXFrameHandler3Table() [all …]
|
D | AsmPrinterDwarf.cpp | 146 OutStreamer->EmitValue(Exp, GetSizeOfEncodedValue(Encoding)); in EmitTTypeReference() 252 V.EmitValue(this); in emitDwarfDIE()
|
D | AddressPool.cpp | 63 Asm.OutStreamer->EmitValue(Entry, Asm.getDataLayout().getPointerSize()); in emit()
|
/external/llvm/include/llvm/CodeGen/ |
D | DIE.h | 140 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 159 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 178 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 194 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 212 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 236 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 259 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 404 void EmitValue(const AsmPrinter *AP) const; 706 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 737 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | DIE.h | 193 void EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const; 210 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 227 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 243 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 262 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 284 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 303 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 322 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 469 void EmitValue(const AsmPrinter *AP) const; 871 void EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const; [all …]
|
/external/llvm/lib/MC/ |
D | MCWin64EH.cpp | 56 Streamer.EmitValue(Diff, 1); in EmitAbsDifference() 135 streamer.EmitValue(MCBinaryExpr::createAdd(BaseRefRel, Ofs, Context), 4); in EmitSymbolRefWithOfs() 145 streamer.EmitValue(MCSymbolRefExpr::create(info->Symbol, in EmitRuntimeFunction() 210 streamer.EmitValue(MCSymbolRefExpr::create(info->ExceptionHandler, in EmitUnwindInfo()
|
D | MCDwarf.cpp | 242 OS.EmitValue(ABS, Size); in emitAbsValue() 627 MCOS->EmitValue(Addr, AddrSize); in EmitGenDwarfAranges() 714 MCOS->EmitValue(Start, AddrSize); in EmitGenDwarfInfo() 719 MCOS->EmitValue(End, AddrSize); in EmitGenDwarfInfo() 781 MCOS->EmitValue(AT_low_pc, AddrSize); in EmitGenDwarfInfo() 822 MCOS->EmitValue(SectionStartAddr, AddrSize); in EmitGenDwarfRanges() 990 streamer.EmitValue(v, size); in emitFDESymbol() 1001 streamer.EmitValue(v, size); in EmitPersonality()
|
D | ConstantPools.cpp | 31 Streamer.EmitValue(Entry.Value, Entry.Size, Entry.Loc); in emitEntries()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCWin64EH.cpp | 54 Streamer.EmitValue(Diff, 1); in EmitAbsDifference() 133 streamer.EmitValue(MCBinaryExpr::createAdd(BaseRefRel, Ofs, Context), 4); in EmitSymbolRefWithOfs() 143 streamer.EmitValue(MCSymbolRefExpr::create(info->Symbol, in EmitRuntimeFunction() 208 streamer.EmitValue(MCSymbolRefExpr::create(info->ExceptionHandler, in EmitUnwindInfo()
|
D | MCDwarf.cpp | 308 OS.EmitValue(ABS, Size); in emitAbsValue() 328 MCOS->EmitValue(makeStartPlusIntExpr(Ctx, *LineStrLabel, Offset), RefSize); in emitRef() 907 MCOS->EmitValue(Addr, AddrSize); in EmitGenDwarfAranges() 998 MCOS->EmitValue(Start, AddrSize); in EmitGenDwarfInfo() 1003 MCOS->EmitValue(End, AddrSize); in EmitGenDwarfInfo() 1065 MCOS->EmitValue(AT_low_pc, AddrSize); in EmitGenDwarfInfo() 1106 MCOS->EmitValue(SectionStartAddr, AddrSize); in EmitGenDwarfRanges() 1274 streamer.EmitValue(v, size); in emitFDESymbol() 1285 streamer.EmitValue(v, size); in EmitPersonality()
|
D | ConstantPools.cpp | 34 Streamer.EmitValue(Entry.Value, Entry.Size, Entry.Loc); in emitEntries()
|
/external/v8/src/regexp/ |
D | regexp-bytecode-peephole.cc | 219 void EmitValue(T value); 701 EmitValue(bc); in EmitOptimization() 906 void RegExpBytecodePeephole::EmitValue(T value) { in EmitValue() function in v8::internal::__anon145cd1840111::RegExpBytecodePeephole 946 EmitValue(GetValue<byte>(bytecode, arg_pos)); in EmitArgument() 950 EmitValue(GetValue<uint16_t>(bytecode, arg_pos)); in EmitArgument() 966 EmitValue<uint16_t>(val); in EmitArgument() 985 EmitValue<uint32_t>(val); in EmitArgument() 992 EmitValue(GetValue<uint32_t>(bytecode, arg_pos)); in EmitArgument() 996 EmitValue(GetValue<uint64_t>(bytecode, arg_pos)); in EmitArgument()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | FaultMaps.cpp | 100 OS.EmitValue(Fault.FaultingOffsetExpr, 4); in emitFunctionInfo() 104 OS.EmitValue(Fault.HandlerOffsetExpr, 4); in emitFunctionInfo()
|
D | StackMaps.cpp | 507 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries() 517 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
|
/external/llvm/lib/CodeGen/ |
D | FaultMaps.cpp | 97 OS.EmitValue(Fault.FaultingOffsetExpr, 4); in emitFunctionInfo() 101 OS.EmitValue(Fault.HandlerOffsetExpr, 4); in emitFunctionInfo()
|
D | StackMaps.cpp | 482 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries() 492 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRMCELFStreamer.cpp | 40 MCELFStreamer::EmitValue(MCSymbolRefExpr::create(Sym, Kind, getContext()), in EmitValueForModiferKind()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 803 OutStreamer->EmitValue(OffsExpr, 4); in EmitInstruction() 1074 OutStreamer->EmitValue(OffsExpr, 4); in EmitFunctionEntryLabel() 1100 OutStreamer->EmitValue(TOCDeltaExpr, 8); in EmitFunctionEntryLabel() 1115 OutStreamer->EmitValue(MCSymbolRefExpr::create(Symbol1, OutContext), in EmitFunctionEntryLabel() 1119 OutStreamer->EmitValue( in EmitFunctionEntryLabel() 1392 OutStreamer->EmitValue(MCSymbolRefExpr::create(MCSym.getPointer(), in doFinalization()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCAsmPrinter.cpp | 892 OutStreamer->EmitValue(OffsExpr, 4); in EmitInstruction() 1301 OutStreamer->EmitValue(OffsExpr, 4); in EmitFunctionEntryLabel() 1327 OutStreamer->EmitValue(TOCDeltaExpr, 8); in EmitFunctionEntryLabel() 1342 OutStreamer->EmitValue(MCSymbolRefExpr::create(Symbol1, OutContext), in EmitFunctionEntryLabel() 1346 OutStreamer->EmitValue( in EmitFunctionEntryLabel() 1628 OutStreamer->EmitValue( in doFinalization()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUTargetStreamer.cpp | 370 S.EmitValue(DescSZ, 4); // descz in EmitAMDGPUNote() 529 Streamer.EmitValue(MCBinaryExpr::createSub( in EmitAmdhsaKernelDescriptor()
|