Lines Matching refs:LibVEX_Alloc
1379 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_U1()
1388 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_U8()
1395 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_U16()
1402 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_U32()
1409 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_U64()
1416 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_F32()
1423 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_F32i()
1430 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_F64()
1437 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_F64i()
1444 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_V128()
1451 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_V256()
1461 IRCallee* ce = LibVEX_Alloc(sizeof(IRCallee)); in mkIRCallee()
1477 IRRegArray* arr = LibVEX_Alloc(sizeof(IRRegArray)); in mkIRRegArray()
1491 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_Binder()
1497 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_Get()
1504 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_GetI()
1512 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_RdTmp()
1519 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_Qop()
1520 IRQop* qop = LibVEX_Alloc(sizeof(IRQop)); in IRExpr_Qop()
1532 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_Triop()
1533 IRTriop* triop = LibVEX_Alloc(sizeof(IRTriop)); in IRExpr_Triop()
1543 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_Binop()
1551 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_Unop()
1558 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_Load()
1567 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_Const()
1573 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_CCall()
1581 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_Mux0X()
1594 IRExpr** vec = LibVEX_Alloc(1 * sizeof(IRExpr*)); in mkIRExprVec_0()
1599 IRExpr** vec = LibVEX_Alloc(2 * sizeof(IRExpr*)); in mkIRExprVec_1()
1605 IRExpr** vec = LibVEX_Alloc(3 * sizeof(IRExpr*)); in mkIRExprVec_2()
1612 IRExpr** vec = LibVEX_Alloc(4 * sizeof(IRExpr*)); in mkIRExprVec_3()
1621 IRExpr** vec = LibVEX_Alloc(5 * sizeof(IRExpr*)); in mkIRExprVec_4()
1631 IRExpr** vec = LibVEX_Alloc(6 * sizeof(IRExpr*)); in mkIRExprVec_5()
1642 IRExpr** vec = LibVEX_Alloc(7 * sizeof(IRExpr*)); in mkIRExprVec_6()
1655 IRExpr** vec = LibVEX_Alloc(8 * sizeof(IRExpr*)); in mkIRExprVec_7()
1669 IRExpr** vec = LibVEX_Alloc(9 * sizeof(IRExpr*)); in mkIRExprVec_8()
1686 IRDirty* d = LibVEX_Alloc(sizeof(IRDirty)); in emptyIRDirty()
1706 IRCAS* cas = LibVEX_Alloc(sizeof(IRCAS)); in mkIRCAS()
1724 IRPutI* puti = LibVEX_Alloc(sizeof(IRPutI)); in mkIRPutI()
1743 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_IMark()
1751 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_AbiHint()
1759 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_Put()
1766 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_PutI()
1772 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_WrTmp()
1779 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_Store()
1788 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_CAS()
1795 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_LLSC()
1805 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_Dirty()
1812 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_MBE()
1819 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_Exit()
1833 IRTypeEnv* env = LibVEX_Alloc(sizeof(IRTypeEnv)); in emptyIRTypeEnv()
1834 env->types = LibVEX_Alloc(8 * sizeof(IRType)); in emptyIRTypeEnv()
1845 IRSB* bb = LibVEX_Alloc(sizeof(IRSB)); in emptyIRSB()
1849 bb->stmts = LibVEX_Alloc(bb->stmts_size * sizeof(IRStmt*)); in emptyIRSB()
1873 newvec = LibVEX_Alloc((i+1)*sizeof(IRExpr*)); in shallowCopyIRExprVec()
2064 IRTypeEnv* dst = LibVEX_Alloc(sizeof(IRTypeEnv)); in deepCopyIRTypeEnv()
2067 dst->types = LibVEX_Alloc(dst->types_size * sizeof(IRType)); in deepCopyIRTypeEnv()
2079 sts2 = LibVEX_Alloc(bb2->stmts_used * sizeof(IRStmt*)); in deepCopyIRSB()
2867 IRStmt** stmts2 = LibVEX_Alloc(2 * bb->stmts_size * sizeof(IRStmt*)); in addStmtToIRSB()
2898 = LibVEX_Alloc(new_size * sizeof(IRType)); in newIRTemp()
3739 Int* def_counts = LibVEX_Alloc(n_temps * sizeof(Int)); in sanityCheckIRSB()