Home
last modified time | relevance | path

Searched refs:CreateEntryAlloca (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder_misc.h199 Value* CreateEntryAlloca(Function* pFunc, Type* pType);
200 Value* CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize);
Dbuilder_misc.cpp1422 Value* Builder::CreateEntryAlloca(Function* pFunc, Type* pType) in CreateEntryAlloca() function in SwrJit::Builder
1432 Value* Builder::CreateEntryAlloca(Function* pFunc, Type* pType, Value* pArraySize) in CreateEntryAlloca() function in SwrJit::Builder
1469 pScatterStackSrc = CreateEntryAlloca(pFunc, mSimdInt64Ty); in SCATTERPS()
1470 pScatterStackOffsets = CreateEntryAlloca(pFunc, mSimdInt32Ty); in SCATTERPS()