Home
last modified time | relevance | path

Searched defs:phi_map (Results 1 – 24 of 24) sorted by relevance

/dports/math/libmesh/libmesh-1.6.2/src/fe/
H A Dinf_fe.C599 std::vector<std::vector<Real>> & phi_map = this->_fe_map->get_phi_map(); in init_shape_functions() local
684 std::vector<std::vector<Real>> & phi_map = this->_fe_map->get_phi_map(); in init_shape_functions() local
873 std::vector<std::vector<Real>> & phi_map = this->_fe_map->get_phi_map(); in combine_base_radial() local
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bpgl/icam/
H A Dicam_spherical_map.cxx163 double phi_map = phi_off + phi; in render_map() local
/dports/math/libmesh/libmesh-1.6.2/include/fe/
H A Dfe_map.h873 std::vector<std::vector<Real>> phi_map; variable
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/opto/
H A DgraphKit.hpp237 SafePointNode* phi_map = pop_exception_state(); in combine_and_pop_all_exception_states() local
H A DgraphKit.cpp335 void GraphKit::combine_exception_states(SafePointNode* ex_map, SafePointNode* phi_map) { in combine_exception_states()
441 Node* GraphKit::use_exception_state(SafePointNode* phi_map) { in use_exception_state()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A DgraphKit.hpp237 SafePointNode* phi_map = pop_exception_state(); in combine_and_pop_all_exception_states() local
H A DgraphKit.cpp338 void GraphKit::combine_exception_states(SafePointNode* ex_map, SafePointNode* phi_map) { in combine_exception_states()
444 Node* GraphKit::use_exception_state(SafePointNode* phi_map) { in use_exception_state()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DgraphKit.hpp237 SafePointNode* phi_map = pop_exception_state(); in combine_and_pop_all_exception_states() local
H A DgraphKit.cpp339 void GraphKit::combine_exception_states(SafePointNode* ex_map, SafePointNode* phi_map) { in combine_exception_states()
445 Node* GraphKit::use_exception_state(SafePointNode* phi_map) { in use_exception_state()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/opto/
H A DgraphKit.hpp237 SafePointNode* phi_map = pop_exception_state(); in combine_and_pop_all_exception_states() local
H A DgraphKit.cpp339 void GraphKit::combine_exception_states(SafePointNode* ex_map, SafePointNode* phi_map) { in combine_exception_states()
445 Node* GraphKit::use_exception_state(SafePointNode* phi_map) { in use_exception_state()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/opto/
H A DgraphKit.hpp237 SafePointNode* phi_map = pop_exception_state(); in combine_and_pop_all_exception_states() local
H A DgraphKit.cpp335 void GraphKit::combine_exception_states(SafePointNode* ex_map, SafePointNode* phi_map) { in combine_exception_states()
441 Node* GraphKit::use_exception_state(SafePointNode* phi_map) { in use_exception_state()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/opto/
H A DgraphKit.hpp244 SafePointNode* phi_map = pop_exception_state(); in combine_and_pop_all_exception_states() local
H A DgraphKit.cpp343 void GraphKit::combine_exception_states(SafePointNode* ex_map, SafePointNode* phi_map) { in combine_exception_states()
449 Node* GraphKit::use_exception_state(SafePointNode* phi_map) { in use_exception_state()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/opto/
H A DgraphKit.hpp244 SafePointNode* phi_map = pop_exception_state(); in combine_and_pop_all_exception_states() local
H A DgraphKit.cpp343 void GraphKit::combine_exception_states(SafePointNode* ex_map, SafePointNode* phi_map) { in combine_exception_states()
449 Node* GraphKit::use_exception_state(SafePointNode* phi_map) { in use_exception_state()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/opto/
H A DgraphKit.hpp237 SafePointNode* phi_map = pop_exception_state(); in combine_and_pop_all_exception_states() local
H A DgraphKit.cpp336 void GraphKit::combine_exception_states(SafePointNode* ex_map, SafePointNode* phi_map) { in combine_exception_states()
442 Node* GraphKit::use_exception_state(SafePointNode* phi_map) { in use_exception_state()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DgraphKit.hpp245 SafePointNode* phi_map = pop_exception_state(); in combine_and_pop_all_exception_states() local
H A DgraphKit.cpp329 void GraphKit::combine_exception_states(SafePointNode* ex_map, SafePointNode* phi_map) { in combine_exception_states()
435 Node* GraphKit::use_exception_state(SafePointNode* phi_map) { in use_exception_state()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/opto/
H A DgraphKit.hpp245 SafePointNode* phi_map = pop_exception_state(); in combine_and_pop_all_exception_states() local
H A DgraphKit.cpp329 void GraphKit::combine_exception_states(SafePointNode* ex_map, SafePointNode* phi_map) { in combine_exception_states()
435 Node* GraphKit::use_exception_state(SafePointNode* phi_map) { in use_exception_state()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/amd/compiler/
H A Daco_register_allocation.cpp71 std::unordered_map<unsigned, phi_info> phi_map; member