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

/openjdk9/hotspot/src/cpu/sparc/vm/
H A Dc1_LinearScan_sparc.hpp65 if (allocator()->gen()->is_vreg_flag_set(cur->reg_num(), LIRGenerator::callee_saved)) {
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A Dc1_LinearScan_aarch64.hpp62 if (allocator()->gen()->is_vreg_flag_set(cur->reg_num(), LIRGenerator::callee_saved)) {
/openjdk9/hotspot/src/cpu/ppc/vm/
H A Dc1_LinearScan_ppc.hpp58 if (allocator()->gen()->is_vreg_flag_set(cur->reg_num(), LIRGenerator::callee_saved)) {
/openjdk9/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.hpp108 if (allocator()->gen()->is_vreg_flag_set(cur->reg_num(), LIRGenerator::byte_reg)) {
H A Dc1_LIRGenerator_x86.cpp51 if (!res->is_virtual() || !_gen->is_vreg_flag_set(res, LIRGenerator::byte_reg)) {
/openjdk9/hotspot/src/share/vm/c1/
H A Dc1_LIRGenerator.hpp491 bool is_vreg_flag_set(int vreg_num, VregFlag f);
493 bool is_vreg_flag_set(LIR_Opr opr, VregFlag f) { return is_vreg_flag_set(opr->vreg_number(), f); } function in class:LIRGenerator
H A Dc1_LinearScan.cpp295 if (gen()->is_vreg_flag_set(from->reg_num(), LIRGenerator::byte_reg)) {
298 if (gen()->is_vreg_flag_set(from->reg_num(), LIRGenerator::callee_saved)) {
1022 bool result_in_memory = res->is_virtual() && gen()->is_vreg_flag_set(res->vreg_number(), LIRGenerator::must_start_in_memory);
1044 gen()->is_vreg_flag_set(opr->vreg_number(), LIRGenerator::must_start_in_memory)) {
1058 bool result_in_memory = res->is_virtual() && gen()->is_vreg_flag_set(res->vreg_number(), LIRGenerator::must_start_in_memory);
2242 assert(!gen()->is_vreg_flag_set(opr->vreg_number(), LIRGenerator::callee_saved) || !FrameMap::is_caller_save_register(res), "bad allocation");
5790 } else if (allocator()->gen()->is_vreg_flag_set(cur->reg_num(), LIRGenerator::must_start_in_memory)) {
H A Dc1_LIRGenerator.cpp1398 bool LIRGenerator::is_vreg_flag_set(int vreg_num, VregFlag f) { function in class:LIRGenerator

Completed in 196 milliseconds