Searched refs:DataType (Results 1 - 12 of 12) sorted by relevance

/openjdk7/hotspot/src/share/vm/adlc/
H A Dformssel.hpp167 virtual Form::DataType is_ideal_load() const; // node matches ideal 'LoadXNode'
171 virtual Form::DataType is_ideal_store() const;// node matches ideal 'StoreXNode'
175 virtual Form::DataType is_chain_of_constant(FormDict &globals);
176 virtual Form::DataType is_chain_of_constant(FormDict &globals, const char * &opType);
177 virtual Form::DataType is_chain_of_constant(FormDict &globals, const char * &opType, const char * &result_type);
206 virtual uint num_consts(FormDict &globals, Form::DataType type) const;
597 virtual uint num_consts(FormDict &globals, Form::DataType type) const;
616 virtual Form::DataType is_user_name_for_sReg() const;
635 virtual Form::DataType simple_type(FormDict &globals) const;
637 virtual Form::DataType is_base_constan
[all...]
H A Dforms.hpp165 enum DataType { enum in class:Form
178 // Convert ideal name to a DataType, return DataType::none if not a 'ConX'
179 Form::DataType ideal_to_const_type(const char *ideal_type_name) const;
180 // Convert ideal name to a DataType, return DataType::none if not a 'sRegX
181 Form::DataType ideal_to_sReg_type(const char *name) const;
182 // Convert ideal name to a DataType, return DataType::none if not a 'RegX
183 Form::DataType ideal_to_Reg_typ
[all...]
H A Dforms.cpp212 Form::DataType Form::ideal_to_const_type(const char *name) const {
226 Form::DataType Form::ideal_to_sReg_type(const char *name) const {
237 Form::DataType Form::ideal_to_Reg_type(const char *name) const {
250 Form::DataType Form::is_load_from_memory(const char *opType) const {
272 Form::DataType Form::is_store_to_memory(const char *opType) const {
H A Dformssel.cpp418 Form::DataType InstructForm::is_ideal_load() const {
432 Form::DataType InstructForm::is_ideal_store() const {
480 Form::DataType InstructForm::is_chain_of_constant(FormDict &globals) {
485 Form::DataType InstructForm::is_chain_of_constant(FormDict &globals,
492 Form::DataType InstructForm::is_chain_of_constant(FormDict &globals,
494 Form::DataType data_type = Form::none;
535 Form::DataType data_type = is_chain_of_constant(globals);
838 uint InstructForm::num_consts(FormDict &globals, Form::DataType type) const {
1048 Form::DataType type = oper->is_base_constant(globals);
1059 Form::DataType data_typ
[all...]
H A Doutput_h.cpp281 Form::DataType constant_type, FormDict &globals) {
630 Form::DataType constant_type = form->is_operand()->is_base_constant(globals);
1211 Form::DataType constant_type = oper->simple_type(_globalNames);
1249 Form::DataType data_type = oper->is_base_constant(_globalNames);
1264 Form::DataType data_type = oper->is_user_name_for_sReg();
1687 Form::DataType data_type;
H A Doutput_c.cpp1313 // static Form::DataType get_operand_type(FormDict &globals, InstructForm *instr, const char *op_name ) {
1868 Form::DataType _constant_type;
2048 Form::DataType dtype = op->is_base_constant(_AD.globalNames());
2072 Form::DataType dtype = _operand->is_base_constant(_AD.globalNames());
2181 Form::DataType stack_type = _operand ? _operand->is_user_name_for_sReg() : Form::none;
2371 Form::DataType stack_type = _operand ? _operand->is_user_name_for_sReg() : Form::none;
2825 Form::DataType dtype = op->is_base_constant(globals);
/openjdk7/jdk/src/share/native/sun/java2d/loops/
H A DAnyByteBinary.h186 SRCTYPE ## DataType *SRCPTR = (SRCTYPE ## DataType *) (SRCBASE); \
187 DSTTYPE ## DataType *DSTPTR = (DSTTYPE ## DataType *) (DSTBASE); \
287 DST ## DataType *pPix; \
321 DST ## DataType *pPix = PtrCoord(pBase, \
348 DST ## DataType *pPix = PtrCoord(pRasInfo->rasBase, \
388 DST ## DataType *pPix; \
426 DST ## DataType *pPix = PtrCoord(pBase, \
456 DST ## DataType *pPi
[all...]
H A DAlphaMacros.h90 SRC ## DataType *pSrc = (SRC ## DataType *) (srcBase); \
91 DST ## DataType *pDst = (DST ## DataType *) (dstBase); \
232 SRC ## DataType *pSrc = (SRC ## DataType *) (srcBase); \
233 DST ## DataType *pDst = (DST ## DataType *) (dstBase); \
359 SRC ## DataType *pSrc = (SRC ## DataType *) (srcBas
[all...]
H A DLoopMacros.h77 SRCTYPE ## DataType *SRCPTR = (SRCTYPE ## DataType *) (SRCBASE); \
78 DSTTYPE ## DataType *DSTPTR = (DSTTYPE ## DataType *) (DSTBASE); \
98 SRCTYPE ## DataType *SRCPTR = (SRCTYPE ## DataType *) (SRCBASE); \
99 DSTTYPE ## DataType *DSTPTR = (DSTTYPE ## DataType *) (DSTBASE); \
131 SRCTYPE ## DataType *SRCPTR; \
132 DSTTYPE ## DataType *DSTPT
[all...]
/openjdk7/jdk/src/solaris/native/sun/java2d/loops/
H A Djava2d_Mlib.h215 TYPE##DataType *dst_ptr = (void*)(dstBase); \
232 TYPE##DataType *dst_ptr = (void*)(dstBase); \
233 TYPE##DataType *src_ptr = (void*)(srcBase); \
H A Djava2d_Mlib.c174 if (width < 8*sizeof(ANYTYPE##DataType)) { \
368 ANYTYPE##DataType *pSrc; \
369 ANYTYPE##DataType *pDst = dstBase; \
H A Dvis_DrawLine.c74 ANYTYPE##DataType *pPix = (void *)(pRasInfo->rasBase); \

Completed in 86 milliseconds