Home
last modified time | relevance | path

Searched refs:AssemblerOptions (Results 1 – 25 of 58) sorted by relevance

123

/external/v8/src/compiler/
Dpipeline.h17 struct AssemblerOptions;
64 const AssemblerOptions& options);
79 const AssemblerOptions& options, Schedule* schedule = nullptr,
Dpipeline.cc124 assembler_options_(AssemblerOptions::Default(isolate)) { in PipelineData()
152 const AssemblerOptions& assembler_options) in PipelineData()
182 const AssemblerOptions& assembler_options) in PipelineData()
218 assembler_options_(AssemblerOptions::Default(isolate)) {} in PipelineData()
304 const AssemblerOptions& assembler_options() const { in assembler_options()
482 AssemblerOptions assembler_options_;
2147 PoisoningMitigationLevel poisoning_level, const AssemblerOptions& options) { in GenerateCodeForCodeStub()
2223 const AssemblerOptions& options, Schedule* schedule, in GenerateCodeForTesting()
Dwasm-compiler.h22 struct AssemblerOptions;
492 AssemblerOptions WasmAssemblerOptions();
Dcode-generator.h87 const AssemblerOptions& options,
/external/v8/src/
Dassembler.h141 struct V8_EXPORT_PRIVATE AssemblerOptions { struct
171 static AssemblerOptions Default( argument
177 AssemblerBase(const AssemblerOptions& options, void* buffer, int buffer_size);
180 const AssemblerOptions& options() const { return options_; } in options()
287 const AssemblerOptions options_;
Dassembler.cc51 AssemblerOptions AssemblerOptions::Default( in Default()
53 AssemblerOptions options; in Default()
74 AssemblerBase::AssemblerBase(const AssemblerOptions& options, void* buffer, in AssemblerBase()
Dcode-stubs.cc111 AssemblerOptions options = AssemblerOptions::Default(isolate(), true); in GenerateCode()
268 &state, AssemblerOptions::Default(isolate())); in GenerateCode()
Dturbo-assembler.h69 TurboAssemblerBase(Isolate* isolate, const AssemblerOptions& options,
Dturbo-assembler.cc17 const AssemblerOptions& options, in TurboAssemblerBase()
/external/v8/src/wasm/
Djump-table-assembler.h135 static AssemblerOptions JumpTableAssemblerOptions() { in JumpTableAssemblerOptions()
136 AssemblerOptions options; in JumpTableAssemblerOptions()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp112 SmallVector<std::unique_ptr<MipsAssemblerOptions>, 2> AssemblerOptions; member in __anon68c73a3d0211::MipsAsmParser
362 AssemblerOptions.back()->setFeatures(STI.getFeatureBits()); in selectArch()
370 AssemblerOptions.back()->setFeatures(STI.getFeatureBits()); in setFeatureBits()
379 AssemblerOptions.back()->setFeatures(STI.getFeatureBits()); in clearFeatureBits()
385 AssemblerOptions.front()->setFeatures(getSTI().getFeatureBits()); in setModuleFeatureBits()
390 AssemblerOptions.front()->setFeatures(getSTI().getFeatureBits()); in clearModuleFeatureBits()
416 AssemblerOptions.push_back( in MipsAsmParser()
420 AssemblerOptions.push_back( in MipsAsmParser()
1882 MCID.hasDelaySlot() && AssemblerOptions.back()->isReorder(); in processInstruction()
1917 if (!AssemblerOptions.back()->isReorder()) in processInstruction()
[all …]
/external/v8/src/builtins/
Dsetup-builtins-internal.cc40 AssemblerOptions BuiltinAssemblerOptions(Isolate* isolate, in BuiltinAssemblerOptions()
42 AssemblerOptions options = AssemblerOptions::Default(isolate); in BuiltinAssemblerOptions()
/external/v8/src/arm64/
Dinstructions-arm64.h404 void SetImmPCOffsetTarget(const AssemblerOptions& options,
406 void SetUnresolvedInternalReferenceImmTarget(const AssemblerOptions& options,
443 void SetPCRelImmTarget(const AssemblerOptions& options, Instruction* target);
Dinstructions-arm64.cc230 void Instruction::SetImmPCOffsetTarget(const AssemblerOptions& options, in SetImmPCOffsetTarget()
244 void Instruction::SetPCRelImmTarget(const AssemblerOptions& options, in SetPCRelImmTarget()
296 const AssemblerOptions& options, Instruction* target) { in SetUnresolvedInternalReferenceImmTarget()
Dmacro-assembler-arm64.h183 TurboAssembler(Isolate* isolate, const AssemblerOptions& options, in TurboAssembler()
1267 : MacroAssembler(isolate, AssemblerOptions::Default(isolate), buffer, in MacroAssembler()
1269 MacroAssembler(Isolate* isolate, const AssemblerOptions& options,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp136 SmallVector<std::unique_ptr<MipsAssemblerOptions>, 2> AssemblerOptions; member in __anonae6ab6950211::MipsAsmParser
433 AssemblerOptions.back()->setFeatures(STI.getFeatureBits()); in selectArch()
441 AssemblerOptions.back()->setFeatures(STI.getFeatureBits()); in setFeatureBits()
450 AssemblerOptions.back()->setFeatures(STI.getFeatureBits()); in clearFeatureBits()
456 AssemblerOptions.front()->setFeatures(getSTI().getFeatureBits()); in setModuleFeatureBits()
461 AssemblerOptions.front()->setFeatures(getSTI().getFeatureBits()); in clearModuleFeatureBits()
497 AssemblerOptions.push_back( in MipsAsmParser()
501 AssemblerOptions.push_back( in MipsAsmParser()
2295 MCID.hasDelaySlot() && AssemblerOptions.back()->isReorder(); in processInstruction()
2332 if (!AssemblerOptions.back()->isReorder()) in processInstruction()
[all …]
/external/v8/src/ia32/
Dmacro-assembler-ia32.h61 TurboAssembler(Isolate* isolate, const AssemblerOptions& options, in TurboAssembler()
465 : MacroAssembler(isolate, AssemblerOptions::Default(isolate), buffer, in MacroAssembler()
467 MacroAssembler(Isolate* isolate, const AssemblerOptions& options,
/external/v8/src/x64/
Dmacro-assembler-x64.h117 TurboAssembler(Isolate* isolate, const AssemblerOptions& options, in TurboAssembler()
523 : MacroAssembler(isolate, AssemblerOptions::Default(isolate), buffer, in MacroAssembler()
525 MacroAssembler(Isolate* isolate, const AssemblerOptions& options,
/external/v8/src/arm/
Dmacro-assembler-arm.h74 TurboAssembler(Isolate* isolate, const AssemblerOptions& options, in TurboAssembler()
571 : MacroAssembler(isolate, AssemblerOptions::Default(isolate), buffer, in MacroAssembler()
573 MacroAssembler(Isolate* isolate, const AssemblerOptions& options,
/external/v8/src/wasm/baseline/
Dliftoff-assembler.cc341 constexpr AssemblerOptions DefaultLiftoffOptions() { in DefaultLiftoffOptions()
342 return AssemblerOptions{}; in DefaultLiftoffOptions()
/external/v8/src/ppc/
Dmacro-assembler-ppc.h93 TurboAssembler(Isolate* isolate, const AssemblerOptions& options, in TurboAssembler()
667 : MacroAssembler(isolate, AssemblerOptions::Default(isolate), buffer, in MacroAssembler()
669 MacroAssembler(Isolate* isolate, const AssemblerOptions& options,
/external/v8/src/mips/
Dmacro-assembler-mips.h121 TurboAssembler(Isolate* isolate, const AssemblerOptions& options, in TurboAssembler()
906 : MacroAssembler(isolate, AssemblerOptions::Default(isolate), buffer, in MacroAssembler()
908 MacroAssembler(Isolate* isolate, const AssemblerOptions& options,
/external/v8/src/mips64/
Dmacro-assembler-mips64.h138 TurboAssembler(Isolate* isolate, const AssemblerOptions& options, in TurboAssembler()
919 : MacroAssembler(isolate, AssemblerOptions::Default(isolate), buffer, in MacroAssembler()
921 MacroAssembler(Isolate* isolate, const AssemblerOptions& options,
/external/v8/src/s390/
Dmacro-assembler-s390.h156 TurboAssembler(Isolate* isolate, const AssemblerOptions& options, in TurboAssembler()
1032 : MacroAssembler(isolate, AssemblerOptions::Default(isolate), buffer, in MacroAssembler()
1034 MacroAssembler(Isolate* isolate, const AssemblerOptions& options,
Dassembler-s390.cc350 Assembler::Assembler(const AssemblerOptions& options, void* buffer, in Assembler()

123