Home | History | Annotate | Download | only in pub

Lines Matching refs:IRType

233    IRType;
235 /* Pretty-print an IRType */
236 extern void ppIRType ( IRType );
238 /* Get the size (in bytes) of an IRType */
239 extern Int sizeofIRType ( IRType );
364 IRType elemTy; /* type of each element in the indexed area */
369 extern IRRegArray* mkIRRegArray ( Int, IRType, Int );
1366 IRType ty; /* Type of the value being read */
1466 IRType ty; /* Type of the loaded value */
1485 The stated return IRType, and the implied argument types,
1518 IRType retty; /* Type of return value. */
1539 extern IRExpr* IRExpr_Get ( Int off, IRType ty );
1548 extern IRExpr* IRExpr_Load ( IREndness end, IRType ty, IRExpr* addr );
1550 extern IRExpr* IRExpr_CCall ( IRCallee* cee, IRType retty, IRExpr** args );
1588 IRExpr* mkIRExprCCall ( IRType retty,
2159 IRType* types;
2166 extern IRTemp newIRTemp ( IRTypeEnv*, IRType );
2224 extern IRType typeOfIRConst ( IRConst* );
2225 extern IRType typeOfIRTemp ( IRTypeEnv*, IRTemp );
2226 extern IRType typeOfIRExpr ( IRTypeEnv*, IRExpr* );
2232 IRType guest_word_size );
2235 /* Is this any value actually in the enumeration 'IRType' ? */
2236 extern Bool isPlausibleIRType ( IRType ty );