• Home
  • Raw
  • Download

Lines Matching refs:LibVEX_Alloc_inline

1703    IRConst* c = LibVEX_Alloc_inline(sizeof(IRConst));  in IRConst_U1()
1712 IRConst* c = LibVEX_Alloc_inline(sizeof(IRConst)); in IRConst_U8()
1719 IRConst* c = LibVEX_Alloc_inline(sizeof(IRConst)); in IRConst_U16()
1726 IRConst* c = LibVEX_Alloc_inline(sizeof(IRConst)); in IRConst_U32()
1733 IRConst* c = LibVEX_Alloc_inline(sizeof(IRConst)); in IRConst_U64()
1740 IRConst* c = LibVEX_Alloc_inline(sizeof(IRConst)); in IRConst_F32()
1747 IRConst* c = LibVEX_Alloc_inline(sizeof(IRConst)); in IRConst_F32i()
1754 IRConst* c = LibVEX_Alloc_inline(sizeof(IRConst)); in IRConst_F64()
1761 IRConst* c = LibVEX_Alloc_inline(sizeof(IRConst)); in IRConst_F64i()
1768 IRConst* c = LibVEX_Alloc_inline(sizeof(IRConst)); in IRConst_V128()
1775 IRConst* c = LibVEX_Alloc_inline(sizeof(IRConst)); in IRConst_V256()
1785 IRCallee* ce = LibVEX_Alloc_inline(sizeof(IRCallee)); in mkIRCallee()
1801 IRRegArray* arr = LibVEX_Alloc_inline(sizeof(IRRegArray)); in mkIRRegArray()
1815 IRExpr* e = LibVEX_Alloc_inline(sizeof(IRExpr)); in IRExpr_Binder()
1821 IRExpr* e = LibVEX_Alloc_inline(sizeof(IRExpr)); in IRExpr_Get()
1828 IRExpr* e = LibVEX_Alloc_inline(sizeof(IRExpr)); in IRExpr_GetI()
1836 IRExpr* e = LibVEX_Alloc_inline(sizeof(IRExpr)); in IRExpr_RdTmp()
1843 IRExpr* e = LibVEX_Alloc_inline(sizeof(IRExpr)); in IRExpr_Qop()
1844 IRQop* qop = LibVEX_Alloc_inline(sizeof(IRQop)); in IRExpr_Qop()
1856 IRExpr* e = LibVEX_Alloc_inline(sizeof(IRExpr)); in IRExpr_Triop()
1857 IRTriop* triop = LibVEX_Alloc_inline(sizeof(IRTriop)); in IRExpr_Triop()
1867 IRExpr* e = LibVEX_Alloc_inline(sizeof(IRExpr)); in IRExpr_Binop()
1875 IRExpr* e = LibVEX_Alloc_inline(sizeof(IRExpr)); in IRExpr_Unop()
1882 IRExpr* e = LibVEX_Alloc_inline(sizeof(IRExpr)); in IRExpr_Load()
1891 IRExpr* e = LibVEX_Alloc_inline(sizeof(IRExpr)); in IRExpr_Const()
1897 IRExpr* e = LibVEX_Alloc_inline(sizeof(IRExpr)); in IRExpr_CCall()
1905 IRExpr* e = LibVEX_Alloc_inline(sizeof(IRExpr)); in IRExpr_ITE()
1913 IRExpr* e = LibVEX_Alloc_inline(sizeof(IRExpr)); in IRExpr_VECRET()
1918 IRExpr* e = LibVEX_Alloc_inline(sizeof(IRExpr)); in IRExpr_GSPTR()
1928 IRExpr** vec = LibVEX_Alloc_inline(1 * sizeof(IRExpr*)); in mkIRExprVec_0()
1933 IRExpr** vec = LibVEX_Alloc_inline(2 * sizeof(IRExpr*)); in mkIRExprVec_1()
1939 IRExpr** vec = LibVEX_Alloc_inline(3 * sizeof(IRExpr*)); in mkIRExprVec_2()
1946 IRExpr** vec = LibVEX_Alloc_inline(4 * sizeof(IRExpr*)); in mkIRExprVec_3()
1955 IRExpr** vec = LibVEX_Alloc_inline(5 * sizeof(IRExpr*)); in mkIRExprVec_4()
1965 IRExpr** vec = LibVEX_Alloc_inline(6 * sizeof(IRExpr*)); in mkIRExprVec_5()
1976 IRExpr** vec = LibVEX_Alloc_inline(7 * sizeof(IRExpr*)); in mkIRExprVec_6()
1989 IRExpr** vec = LibVEX_Alloc_inline(8 * sizeof(IRExpr*)); in mkIRExprVec_7()
2003 IRExpr** vec = LibVEX_Alloc_inline(9 * sizeof(IRExpr*)); in mkIRExprVec_8()
2018 IRExpr** vec = LibVEX_Alloc_inline(10 * sizeof(IRExpr*)); in mkIRExprVec_9()
2037 IRExpr** vec = LibVEX_Alloc_inline(14 * sizeof(IRExpr*)); in mkIRExprVec_13()
2059 IRDirty* d = LibVEX_Alloc_inline(sizeof(IRDirty)); in emptyIRDirty()
2078 IRCAS* cas = LibVEX_Alloc_inline(sizeof(IRCAS)); in mkIRCAS()
2096 IRPutI* puti = LibVEX_Alloc_inline(sizeof(IRPutI)); in mkIRPutI()
2110 IRStoreG* sg = LibVEX_Alloc_inline(sizeof(IRStoreG)); in mkIRStoreG()
2121 IRLoadG* lg = LibVEX_Alloc_inline(sizeof(IRLoadG)); in mkIRLoadG()
2142 IRStmt* s = LibVEX_Alloc_inline(sizeof(IRStmt)); in IRStmt_IMark()
2150 IRStmt* s = LibVEX_Alloc_inline(sizeof(IRStmt)); in IRStmt_AbiHint()
2158 IRStmt* s = LibVEX_Alloc_inline(sizeof(IRStmt)); in IRStmt_Put()
2165 IRStmt* s = LibVEX_Alloc_inline(sizeof(IRStmt)); in IRStmt_PutI()
2171 IRStmt* s = LibVEX_Alloc_inline(sizeof(IRStmt)); in IRStmt_WrTmp()
2178 IRStmt* s = LibVEX_Alloc_inline(sizeof(IRStmt)); in IRStmt_Store()
2188 IRStmt* s = LibVEX_Alloc_inline(sizeof(IRStmt)); in IRStmt_StoreG()
2196 IRStmt* s = LibVEX_Alloc_inline(sizeof(IRStmt)); in IRStmt_LoadG()
2202 IRStmt* s = LibVEX_Alloc_inline(sizeof(IRStmt)); in IRStmt_CAS()
2209 IRStmt* s = LibVEX_Alloc_inline(sizeof(IRStmt)); in IRStmt_LLSC()
2219 IRStmt* s = LibVEX_Alloc_inline(sizeof(IRStmt)); in IRStmt_Dirty()
2226 IRStmt* s = LibVEX_Alloc_inline(sizeof(IRStmt)); in IRStmt_MBE()
2233 IRStmt* s = LibVEX_Alloc_inline(sizeof(IRStmt)); in IRStmt_Exit()
2247 IRTypeEnv* env = LibVEX_Alloc_inline(sizeof(IRTypeEnv)); in emptyIRTypeEnv()
2248 env->types = LibVEX_Alloc_inline(8 * sizeof(IRType)); in emptyIRTypeEnv()
2259 IRSB* bb = LibVEX_Alloc_inline(sizeof(IRSB)); in emptyIRSB()
2263 bb->stmts = LibVEX_Alloc_inline(bb->stmts_size * sizeof(IRStmt*)); in emptyIRSB()
2287 newvec = LibVEX_Alloc_inline((i+1)*sizeof(IRExpr*)); in shallowCopyIRExprVec()
2302 newvec = LibVEX_Alloc_inline((i+1)*sizeof(IRExpr*)); in deepCopyIRExprVec()
2505 IRTypeEnv* dst = LibVEX_Alloc_inline(sizeof(IRTypeEnv)); in deepCopyIRTypeEnv()
2508 dst->types = LibVEX_Alloc_inline(dst->types_size * sizeof(IRType)); in deepCopyIRTypeEnv()
2520 sts2 = LibVEX_Alloc_inline(bb2->stmts_used * sizeof(IRStmt*)); in deepCopyIRSB()
3553 IRStmt** stmts2 = LibVEX_Alloc_inline(2 * bb->stmts_size * sizeof(IRStmt*)); in addStmtToIRSB()
3584 = LibVEX_Alloc_inline(new_size * sizeof(IRType)); in newIRTemp()
4635 Int* def_counts = LibVEX_Alloc_inline(n_temps * sizeof(Int)); in sanityCheckIRSB()