Searched defs:can_reshape (Results 1 - 19 of 19) sorted by relevance

/openjdk9/hotspot/src/share/vm/opto/
H A Dopaquenode.cpp70 Node *ProfileBooleanNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
H A Dintrinsicnode.cpp39 Node* StrIntrinsicNode::Ideal(PhaseGVN* phase, bool can_reshape) { argument
69 Node* StrCompressedCopyNode::Ideal(PhaseGVN* phase, bool can_reshape) { argument
77 Node* StrInflatedCopyNode::Ideal(PhaseGVN* phase, bool can_reshape) { argument
91 Node* EncodeISOArrayNode::Ideal(PhaseGVN* phase, bool can_reshape) { argument
H A Drootnode.cpp37 Node *RootNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
77 Node *HaltNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
H A Ddivnode.hpp151 virtual Node *Ideal(PhaseGVN *phase, bool can_reshape) { return NULL; } argument
H A Dmovenode.cpp77 Node *CMoveNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
180 Node *CMoveINode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
245 Node *CMoveFNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
301 Node *CMoveDNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
H A Dmathexactnode.cpp179 static Node* Ideal(const OverflowOp* node, PhaseGVN* phase, bool can_reshape) { argument
242 Node* OverflowINode::Ideal(PhaseGVN* phase, bool can_reshape) { argument
246 Node* OverflowLNode::Ideal(PhaseGVN* phase, bool can_reshape) { argument
H A Dconvertnode.cpp95 Node *ConvD2INode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
129 Node *ConvD2LNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
166 Node *ConvF2INode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
193 Node *ConvF2LNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
249 Node *ConvI2LNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
435 Node *ConvL2INode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
H A Dcastnode.cpp80 Node *ConstraintCastNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
221 Node *CastIINode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
413 Node *CastX2PNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
461 Node *CastP2XNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
H A Dmulnode.cpp60 Node *MulNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
177 Node *MulINode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
273 Node *MulLNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
469 Node *AndINode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
592 Ideal(PhaseGVN *phase, bool can_reshape) argument
642 Ideal(PhaseGVN *phase, bool can_reshape) argument
754 Ideal(PhaseGVN *phase, bool can_reshape) argument
882 Ideal(PhaseGVN *phase, bool can_reshape) argument
1093 Ideal(PhaseGVN *phase, bool can_reshape) argument
1239 Ideal(PhaseGVN *phase, bool can_reshape) argument
[all...]
H A Daddnode.cpp110 Node *AddNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
240 Node *AddINode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
371 Node *AddLNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
512 Node *AddFNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
549 Node *AddDNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
569 Node *AddPNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
850 Ideal(PhaseGVN *phase, bool can_reshape) argument
[all...]
H A Ddivnode.cpp466 Node *DivINode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
571 Node *DivLNode::Ideal( PhaseGVN *phase, bool can_reshape) { argument
720 Node *DivFNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
814 Node *DivDNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
851 Node *ModINode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
1022 Ideal(PhaseGVN *phase, bool can_reshape) argument
[all...]
H A Darraycopynode.cpp147 Node* ArrayCopyNode::try_clone_instance(PhaseGVN *phase, bool can_reshape, int count) { argument
217 bool ArrayCopyNode::prepare_array_copy(PhaseGVN *phase, bool can_reshape, argument
326 void ArrayCopyNode::array_copy_test_overlap(PhaseGVN *phase, bool can_reshape, bool disjoint_bases, int count, Node*& forward_ctl, Node*& backward_ctl) { argument
429 bool ArrayCopyNode::finish_transform(PhaseGVN *phase, bool can_reshape, argument
345 array_copy_forward(PhaseGVN *phase, bool can_reshape, Node* forward_ctl, Node* start_mem_src, Node* start_mem_dest, const TypePtr* atp_src, const TypePtr* atp_dest, Node* adr_src, Node* base_src, Node* adr_dest, Node* base_dest, BasicType copy_type, const Type* value_type, int count) argument
387 array_copy_backward(PhaseGVN *phase, bool can_reshape, Node* backward_ctl, Node* start_mem_src, Node* start_mem_dest, const TypePtr* atp_src, const TypePtr* atp_dest, Node* adr_src, Node* base_src, Node* adr_dest, Node* base_dest, BasicType copy_type, const Type* value_type, int count) argument
483 Ideal(PhaseGVN *phase, bool can_reshape) argument
[all...]
H A Dsubnode.cpp141 Node *SubINode::Ideal(PhaseGVN *phase, bool can_reshape){ argument
271 Node *SubLNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
408 Node *SubFNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
451 Node *SubDNode::Ideal(PhaseGVN *phase, bool can_reshape){ argument
1170 Node *CmpDNode::Ideal(PhaseGVN *phase, bool can_reshape){ argument
1341 Node *BoolNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
H A Difnode.cpp1369 Node* IfNode::Ideal_common(PhaseGVN *phase, bool can_reshape) { argument
1398 Node* IfNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
1664 Node* RangeCheckNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
H A Dcfgnode.cpp418 Node *RegionNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
1620 Node *PhiNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
2206 Ideal(PhaseGVN *phase, bool can_reshape) argument
2352 Ideal(PhaseGVN *phase, bool can_reshape) argument
[all...]
H A Dcallnode.cpp59 Node *StartNode::Ideal(PhaseGVN *phase, bool can_reshape){ argument
172 Node *ReturnNode::Ideal(PhaseGVN *phase, bool can_reshape){ argument
217 Node *RethrowNode::Ideal(PhaseGVN *phase, bool can_reshape){ argument
930 Node *CallNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
1131 Node *SafePointNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
1370 Ideal(PhaseGVN *phase, bool can_reshape) argument
1772 Ideal(PhaseGVN *phase, bool can_reshape) argument
1936 Ideal(PhaseGVN *phase, bool can_reshape) argument
[all...]
H A Dnode.cpp1106 Node *Node::Ideal(PhaseGVN *phase, bool can_reshape) { argument
1382 bool Node::remove_dead_region(PhaseGVN *phase, bool can_reshape) { argument
H A Dloopnode.cpp778 Node *LoopNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
790 Node *CountedLoopNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
847 Node *LoopLimitNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
H A Dmemnode.cpp275 Node *MemNode::Ideal_common(PhaseGVN *phase, bool can_reshape) { argument
1505 Node *LoadNode::Ideal(PhaseGVN *phase, bool can_reshape) { argument
1886 Ideal(PhaseGVN *phase, bool can_reshape) argument
1918 Ideal(PhaseGVN* phase, bool can_reshape) argument
1948 Ideal(PhaseGVN *phase, bool can_reshape) argument
1978 Ideal(PhaseGVN *phase, bool can_reshape) argument
2266 Ideal(PhaseGVN *phase, bool can_reshape) argument
2399 Ideal(PhaseGVN *phase, bool can_reshape) argument
2610 Ideal(PhaseGVN *phase, bool can_reshape) argument
2625 Ideal(PhaseGVN *phase, bool can_reshape) argument
2652 Ideal(PhaseGVN *phase, bool can_reshape) argument
2747 Ideal(PhaseGVN *phase, bool can_reshape) argument
2940 Ideal(PhaseGVN *phase, bool can_reshape) argument
3251 can_capture_store(StoreNode* st, PhaseTransform* phase, bool can_reshape) argument
3470 capture_store(StoreNode* st, intptr_t start, PhaseTransform* phase, bool can_reshape) argument
4165 Ideal(PhaseGVN *phase, bool can_reshape) argument
[all...]

Completed in 224 milliseconds