Searched refs:CreateEntryAlloca (Results 1 – 2 of 2) sorted by relevance
199 Value* CreateEntryAlloca(Function* pFunc, Type* pType);200 Value* CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize);
1422 Value* Builder::CreateEntryAlloca(Function* pFunc, Type* pType) in CreateEntryAlloca() function in SwrJit::Builder1432 Value* Builder::CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize) in CreateEntryAlloca() function in SwrJit::Builder1469 pScatterStackSrc = CreateEntryAlloca(pFunc, mSimdInt64Ty); in SCATTERPS()1470 pScatterStackOffsets = CreateEntryAlloca(pFunc, mSimdInt32Ty); in SCATTERPS()