Home
last modified time | relevance | path

Searched refs:OperandGenerator (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/v8/src/compiler/
Dinstruction-selector.cc255 OperandGenerator g(this); in InitializeCallBuffer()
693 OperandGenerator g(this); in VisitTruncateFloat64ToInt32()
798 OperandGenerator g(this); in VisitFinish()
805 OperandGenerator g(this); in VisitParameter()
822 OperandGenerator g(this); in VisitProjection()
843 OperandGenerator g(this); in VisitConstant()
854 OperandGenerator g(this); in VisitGoto()
862 OperandGenerator g(this); in VisitBranch()
971 OperandGenerator g(this); in VisitReturn()
1006 static InstructionOperand* UseOrImmediate(OperandGenerator* g, Node* input) { in UseOrImmediate()
[all …]
Dinstruction-selector-impl.h18 class OperandGenerator {
20 explicit OperandGenerator(InstructionSelector* selector) in OperandGenerator() function
Dlinkage.h31 friend class OperandGenerator; variable
Dinstruction-selector.h88 friend class OperandGenerator;
/external/chromium_org/v8/src/compiler/ia32/
Dinstruction-selector-ia32.cc14 class IA32OperandGenerator FINAL : public OperandGenerator {
17 : OperandGenerator(selector) {} in IA32OperandGenerator()
/external/chromium_org/v8/src/compiler/arm64/
Dinstruction-selector-arm64.cc27 class Arm64OperandGenerator FINAL : public OperandGenerator {
30 : OperandGenerator(selector) {} in Arm64OperandGenerator()
/external/chromium_org/v8/src/compiler/x64/
Dinstruction-selector-x64.cc13 class X64OperandGenerator FINAL : public OperandGenerator {
16 : OperandGenerator(selector) {} in X64OperandGenerator()
/external/chromium_org/v8/src/compiler/arm/
Dinstruction-selector-arm.cc14 class ArmOperandGenerator FINAL : public OperandGenerator {
17 : OperandGenerator(selector) {} in ArmOperandGenerator()