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

/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.hpp239 static const bool has_match_rule(int opcode);
H A Dlibrary_call.cpp1317 if (Matcher::has_match_rule(Op_StrIndexOf) &&
1831 case vmIntrinsics::_dcos: return Matcher::has_match_rule(Op_CosD) ? inline_trig(id) :
1833 case vmIntrinsics::_dsin: return Matcher::has_match_rule(Op_SinD) ? inline_trig(id) :
1835 case vmIntrinsics::_dtan: return Matcher::has_match_rule(Op_TanD) ? inline_trig(id) :
1838 case vmIntrinsics::_dlog: return Matcher::has_match_rule(Op_LogD) ? inline_math(id) :
1840 case vmIntrinsics::_dlog10: return Matcher::has_match_rule(Op_Log10D) ? inline_math(id) :
1844 case vmIntrinsics::_dsqrt: return Matcher::has_match_rule(Op_SqrtD) ? inline_math(id) : false;
1845 case vmIntrinsics::_dabs: return Matcher::has_match_rule(Op_AbsD) ? inline_math(id) : false;
1847 case vmIntrinsics::_dexp: return Matcher::has_match_rule(Op_ExpD) ? inline_exp() :
1849 case vmIntrinsics::_dpow: return Matcher::has_match_rule(Op_Pow
[all...]
H A Dparse2.cpp395 if (!Matcher::has_match_rule(Op_Jump)) return false;
1825 if (Matcher::has_match_rule(Op_ModF)) {
1960 if (Matcher::has_match_rule(Op_ModD)) {
H A Ddivnode.cpp260 if (Matcher::has_match_rule(Op_MulHiL)) {
H A Dcompile.cpp2810 if (Matcher::has_match_rule(Op_DivModI)) {
2830 if (Matcher::has_match_rule(Op_DivModL)) {
H A Dloopnode.cpp956 !Matcher::has_match_rule(Op_LoopLimit)) { // or no specialized Mach node?
/openjdk7/hotspot/src/share/vm/adlc/
H A DarchDesc.hpp160 void has_match_rule(int opc, const bool b) { _has_match_rule[opc] = b; } function in class:ArchDesc
332 // Generator for has_match_rule methods
H A Dadlparse.cpp4033 _AD.has_match_rule(i, true);

Completed in 96 milliseconds