/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIE.cpp | 328 void DIEValue::EmitValue(const AsmPrinter *AP) const { in EmitValue() function in DIEValue 334 getDIE##T().EmitValue(AP, Form); \ in EmitValue() 375 /// EmitValue - Emit integer of appropriate size. 377 void DIEInteger::EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const { in EmitValue() function in DIEInteger 466 /// EmitValue - Emit expression value. 468 void DIEExpr::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEExpr 488 /// EmitValue - Emit label value. 490 void DIELabel::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIELabel 514 void DIEBaseTypeRef::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() function in DIEBaseTypeRef 531 /// EmitValue [all...] |
H A D | WinException.cpp | 279 Asm->OutStreamer->EmitValue(create32bitRef(FuncInfoXData), 4); in endFuncletImpl() 582 OS.EmitValue(EntryCount, 4); in emitCSpecificHandlerTable() 644 OS.EmitValue(getLabel(BeginLabel), 4); in emitSEHActionsForRange() 646 OS.EmitValue(getLabel(EndLabel), 4); in emitSEHActionsForRange() 649 OS.EmitValue(FilterOrFinally, 4); in emitSEHActionsForRange() 651 OS.EmitValue(ExceptOrNull, 4); in emitSEHActionsForRange() 726 OS.EmitValue(create32bitRef(UnwindMapXData), 4); in emitCXXFrameHandler3Table() 732 OS.EmitValue(create32bitRef(TryBlockMapXData), 4); in emitCXXFrameHandler3Table() 738 OS.EmitValue(create32bitRef(IPToStateXData), 4); in emitCXXFrameHandler3Table() 764 OS.EmitValue(create32bitRe in emitCXXFrameHandler3Table() [all...] |
H A D | AsmPrinterDwarf.cpp | 146 OutStreamer->EmitValue(Exp, GetSizeOfEncodedValue(Encoding)); in EmitTTypeReference() 274 V.EmitValue(this); in emitDwarfDIE()
|
H A D | AddressPool.cpp | 73 Asm.OutStreamer->EmitValue(Entry, Asm.getDataLayout().getPointerSize()); in emit()
|
H A D | AsmPrinter.cpp | 650 OutStreamer->EmitValue(Value, Size); in EmitDebugValue() 1658 OutStreamer->EmitValue( in doFinalization() 1970 OutStreamer->EmitValue(Value, EntrySize); in EmitJumpTableEntry() 2188 OutStreamer->EmitValue(Expr, Size); in EmitLabelPlusOffset() 2785 // thread the streamer with EmitValue. in emitGlobalConstantImpl() 2794 AP.OutStreamer->EmitValue(ME, Size); in emitGlobalConstantImpl()
|
H A D | AccelTable.cpp | 487 ID.EmitValue(Asm, AttrEnc.Form); in emitEntry()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A 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; 244 /// EmitValue - Emit base type reference. 245 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 262 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 281 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; 341 void EmitValue(cons [all...] |
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp-bytecode-peephole.cc | 217 void EmitValue(T value); 696 EmitValue(bc); in EmitOptimization() 901 void RegExpBytecodePeephole::EmitValue(T value) { in EmitValue() function in v8::internal::__anon14964::RegExpBytecodePeephole 941 EmitValue(GetValue<byte>(bytecode, arg_pos)); in EmitArgument() 945 EmitValue(GetValue<uint16_t>(bytecode, arg_pos)); in EmitArgument() 961 EmitValue<uint16_t>(val); in EmitArgument() 980 EmitValue<uint32_t>(val); in EmitArgument() 987 EmitValue(GetValue<uint32_t>(bytecode, arg_pos)); in EmitArgument() 991 EmitValue(GetValue<uint64_t>(bytecode, arg_pos)); in EmitArgument()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCWin64EH.cpp | 58 Streamer.EmitValue(Diff, 1); in EmitAbsDifference() 139 streamer.EmitValue(MCBinaryExpr::createAdd(BaseRefRel, Ofs, Context), 4); in EmitSymbolRefWithOfs() 149 streamer.EmitValue(MCSymbolRefExpr::create(info->Symbol, in EmitRuntimeFunction() 214 streamer.EmitValue(MCSymbolRefExpr::create(info->ExceptionHandler, in EmitUnwindInfo() 639 streamer.EmitValue( in ARM64EmitUnwindInfo() 651 streamer.EmitValue(MCSymbolRefExpr::create(info->Symbol, in ARM64EmitRuntimeFunction()
|
H A D | MCDwarf.cpp | 307 OS.EmitValue(ABS, Size); in emitAbsValue() 327 MCOS->EmitValue(makeStartPlusIntExpr(Ctx, *LineStrLabel, Offset), RefSize); in emitRef() 913 MCOS->EmitValue(Addr, AddrSize); in EmitGenDwarfAranges() 1004 MCOS->EmitValue(Start, AddrSize); in EmitGenDwarfInfo() 1009 MCOS->EmitValue(End, AddrSize); in EmitGenDwarfInfo() 1077 MCOS->EmitValue(AT_low_pc, AddrSize); in EmitGenDwarfInfo() 1118 MCOS->EmitValue(SectionStartAddr, AddrSize); in EmitGenDwarfRanges() 1286 streamer.EmitValue(v, size); in emitFDESymbol() 1297 streamer.EmitValue(v, size); in EmitPersonality()
|
H A D | ConstantPools.cpp | 33 Streamer.EmitValue(Entry.Value, Entry.Size, Entry.Loc); in emitEntries()
|
H A D | MCStreamer.cpp | 129 /// EmitIntValue - Special case of EmitValue that avoids the client having to 162 void MCStreamer::EmitValue(const MCExpr *Value, unsigned Size, SMLoc Loc) { in EmitValue() function in MCStreamer 1031 EmitValue(Diff, Size); in emitAbsoluteSymbolDiff()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | FaultMaps.cpp | 97 OS.EmitValue(Fault.FaultingOffsetExpr, 4); in emitFunctionInfo() 101 OS.EmitValue(Fault.HandlerOffsetExpr, 4); in emitFunctionInfo()
|
H A D | StackMaps.cpp | 505 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries() 515 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
H A D | AVRMCELFStreamer.cpp | 39 MCELFStreamer::EmitValue(MCSymbolRefExpr::create(Sym, Kind, getContext()), in EmitValueForModiferKind()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCAsmPrinter.cpp | 970 OutStreamer->EmitValue(OffsExpr, 4); in EmitInstruction() 1379 OutStreamer->EmitValue(OffsExpr, 4); in EmitFunctionEntryLabel() 1405 OutStreamer->EmitValue(TOCDeltaExpr, 8); in EmitFunctionEntryLabel() 1420 OutStreamer->EmitValue(MCSymbolRefExpr::create(Symbol1, OutContext), in EmitFunctionEntryLabel() 1424 OutStreamer->EmitValue( in EmitFunctionEntryLabel() 1683 OutStreamer->EmitValue(MCSymbolRefExpr::create(CurrentFnSym, OutContext), in EmitFunctionDescriptor() 1690 OutStreamer->EmitValue(MCSymbolRefExpr::create(TOCBaseSym, OutContext), in EmitFunctionDescriptor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
H A D | AMDGPUTargetStreamer.cpp | 445 S.EmitValue(DescSZ, 4); // descz in EmitNote() 648 Streamer.EmitValue(MCBinaryExpr::createSub( in EmitAmdhsaKernelDescriptor()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMAsmPrinter.cpp | 93 OutStreamer->EmitValue(E, Size); in EmitXXStructor() 508 OutStreamer.EmitValue( in emitNonLazySymbolPointer() 934 OutStreamer->EmitValue(Expr, Size); 977 OutStreamer->EmitValue(Expr, 4); 1053 OutStreamer->EmitValue(Expr, OffsetWidth);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMELFStreamer.cpp | 1287 EmitValue(FnStartRef, 4); 1297 EmitValue(ExTabEntryRef, 4); 1378 EmitValue(PersonalityRef, 4);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86WinCOFFTargetStreamer.cpp | 406 OS.EmitValue(MCSymbolRefExpr::create(FPO->Function,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCStreamer.h | 653 void EmitValue(const MCExpr *Value, unsigned Size, SMLoc Loc = SMLoc()); 655 /// Special case of EmitValue that avoids the client having 659 /// Special case of EmitValue that avoids the client having to pass 678 /// Special case of EmitValue that avoids the client having to pass in
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 679 Parser.getStreamer().EmitValue(Value, SizeInBytes, L); in parseLiteralValues()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/AsmParser/ |
H A D | MSP430AsmParser.cpp | 526 getParser().getStreamer().EmitValue(Value, Size, L); in ParseLiteralValues()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86AsmPrinter.cpp | 673 OutStreamer.EmitValue( in emitNonLazySymbolPointer()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonAsmPrinter.cpp | 239 OutStreamer.EmitValue(Imm.getExpr(), AlignSize); in smallData()
|