Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
Dbuilder.cpp119 AllocaInst* pAlloca = dyn_cast<AllocaInst>(inst); in SetTempAlloca() local
120 SWR_ASSERT(pAlloca, "Unexpected non-alloca instruction"); in SetTempAlloca()
122 pAlloca->setMetadata("is_temp_alloca", N); in SetTempAlloca()
127 AllocaInst* pAlloca = dyn_cast<AllocaInst>(inst); in IsTempAlloca() local
128 SWR_ASSERT(pAlloca, "Unexpected non-alloca instruction"); in IsTempAlloca()
130 return (pAlloca->getMetadata("is_temp_alloca") != nullptr); in IsTempAlloca()
Dbuilder_misc.cpp768 Value* pAlloca = ALLOCA(pType); in CreateEntryAlloca() local
771 return pAlloca; in CreateEntryAlloca()
778 Value* pAlloca = ALLOCA(pType, pArraySize); in CreateEntryAlloca() local
781 return pAlloca; in CreateEntryAlloca()