Searched refs:InstructionOperandConverter (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/compiler/ |
D | code-generator-impl.h | 23 class InstructionOperandConverter { 25 InstructionOperandConverter(CodeGenerator* gen, Instruction* instr) in InstructionOperandConverter() function
|
D | code-generator.cc | 609 InstructionOperandConverter i(this, instr); in ComputeBranchInfo() 672 InstructionOperandConverter i(this, instr); in AssembleInstruction() 751 InstructionOperandConverter g(this, instr); in GetSlotAboveSPBeforeTailCall() 873 InstructionOperandConverter i(this, instr); in RecordCallPosition() 907 InstructionOperandConverter i(this, instr); in GetDeoptimizationEntry() 1126 InstructionOperandConverter converter(this, instr); in AddTranslationForOperand() 1140 InstructionOperandConverter converter(this, instr); in AddTranslationForOperand() 1149 InstructionOperandConverter converter(this, instr); in AddTranslationForOperand()
|
/external/v8/src/compiler/arm64/ |
D | code-generator-arm64.cc | 25 class Arm64OperandConverter final : public InstructionOperandConverter { 28 : InstructionOperandConverter(gen, instr) {} in Arm64OperandConverter() 529 InstructionOperandConverter g(this, instr); in AssembleTailCallAfterGap()
|
/external/v8/src/compiler/ppc/ |
D | code-generator-ppc.cc | 28 class PPCOperandConverter final : public InstructionOperandConverter { 31 : InstructionOperandConverter(gen, instr) {} in PPCOperandConverter()
|
/external/v8/src/compiler/s390/ |
D | code-generator-s390.cc | 26 class S390OperandConverter final : public InstructionOperandConverter { 29 : InstructionOperandConverter(gen, instr) {} in S390OperandConverter()
|
/external/v8/src/compiler/x64/ |
D | code-generator-x64.cc | 27 class X64OperandConverter : public InstructionOperandConverter { 30 : InstructionOperandConverter(gen, instr) {} in X64OperandConverter()
|
/external/v8/src/compiler/mips/ |
D | code-generator-mips.cc | 33 class MipsOperandConverter final : public InstructionOperandConverter { 36 : InstructionOperandConverter(gen, instr) {} in MipsOperandConverter()
|
/external/v8/src/compiler/mips64/ |
D | code-generator-mips64.cc | 35 class MipsOperandConverter final : public InstructionOperandConverter { 38 : InstructionOperandConverter(gen, instr) {} in MipsOperandConverter()
|
/external/v8/src/compiler/arm/ |
D | code-generator-arm.cc | 26 class ArmOperandConverter final : public InstructionOperandConverter { 29 : InstructionOperandConverter(gen, instr) {} in ArmOperandConverter()
|
/external/v8/src/compiler/ia32/ |
D | code-generator-ia32.cc | 32 class IA32OperandConverter : public InstructionOperandConverter { 35 : InstructionOperandConverter(gen, instr) {} in IA32OperandConverter()
|