Home | History | Annotate | Download | only in pub

Lines Matching refs:IRType

237    IRType;
239 /* Pretty-print an IRType */
240 extern void ppIRType ( IRType );
242 /* Get the size (in bytes) of an IRType */
243 extern Int sizeofIRType ( IRType );
372 IRType elemTy; /* type of each element in the indexed area */
377 extern IRRegArray* mkIRRegArray ( Int, IRType, Int );
1579 IRType ty; /* Type of the value being read */
1672 IRType ty; /* Type of the loaded value */
1691 The stated return IRType, and the implied argument types,
1727 IRType retty; /* Type of return value. */
1765 extern IRExpr* IRExpr_Get ( Int off, IRType ty );
1774 extern IRExpr* IRExpr_Load ( IREndness end, IRType ty, IRExpr* addr );
1776 extern IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args );
1814 IRExpr* mkIRExprCCall ( IRType retty,
2424 IRType* types;
2431 extern IRTemp newIRTemp ( IRTypeEnv*, IRType );
2492 extern IRType typeOfIRConst ( IRConst* );
2493 extern IRType typeOfIRTemp ( IRTypeEnv*, IRTemp );
2494 extern IRType typeOfIRExpr ( IRTypeEnv*, IRExpr* );
2500 IRType guest_word_size );
2503 /* Is this any value actually in the enumeration 'IRType' ? */
2504 extern Bool isPlausibleIRType ( IRType ty );