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

  /external/v8/src/
register-configuration.cc 223 DCHECK(IsFloatingPoint(rep) && IsFloatingPoint(other_rep));
249 DCHECK(IsFloatingPoint(rep) && IsFloatingPoint(other_rep));
machine-type.h 264 inline bool IsFloatingPoint(MachineRepresentation rep) {
  /art/cmdline/detail/
cmdline_parser_detail.h 48 template <typename TLeft, typename TRight = TLeft, bool IsFloatingPoint = false>
  /art/compiler/optimizing/
ssa_liveness_analysis.cc 301 if (IsFloatingPoint()) {
458 if (IsFloatingPoint()) {
487 if (IsFloatingPoint()) {
ssa_liveness_analysis.h 785 bool IsFloatingPoint() const {
801 return IsFloatingPoint() == other.IsFloatingPoint();
    [all...]
register_allocator_linear_scan.cc 459 if (interval->IsFloatingPoint()) {
    [all...]
register_allocator_graph_color.cc     [all...]
  /external/v8/src/compiler/
wasm-linkage.cc 178 if (IsFloatingPoint(type)) {
210 bool IsFloatingPoint(ValueType type) {
instruction.h 561 !IsFloatingPoint(LocationOperand::cast(this)->representation());
566 IsFloatingPoint(LocationOperand::cast(this)->representation());
578 !IsFloatingPoint(LocationOperand::cast(this)->representation());
583 IsFloatingPoint(LocationOperand::cast(this)->representation());
612 !IsFloatingPoint(LocationOperand::cast(this)->representation());
617 IsFloatingPoint(LocationOperand::cast(this)->representation());
    [all...]
instruction-selector-impl.h 318 if (IsFloatingPoint(location.GetType().representation())) {
graph-visualizer.cc 610 if (IsFloatingPoint(top->representation())) {
register-allocator.cc 470 return IsFloatingPoint(representation()) ? FP_REGISTERS : GENERAL_REGISTERS;
    [all...]
instruction.cc 302 DCHECK_IMPLIES(kind == REGISTER && !IsFloatingPoint(rep),
    [all...]
  /external/v8/src/compiler/x87/
code-generator-x87.cc     [all...]

Completed in 213 milliseconds