Lines Matching refs:LLVMBuildAlloca
308 LLVMValueRef alloca = LLVMBuildAlloca(builder, this->getType(var->fType), in getLValue()
1075 LLVMValueRef alloca = LLVMBuildAlloca(builder, this->getType(decl.fVar->fType), in compileVarDeclarations()
1268 LLVMValueRef rVec = LLVMBuildAlloca(builder, fFloat32VectorType, "rVec"); in compileStageFunctionLoop()
1270 LLVMValueRef gVec = LLVMBuildAlloca(builder, fFloat32VectorType, "gVec"); in compileStageFunctionLoop()
1272 LLVMValueRef bVec = LLVMBuildAlloca(builder, fFloat32VectorType, "bVec"); in compileStageFunctionLoop()
1274 LLVMValueRef aVec = LLVMBuildAlloca(builder, fFloat32VectorType, "aVec"); in compileStageFunctionLoop()
1276 LLVMValueRef color = LLVMBuildAlloca(builder, fFloat32Vector4Type, "color"); in compileStageFunctionLoop()
1280 LLVMValueRef ivar = LLVMBuildAlloca(builder, fInt32Type, "i"); in compileStageFunctionLoop()
1666 fChannels[0] = LLVMBuildAlloca(builder, fFloat32VectorType, "rVec"); in compileStageFunctionVector()
1668 fChannels[1] = LLVMBuildAlloca(builder, fFloat32VectorType, "gVec"); in compileStageFunctionVector()
1670 fChannels[2] = LLVMBuildAlloca(builder, fFloat32VectorType, "bVec"); in compileStageFunctionVector()
1672 fChannels[3] = LLVMBuildAlloca(builder, fFloat32VectorType, "aVec"); in compileStageFunctionVector()