Searched refs:make_load (Results 1 - 11 of 11) sorted by relevance

/openjdk7/hotspot/src/share/vm/opto/
H A DparseHelper.cpp225 Node* init_thread = make_load(NULL, adr_node, TypeRawPtr::BOTTOM, T_ADDRESS);
235 Node* init_state = make_load(NULL, adr_node, TypeInt::UBYTE, T_BOOLEAN);
346 Node* cnt = make_load(NULL, adr_node, TypeInt::INT, T_INT, adr_type);
384 Node* cnt = make_load(NULL, adr_node, TypeInt::INT, T_INT, adr_type);
394 Node* cnt = make_load(NULL, adr_node, TypeInt::INT, T_INT, adr_type);
404 Node* flags = make_load(NULL, adr_node, TypeInt::BYTE, T_BYTE, adr_type);
H A Dmacro.hpp64 Node* make_load( Node* ctl, Node* mem, Node* base, int offset,
H A DgenerateOptoStub.cpp237 Node* vm_result = make_load(NULL, adr, TypeOopPtr::BOTTOM, T_OBJECT, NoAlias, false);
246 Node* pending = make_load(NULL, adr, TypeOopPtr::BOTTOM, T_OBJECT, NoAlias, false);
H A DgraphKit.hpp488 Node* make_load(Node* ctl, Node* adr, const Type* t, BasicType bt, function in class:GraphKit
491 return make_load(ctl, adr, t, bt, adr->bottom_type()->is_ptr(),
494 Node* make_load(Node* ctl, Node* adr, const Type* t, BasicType bt, const TypePtr* adr_type, bool require_atomic_access = false) { function in class:GraphKit
496 assert(adr_type != NULL, "use other make_load factory");
497 return make_load(ctl, adr, t, bt, C->get_alias_index(adr_type),
501 Node* make_load(Node* ctl, Node* adr, const Type* t, BasicType bt, int adr_idx, bool require_atomic_access = false);
H A Dmacro.cpp1012 Node* PhaseMacroExpand::make_load(Node* ctl, Node* mem, Node* base, int offset, const Type* value_type, BasicType bt) { function in class:PhaseMacroExpand
1174 Node *eden_end = make_load(ctrl, mem, eden_end_adr, 0, TypeRawPtr::BOTTOM, T_ADDRESS);
1284 Node* alloc_bytes = make_load(fast_oop_ctrl, store_eden_top, alloc_bytes_adr,
1556 mark_node = make_load(control, rawmem, klass_node, in_bytes(Klass::prototype_header_offset()), TypeRawPtr::BOTTOM, T_ADDRESS);
2104 Node* mark_node = make_load(ctrl, mem, obj, oopDesc::mark_offset_in_bytes(), TypeX_X, TypeX_X->basic_type());
2129 Node *proto_node = make_load(ctrl, mem, klass_node, in_bytes(Klass::prototype_header_offset()), TypeX_X, TypeX_X->basic_type());
2295 Node* mark_node = make_load(ctrl, mem, obj, oopDesc::mark_offset_in_bytes(), TypeX_X, TypeX_X->basic_type());
H A Dlibrary_call.cpp970 Node* threadObj = make_load(NULL, p, thread_type, T_OBJECT);
2415 Node* p = make_load(control(), adr, value_type, type, adr_type, is_volatile);
2863 Node* inst = make_load(NULL, insp, TypeInt::UBYTE, T_BOOLEAN);
2886 Node* tvalue = make_load(NULL, insp, TypeLong::LONG, T_LONG);
2902 Node* osthread = make_load(NULL, p, TypeRawPtr::NOTNULL, T_ADDRESS);
2908 threadid = ConvL2I(make_load(control(), p, TypeLong::LONG, T_LONG));
2910 threadid = make_load(control(), p, TypeInt::INT, T_INT);
2985 Node* osthread = make_load(NULL, p, TypeRawPtr::NOTNULL, T_ADDRESS);
2989 Node* int_bit = make_load(control(), p, TypeInt::BOOL, T_INT);
3057 return make_load(NUL
[all...]
H A Dparse3.cpp203 Node* ld = make_load(NULL, adr, type, bt, adr_type, is_vol);
H A DgraphKit.cpp496 Node* should_post_flag = make_load(control(), adr, TypeInt::INT, T_INT, Compile::AliasIdxRaw, false);
1428 Node* GraphKit::make_load(Node* ctl, Node* adr, const Type* t, BasicType bt, function in class:GraphKit
1431 assert(adr_idx != Compile::AliasIdxTop, "use other make_load factory" );
1630 Node* ld = make_load(ctl, adr, elemtype, elembt, arytype);
1865 Node* cnt = make_load(ctrl, counter_addr, TypeInt::INT, T_INT, adr_type);
2977 return make_load(NULL, lhp, TypeInt::INT, T_INT);
3784 return make_load(ctrl,
3799 return make_load(ctrl,
3816 return make_load(ctrl, basic_plus_adr(str, str, value_offset),
H A Dparse2.cpp53 Node* ld = make_load(control(), adr, elem, elem_type, adr_type);
1673 push_pair(make_load(control(), a, TypeLong::LONG, T_LONG, TypeAryPtr::LONGS));
1680 push_pair(make_load(control(), a, Type::DOUBLE, T_DOUBLE, TypeAryPtr::DOUBLES));
H A Dstringopts.cpp977 return kit.make_load(NULL, kit.basic_plus_adr(klass_node, field->offset_in_bytes()),
H A Dparse1.cpp1926 Node* access_flags = make_load(NULL, access_flags_addr, TypeInt::INT, T_INT);

Completed in 113 milliseconds