Searched refs:InstructionOperandConverter (Results 1 – 12 of 12) sorted by relevance
/third_party/node/deps/v8/src/compiler/backend/ |
D | code-generator.cc | 679 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()
|
D | code-generator-impl.h | 22 class InstructionOperandConverter { 24 InstructionOperandConverter(CodeGenerator* gen, Instruction* instr) in InstructionOperandConverter() function
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
D | code-generator-arm64.cc | 28 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/ |
D | code-generator-loong64.cc | 37 class Loong64OperandConverter final : public InstructionOperandConverter { 40 : InstructionOperandConverter(gen, instr) {} in Loong64OperandConverter()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 30 class S390OperandConverter final : public InstructionOperandConverter { 33 : InstructionOperandConverter(gen, instr) {} in S390OperandConverter()
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
D | code-generator-arm.cc | 31 class ArmOperandConverter final : public InstructionOperandConverter { 34 : InstructionOperandConverter(gen, instr) {} in ArmOperandConverter()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
D | code-generator-ia32.cc | 37 class IA32OperandConverter : public InstructionOperandConverter { 40 : InstructionOperandConverter(gen, instr) {} in IA32OperandConverter()
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
D | code-generator-ppc.cc | 31 class PPCOperandConverter final : public InstructionOperandConverter { 34 : InstructionOperandConverter(gen, instr) {} in PPCOperandConverter()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
D | code-generator-mips.cc | 36 class MipsOperandConverter final : public InstructionOperandConverter { 39 : InstructionOperandConverter(gen, instr) {} in MipsOperandConverter()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | code-generator-x64.cc | 38 class X64OperandConverter : public InstructionOperandConverter { 41 : InstructionOperandConverter(gen, instr) {} in X64OperandConverter()
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
D | code-generator-mips64.cc | 37 class MipsOperandConverter final : public InstructionOperandConverter { 40 : InstructionOperandConverter(gen, instr) {} in MipsOperandConverter()
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
D | code-generator-riscv64.cc | 34 class RiscvOperandConverter final : public InstructionOperandConverter { 37 : InstructionOperandConverter(gen, instr) {} in RiscvOperandConverter()
|