Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dcode-generator-impl.h23 class InstructionOperandConverter {
25 InstructionOperandConverter(CodeGenerator* gen, Instruction* instr) in InstructionOperandConverter() function
Dcode-generator.cc609 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/
Dcode-generator-arm64.cc25 class Arm64OperandConverter final : public InstructionOperandConverter {
28 : InstructionOperandConverter(gen, instr) {} in Arm64OperandConverter()
529 InstructionOperandConverter g(this, instr); in AssembleTailCallAfterGap()
/external/v8/src/compiler/ppc/
Dcode-generator-ppc.cc28 class PPCOperandConverter final : public InstructionOperandConverter {
31 : InstructionOperandConverter(gen, instr) {} in PPCOperandConverter()
/external/v8/src/compiler/s390/
Dcode-generator-s390.cc26 class S390OperandConverter final : public InstructionOperandConverter {
29 : InstructionOperandConverter(gen, instr) {} in S390OperandConverter()
/external/v8/src/compiler/x64/
Dcode-generator-x64.cc27 class X64OperandConverter : public InstructionOperandConverter {
30 : InstructionOperandConverter(gen, instr) {} in X64OperandConverter()
/external/v8/src/compiler/mips/
Dcode-generator-mips.cc33 class MipsOperandConverter final : public InstructionOperandConverter {
36 : InstructionOperandConverter(gen, instr) {} in MipsOperandConverter()
/external/v8/src/compiler/mips64/
Dcode-generator-mips64.cc35 class MipsOperandConverter final : public InstructionOperandConverter {
38 : InstructionOperandConverter(gen, instr) {} in MipsOperandConverter()
/external/v8/src/compiler/arm/
Dcode-generator-arm.cc26 class ArmOperandConverter final : public InstructionOperandConverter {
29 : InstructionOperandConverter(gen, instr) {} in ArmOperandConverter()
/external/v8/src/compiler/ia32/
Dcode-generator-ia32.cc32 class IA32OperandConverter : public InstructionOperandConverter {
35 : InstructionOperandConverter(gen, instr) {} in IA32OperandConverter()