Lines Matching refs:LibVEX_Alloc
1584 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_U1()
1593 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_U8()
1600 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_U16()
1607 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_U32()
1614 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_U64()
1621 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_F32()
1628 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_F32i()
1635 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_F64()
1642 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_F64i()
1649 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_V128()
1656 IRConst* c = LibVEX_Alloc(sizeof(IRConst)); in IRConst_V256()
1666 IRCallee* ce = LibVEX_Alloc(sizeof(IRCallee)); in mkIRCallee()
1682 IRRegArray* arr = LibVEX_Alloc(sizeof(IRRegArray)); in mkIRRegArray()
1696 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_Binder()
1702 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_Get()
1709 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_GetI()
1717 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_RdTmp()
1724 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_Qop()
1725 IRQop* qop = LibVEX_Alloc(sizeof(IRQop)); in IRExpr_Qop()
1737 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_Triop()
1738 IRTriop* triop = LibVEX_Alloc(sizeof(IRTriop)); in IRExpr_Triop()
1748 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_Binop()
1756 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_Unop()
1763 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_Load()
1772 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_Const()
1778 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_CCall()
1786 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_ITE()
1794 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_VECRET()
1799 IRExpr* e = LibVEX_Alloc(sizeof(IRExpr)); in IRExpr_BBPTR()
1809 IRExpr** vec = LibVEX_Alloc(1 * sizeof(IRExpr*)); in mkIRExprVec_0()
1814 IRExpr** vec = LibVEX_Alloc(2 * sizeof(IRExpr*)); in mkIRExprVec_1()
1820 IRExpr** vec = LibVEX_Alloc(3 * sizeof(IRExpr*)); in mkIRExprVec_2()
1827 IRExpr** vec = LibVEX_Alloc(4 * sizeof(IRExpr*)); in mkIRExprVec_3()
1836 IRExpr** vec = LibVEX_Alloc(5 * sizeof(IRExpr*)); in mkIRExprVec_4()
1846 IRExpr** vec = LibVEX_Alloc(6 * sizeof(IRExpr*)); in mkIRExprVec_5()
1857 IRExpr** vec = LibVEX_Alloc(7 * sizeof(IRExpr*)); in mkIRExprVec_6()
1870 IRExpr** vec = LibVEX_Alloc(8 * sizeof(IRExpr*)); in mkIRExprVec_7()
1884 IRExpr** vec = LibVEX_Alloc(9 * sizeof(IRExpr*)); in mkIRExprVec_8()
1901 IRDirty* d = LibVEX_Alloc(sizeof(IRDirty)); in emptyIRDirty()
1920 IRCAS* cas = LibVEX_Alloc(sizeof(IRCAS)); in mkIRCAS()
1938 IRPutI* puti = LibVEX_Alloc(sizeof(IRPutI)); in mkIRPutI()
1952 IRStoreG* sg = LibVEX_Alloc(sizeof(IRStoreG)); in mkIRStoreG()
1963 IRLoadG* lg = LibVEX_Alloc(sizeof(IRLoadG)); in mkIRLoadG()
1984 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_IMark()
1992 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_AbiHint()
2000 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_Put()
2007 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_PutI()
2013 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_WrTmp()
2020 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_Store()
2030 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_StoreG()
2038 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_LoadG()
2044 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_CAS()
2051 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_LLSC()
2061 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_Dirty()
2068 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_MBE()
2075 IRStmt* s = LibVEX_Alloc(sizeof(IRStmt)); in IRStmt_Exit()
2089 IRTypeEnv* env = LibVEX_Alloc(sizeof(IRTypeEnv)); in emptyIRTypeEnv()
2090 env->types = LibVEX_Alloc(8 * sizeof(IRType)); in emptyIRTypeEnv()
2101 IRSB* bb = LibVEX_Alloc(sizeof(IRSB)); in emptyIRSB()
2105 bb->stmts = LibVEX_Alloc(bb->stmts_size * sizeof(IRStmt*)); in emptyIRSB()
2129 newvec = LibVEX_Alloc((i+1)*sizeof(IRExpr*)); in shallowCopyIRExprVec()
2339 IRTypeEnv* dst = LibVEX_Alloc(sizeof(IRTypeEnv)); in deepCopyIRTypeEnv()
2342 dst->types = LibVEX_Alloc(dst->types_size * sizeof(IRType)); in deepCopyIRTypeEnv()
2354 sts2 = LibVEX_Alloc(bb2->stmts_used * sizeof(IRStmt*)); in deepCopyIRSB()
3305 IRStmt** stmts2 = LibVEX_Alloc(2 * bb->stmts_size * sizeof(IRStmt*)); in addStmtToIRSB()
3336 = LibVEX_Alloc(new_size * sizeof(IRType)); in newIRTemp()
4313 Int* def_counts = LibVEX_Alloc(n_temps * sizeof(Int)); in sanityCheckIRSB()