Home
last modified time | relevance | path

Searched refs:InstructionOperandConverter (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/compiler/backend/
Dcode-generator.cc679 InstructionOperandConverter i(this, instr); in ComputeBranchInfo()
751 InstructionOperandConverter i(this, instr); in AssembleInstruction()
835 InstructionOperandConverter g(this, instr); in GetSlotAboveSPBeforeTailCall()
962 InstructionOperandConverter i(this, instr); in RecordCallPosition()
995 InstructionOperandConverter i(this, instr); in GetDeoptimizationEntry()
1184 InstructionOperandConverter converter(this, instr); in AddTranslationForOperand()
1205 InstructionOperandConverter converter(this, instr); in AddTranslationForOperand()
1214 InstructionOperandConverter converter(this, instr); in AddTranslationForOperand()
Dcode-generator-impl.h22 class InstructionOperandConverter {
24 InstructionOperandConverter(CodeGenerator* gen, Instruction* instr) in InstructionOperandConverter() function
/third_party/node/deps/v8/src/compiler/backend/arm64/
Dcode-generator-arm64.cc28 class Arm64OperandConverter final : public InstructionOperandConverter {
31 : InstructionOperandConverter(gen, instr) {} in Arm64OperandConverter()
642 InstructionOperandConverter g(this, instr); in AssembleTailCallAfterGap()
/third_party/node/deps/v8/src/compiler/backend/loong64/
Dcode-generator-loong64.cc37 class Loong64OperandConverter final : public InstructionOperandConverter {
40 : InstructionOperandConverter(gen, instr) {} in Loong64OperandConverter()
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc30 class S390OperandConverter final : public InstructionOperandConverter {
33 : InstructionOperandConverter(gen, instr) {} in S390OperandConverter()
/third_party/node/deps/v8/src/compiler/backend/arm/
Dcode-generator-arm.cc31 class ArmOperandConverter final : public InstructionOperandConverter {
34 : InstructionOperandConverter(gen, instr) {} in ArmOperandConverter()
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc37 class IA32OperandConverter : public InstructionOperandConverter {
40 : InstructionOperandConverter(gen, instr) {} in IA32OperandConverter()
/third_party/node/deps/v8/src/compiler/backend/ppc/
Dcode-generator-ppc.cc31 class PPCOperandConverter final : public InstructionOperandConverter {
34 : InstructionOperandConverter(gen, instr) {} in PPCOperandConverter()
/third_party/node/deps/v8/src/compiler/backend/mips/
Dcode-generator-mips.cc36 class MipsOperandConverter final : public InstructionOperandConverter {
39 : InstructionOperandConverter(gen, instr) {} in MipsOperandConverter()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc38 class X64OperandConverter : public InstructionOperandConverter {
41 : InstructionOperandConverter(gen, instr) {} in X64OperandConverter()
/third_party/node/deps/v8/src/compiler/backend/mips64/
Dcode-generator-mips64.cc37 class MipsOperandConverter final : public InstructionOperandConverter {
40 : InstructionOperandConverter(gen, instr) {} in MipsOperandConverter()
/third_party/node/deps/v8/src/compiler/backend/riscv64/
Dcode-generator-riscv64.cc34 class RiscvOperandConverter final : public InstructionOperandConverter {
37 : InstructionOperandConverter(gen, instr) {} in RiscvOperandConverter()