/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 71 static uint8_t readUint8(WasmObjectFile::ReadContext &Ctx) { in readUint8() 77 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32() 85 static int32_t readFloat32(WasmObjectFile::ReadContext &Ctx) { in readFloat32() 94 static int64_t readFloat64(WasmObjectFile::ReadContext &Ctx) { in readFloat64() 103 static uint64_t readULEB128(WasmObjectFile::ReadContext &Ctx) { in readULEB128() 113 static StringRef readString(WasmObjectFile::ReadContext &Ctx) { in readString() 123 static int64_t readLEB128(WasmObjectFile::ReadContext &Ctx) { in readLEB128() 133 static uint8_t readVaruint1(WasmObjectFile::ReadContext &Ctx) { in readVaruint1() 140 static int32_t readVarint32(WasmObjectFile::ReadContext &Ctx) { in readVarint32() 147 static uint32_t readVaruint32(WasmObjectFile::ReadContext &Ctx) { in readVaruint32() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
D | AVRAsmBackend.cpp | 38 const MCFixup &Fixup, MCContext *Ctx = nullptr) { in signed_width() 57 const MCFixup &Fixup, MCContext *Ctx = nullptr) { in unsigned_width() 76 MCContext *Ctx = nullptr) { in adjustBranch() 87 MCContext *Ctx = nullptr) { in adjustRelativeBranch() 105 MCContext *Ctx = nullptr) { in fixup_call() 121 MCContext *Ctx = nullptr) { in fixup_7_pcrel() 135 MCContext *Ctx = nullptr) { in fixup_13_pcrel() 148 MCContext *Ctx = nullptr) { in fixup_6_adiw() 159 MCContext *Ctx = nullptr) { in fixup_port5() 172 MCContext *Ctx = nullptr) { in fixup_port6() [all …]
|
D | AVRMCCodeEmitter.h | 39 AVRMCCodeEmitter(const MCInstrInfo &MCII, MCContext &Ctx) in AVRMCCodeEmitter() 109 MCContext &Ctx; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCExpr.h | 329 static const MCSymbolRefExpr *create(const MCSymbol *Symbol, MCContext &Ctx) { in create() 468 MCContext &Ctx) { in createAdd() 473 MCContext &Ctx) { in createAnd() 478 MCContext &Ctx) { in createDiv() 483 MCContext &Ctx) { in createEQ() 488 MCContext &Ctx) { in createGT() 493 MCContext &Ctx) { in createGTE() 498 MCContext &Ctx) { in createLAnd() 503 MCContext &Ctx) { in createLOr() 508 MCContext &Ctx) { in createLT() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86TargetObjectFile.cpp | 68 X86FreeBSDTargetObjectFile::Initialize(MCContext &Ctx, in Initialize() 75 X86FuchsiaTargetObjectFile::Initialize(MCContext &Ctx, in Initialize() 82 X86LinuxNaClTargetObjectFile::Initialize(MCContext &Ctx, in Initialize() 88 void X86SolarisTargetObjectFile::Initialize(MCContext &Ctx, in Initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/ |
D | MCRelocationInfo.cpp | 15 MCRelocationInfo::MCRelocationInfo(MCContext &Ctx) : Ctx(Ctx) {} in MCRelocationInfo() 28 MCContext &Ctx) { in createMCRelocationInfo()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachORelocationInfo.cpp | 21 ARMMachORelocationInfo(MCContext &Ctx) : MCRelocationInfo(Ctx) {} in ARMMachORelocationInfo() 40 MCRelocationInfo *llvm::createARMMachORelocationInfo(MCContext &Ctx) { in createARMMachORelocationInfo()
|
D | ARMMCExpr.h | 38 static const ARMMCExpr *createUpper16(const MCExpr *Expr, MCContext &Ctx) { in createUpper16() 42 static const ARMMCExpr *createLower16(const MCExpr *Expr, MCContext &Ctx) { in createLower16()
|
D | ARMELFObjectWriter.cpp | 72 unsigned ARMELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType() 249 void ARMELFObjectWriter::addTargetSectionFlags(MCContext &Ctx, in addTargetSectionFlags()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/ |
D | BitReader.cpp | 40 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext() local 62 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMParseBitcodeInContext2() local 81 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext() local 108 LLVMContext &Ctx = *unwrap(ContextRef); in LLVMGetBitcodeModuleInContext2() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFObjectWriter.cpp | 91 static void checkIs32(MCContext &Ctx, SMLoc Loc, X86_64RelType Type) { in checkIs32() 97 static unsigned getRelocType64(MCContext &Ctx, SMLoc Loc, in getRelocType64() 237 static unsigned getRelocType32(MCContext &Ctx, in getRelocType32() 317 unsigned X86ELFObjectWriter::getRelocType(MCContext &Ctx, const MCValue &Target, in getRelocType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | TextStubCommon.cpp | 21 void ScalarTraits<FlowStringRef>::output(const FlowStringRef &Value, void *Ctx, in output() 25 StringRef ScalarTraits<FlowStringRef>::input(StringRef Value, void *Ctx, in input() 47 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO); in output() local 82 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO); in input() local 177 const auto *Ctx = reinterpret_cast<TextAPIContext *>(IO); in input() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/ |
D | SparcMCAsmInfo.cpp | 54 MCContext &Ctx = Streamer.getContext(); in getExprForPersonalitySymbol() local 67 MCContext &Ctx = Streamer.getContext(); in getExprForFDESymbol() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcTargetObjectFile.cpp | 17 void SparcELFTargetObjectFile::Initialize(MCContext &Ctx, in Initialize() 40 MCContext &Ctx = getContext(); in getTTypeGlobalReference() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCExpr.h | 51 bool IsDarwin, MCContext &Ctx) { in createLo() 56 bool IsDarwin, MCContext &Ctx) { in createHi() 61 bool IsDarwin, MCContext &Ctx) { in createHa()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXMCExpr.cpp | 19 NVPTXFloatMCExpr::create(VariantKind Kind, const APFloat &Flt, MCContext &Ctx) { in create() 55 MCContext &Ctx) { in create()
|
D | NVPTXMCExpr.h | 44 MCContext &Ctx) { in createConstantFPHalf() 49 MCContext &Ctx) { in createConstantFPSingle() 54 MCContext &Ctx) { in createConstantFPDouble()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceFixups.cpp | 47 size_t AssemblerFixup::emit(GlobalContext *Ctx, const Assembler &Asm) const { in emit() 87 size_t AssemblerTextFixup::emit(GlobalContext *Ctx, const Assembler &) const { in emit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64ELFObjectWriter.cpp | 59 MCContext &Ctx) { in isNonILP32reloc() 105 unsigned AArch64ELFObjectWriter::getRelocType(MCContext &Ctx, in getRelocType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineOptimizationRemarkEmitter.h | 76 LLVMContext &Ctx = Fn.getContext(); in isEnabled() local 102 LLVMContext &Ctx = Fn.getContext(); in isEnabled() local 128 LLVMContext &Ctx = Fn.getContext(); in isEnabled() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | CodeViewYAMLTypeHashing.cpp | 35 void ScalarTraits<GlobalHash>::output(const GlobalHash &GH, void *Ctx, in output() 40 StringRef ScalarTraits<GlobalHash>::input(StringRef Scalar, void *Ctx, in input()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ThreadSafeModule.h | 34 std::unique_ptr<LLVMContext> Ctx; member 104 ThreadSafeModule(std::unique_ptr<Module> M, std::unique_ptr<LLVMContext> Ctx) in ThreadSafeModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
D | MipsMCExpr.cpp | 28 const MCExpr *Expr, MCContext &Ctx) { in create() 33 const MCExpr *Expr, MCContext &Ctx) { in createGpOff()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyTargetObjectFile.cpp | 20 void WebAssemblyTargetObjectFile::Initialize(MCContext &Ctx, in Initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.h | 21 AArch64Disassembler(const MCSubtargetInfo &STI, MCContext &Ctx) in AArch64Disassembler()
|