HomeSort by relevance Sort by last modified time
    Searched refs:ToConstant (Results 1 - 12 of 12) sorted by null

  /external/v8/src/compiler/
code-generator-impl.h 51 return ToConstant(instr_->InputAt(index)).ToInt32();
59 return ToConstant(instr_->InputAt(index)).ToInt64();
127 return ToConstant(op).ToRpoNumber();
146 Constant ToConstant(InstructionOperand* op) {
155 return ToConstant(op).ToFloat64().value();
158 float ToFloat32(InstructionOperand* op) { return ToConstant(op).ToFloat32(); }
161 return ToConstant(op).ToExternalReference();
165 return ToConstant(op).ToCode();
instruction-selector-impl.h 111 return DefineAsConstant(node, ToConstant(node));
209 return sequence()->AddImmediate(ToConstant(node));
296 static Constant ToConstant(const Node* node) {
code-assembler.cc 883 #define CODE_ASSEMBLER_COMPARE(Name, ArgT, VarT, ToConstant, op) \
887 if (ToConstant(left, lhs) && ToConstant(right, rhs)) { \
    [all...]
code-generator.cc     [all...]
  /external/v8/src/compiler/ppc/
code-generator-ppc.cc 64 Constant constant = ToConstant(instr_->InputAt(index));
    [all...]
  /external/v8/src/compiler/ia32/
code-generator-ia32.cc 66 Constant constant = ToConstant(operand);
117 Constant ctant = ToConstant(instr_->InputAt(NextOffset(offset)));
137 Constant ctant = ToConstant(instr_->InputAt(NextOffset(offset)));
155 Constant ctant = ToConstant(instr_->InputAt(NextOffset(offset)));
159 Constant ctant = ToConstant(instr_->InputAt(NextOffset(offset)));
181 Constant ctant = ToConstant(instr_->InputAt(NextOffset(&offset)));
674 Constant constant = i.ToConstant(instr->InputAt(0));
726 Constant constant = i.ToConstant(instr->InputAt(0));
    [all...]
  /external/v8/src/compiler/arm64/
code-generator-arm64.cc 210 Constant constant = ToConstant(operand);
617 Constant constant = i.ToConstant(instr->InputAt(0));
652 Constant constant = i.ToConstant(instr->InputAt(0));
    [all...]
  /external/v8/src/compiler/x64/
code-generator-x64.cc 43 Constant constant = ToConstant(operand);
702 Constant constant = i.ToConstant(instr->InputAt(0));
754 Constant constant = i.ToConstant(instr->InputAt(0));
    [all...]
  /external/v8/src/compiler/arm/
code-generator-arm.cc 114 Constant constant = ToConstant(operand);
732 Constant constant = i.ToConstant(instr->InputAt(0));
768 Constant constant = i.ToConstant(instr->InputAt(0));
    [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc 57 Constant constant = ToConstant(instr_->InputAt(index));
    [all...]
  /external/v8/src/compiler/mips/
code-generator-mips.cc 73 Constant constant = ToConstant(instr_->InputAt(index));
620 Constant constant = i.ToConstant(instr->InputAt(0));
653 Constant constant = i.ToConstant(instr->InputAt(0));
    [all...]
  /external/v8/src/compiler/mips64/
code-generator-mips64.cc 75 Constant constant = ToConstant(instr_->InputAt(index));
639 Constant constant = i.ToConstant(instr->InputAt(0));
673 Constant constant = i.ToConstant(instr->InputAt(0));
    [all...]

Completed in 1087 milliseconds