Searched refs:hpp (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Doutput_c.cpp27 #include "adlc.hpp"
2969 // Declare each as an extern const RegMask ...; in ad_<arch>.hpp
3236 OutputReduceOp(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD) argument
3237 : OutputMap(hpp, cpp, globals, AD, "reduceOp") {};
3271 OutputLeftOp(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD) argument
3272 : OutputMap(hpp, cpp, globals, AD, "leftOp") {};
3301 OutputRightOp(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD) argument
3302 : OutputMap(hpp, cpp, globals, AD, "rightOp") {};
3331 OutputRuleName(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD) argument
3332 : OutputMap(hpp, cp
3349 OutputSwallowed(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD) argument
3370 OutputInstChainRule(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD) argument
[all...]
H A Doutput_h.cpp26 #include "adlc.hpp"
106 // All RegMasks are declared "extern const ..." in ad_<arch>.hpp
422 // invoked after output #ifndef PRODUCT to ad_<arch>.hpp
2035 OutputMachOperands(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD) argument
2036 : OutputMap(hpp, cpp, globals, AD, "MachOperands") {};
2082 OutputMachOpcodes(FILE *hpp, FILE *cpp, FormDict &globals, ArchDesc &AD) argument
2083 : OutputMap(hpp, cpp, globals, AD, "MachOpcodes"),
/openjdk7/jdk/make/common/
H A DDemo.gmk118 DEMO_ALL_NATIVE_SOURCES += $(filter %.hpp,$(DEMO_ALL_FILES))

Completed in 47 milliseconds