Searched refs:can_store_as_constant (Results 1 - 8 of 8) sorted by relevance

/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dc1_LIRGenerator_ppc.cpp119 bool LIRGenerator::can_store_as_constant(Value v, BasicType type) const { function in class:LIRGenerator
134 return can_store_as_constant(i, as_BasicType(i->type()));
/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dc1_LIRGenerator_sparc.cpp110 bool LIRGenerator::can_store_as_constant(Value v, BasicType type) const { function in class:LIRGenerator
128 return can_store_as_constant(i, as_BasicType(i->type()));
/openjdk9/hotspot/src/cpu/s390/vm/
H A Dc1_LIRGenerator_s390.cpp118 bool LIRGenerator::can_store_as_constant(Value v, BasicType type) const { function in class:LIRGenerator
136 return can_store_as_constant(i, as_BasicType(i->type()));
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp366 bool can_store_as_constant(Value i, BasicType type) const;
H A Dc1_LIRGenerator.cpp238 if (_gen->can_store_as_constant(value(), type)) {
3687 // if (!can_store_as_constant(arg)) {
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dc1_LIRGenerator_aarch64.cpp106 bool LIRGenerator::can_store_as_constant(Value v, BasicType type) const { function in class:LIRGenerator
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_LIRGenerator_x86.cpp117 bool LIRGenerator::can_store_as_constant(Value v, BasicType type) const { function in class:LIRGenerator
/openjdk9/hotspot/src/cpu/arm/vm/
H A Dc1_LIRGenerator_arm.cpp116 bool LIRGenerator::can_store_as_constant(Value v, BasicType type) const { function in class:LIRGenerator

Completed in 431 milliseconds